]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blob - gclient.conf
- release 2 (by relup.sh)
[packages/apache-mod_pagespeed.git] / gclient.conf
1 solutions = [
2   { "name"        : "src",
3     "url"         : "http://modpagespeed.googlecode.com/svn/tags/0.10.22.7/src",
4     "deps_file"   : "DEPS",
5     "managed"     : True,
6
7         # deps that can be overriden, are top rooted for names in 'deps' in src/DEPS
8     "custom_deps" : {
9                 # apr >= 1.4.2
10                 "src/third_party/apr/src": None,
11
12                 # apr-util >= 1.3.9
13                 "src/third_party/aprutil/src": None,
14
15                 # apache >= 2.2.15
16                 "src/third_party/httpd/src/include": None,
17                 "src/third_party/httpd/src/os": None,
18
19                 # apache >= 2.4.1
20                 "src/third_party/httpd24/src/include": None,
21                 "src/third_party/httpd24/src/os": None,
22
23                 # need opencv >= 2.3.1
24                 "src/third_party/opencv/src/opencv/": None,
25
26                 # need gyp <= @1175
27                 "src/tools/gyp": None,
28
29                 # these contain needed .gyp, need to checkout
30 #               "src/third_party/zlib": None,
31 #               "src/third_party/libjpeg": None,
32 #               "src/third_party/serf/src": None,
33
34                 # as we have no tests, just keep checkouts and tarball smaller
35 #               "src/testing": None,
36 #               "src/testing/gtest": None,
37 #               "src/testing/gmock": None,
38     },
39     "safesync_url": "",
40   },
41 ]
This page took 0.06562 seconds and 3 git commands to generate.