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