]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blob - gclient.conf
use default checkout url for stable releases
[packages/apache-mod_pagespeed.git] / gclient.conf
1 # vim:ft=python
2 solutions = [{
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
9     "custom_deps" : {
10                 # apr >= 1.4.2
11                 "src/third_party/apr/src": None,
12
13                 # apr-util >= 1.3.9
14                 "src/third_party/aprutil/src": None,
15
16                 # apache >= 2.2.15
17                 "src/third_party/httpd/src/include": None,
18                 "src/third_party/httpd/src/os": None,
19
20                 # apache >= 2.4.1
21                 "src/third_party/httpd24/src/include": None,
22                 "src/third_party/httpd24/src/os": None,
23
24                 # need opencv >= 2.3.1
25                 "src/third_party/opencv/src/opencv/": None,
26
27                 # need gyp <= @1175
28                 "src/tools/gyp": None,
29
30                 # need .gyp file
31 #               "src/third_party/protobuf": None,
32
33                 # need libwebp.gyp
34 #               "src/third_party/libwebp": None,
35
36                 # these contain needed .gyp, need to checkout
37 #               "src/third_party/zlib": None,
38 #               "src/third_party/libjpeg": None,
39 #               "src/third_party/serf/src": None,
40
41                 # need icu.gyp
42 #               "src/third_party/icu": None,
43
44                 "src/build/mac":  None,
45                 "src/build/win":  None,
46
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,
51         },
52         "safesync_url": "",
53 },
54 ]
This page took 0.121206 seconds and 3 git commands to generate.