]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blame - gclient.conf
use default checkout url for stable releases
[packages/apache-mod_pagespeed.git] / gclient.conf
CommitLineData
71e04b2a
ER
1# vim:ft=python
2solutions = [{
3 "name" : "src",
4 "url" : "http://modpagespeed.googlecode.com/svn/branches/latest-beta/src",
5 "deps_file" : "DEPS",
6 "managed" : True,
7
8 # deps that can be overriden, are top rooted for names in "deps" in src/DEPS
17e08f85 9 "custom_deps" : {
4623c72a 10 # apr >= 1.4.2
17e08f85 11 "src/third_party/apr/src": None,
4623c72a
ER
12
13 # apr-util >= 1.3.9
17e08f85
ER
14 "src/third_party/aprutil/src": None,
15
4623c72a 16 # apache >= 2.2.15
17e08f85
ER
17 "src/third_party/httpd/src/include": None,
18 "src/third_party/httpd/src/os": None,
4623c72a
ER
19
20 # apache >= 2.4.1
17e08f85
ER
21 "src/third_party/httpd24/src/include": None,
22 "src/third_party/httpd24/src/os": None,
23
4623c72a
ER
24 # need opencv >= 2.3.1
25 "src/third_party/opencv/src/opencv/": None,
17e08f85 26
4623c72a 27 # need gyp <= @1175
8b0b4e3f
ER
28 "src/tools/gyp": None,
29
195b1b8d
ER
30 # need .gyp file
31# "src/third_party/protobuf": None,
32
33 # need libwebp.gyp
34# "src/third_party/libwebp": None,
35
8b0b4e3f 36 # these contain needed .gyp, need to checkout
17e08f85
ER
37# "src/third_party/zlib": None,
38# "src/third_party/libjpeg": None,
39# "src/third_party/serf/src": None,
8b0b4e3f 40
195b1b8d
ER
41 # need icu.gyp
42# "src/third_party/icu": None,
43
44 "src/build/mac": None,
45 "src/build/win": None,
46
8b0b4e3f
ER
47 # as we have no tests, just keep checkouts and tarball smaller
48# "src/testing": None,
49# "src/testing/gtest": None,
50# "src/testing/gmock": None,
71e04b2a
ER
51 },
52 "safesync_url": "",
53},
17e08f85 54]
This page took 0.072229 seconds and 4 git commands to generate.