]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blob - gclient.conf
5d0e2dcfdbc74e31df5a57ff29d149f647e5810a
[packages/apache-mod_pagespeed.git] / gclient.conf
1 solutions = [
2   { "name"        : "src",
3     "url"         : "http://modpagespeed.googlecode.com/svn/tags/1.5.27.2/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                 # need .gyp file
30 #               "src/third_party/protobuf": None,
31
32                 # need libwebp.gyp
33 #               "src/third_party/libwebp": None,
34
35                 # these contain needed .gyp, need to checkout
36 #               "src/third_party/zlib": None,
37 #               "src/third_party/libjpeg": None,
38 #               "src/third_party/serf/src": None,
39
40                 # need icu.gyp
41 #               "src/third_party/icu": None,
42
43                 "src/build/mac":  None,
44                 "src/build/win":  None,
45
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,
50     },
51     "safesync_url": "",
52   },
53 ]
This page took 0.039727 seconds and 2 git commands to generate.