]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blame - gclient.conf
- skip building test parts as long we don't do testing
[packages/apache-mod_pagespeed.git] / gclient.conf
CommitLineData
17e08f85
ER
1solutions = [
2 { "name" : "src",
3 "url" : "http://modpagespeed.googlecode.com/svn/tags/0.10.22.4/src",
4 "deps_file" : "DEPS",
5 "managed" : True,
6 "custom_deps" : {
7 "src/third_party/apr/src": None,
8 "src/third_party/aprutil/src": None,
9
10 "src/third_party/httpd/src/include": None,
11 "src/third_party/httpd/src/os": None,
12 "src/third_party/httpd24/src/include": None,
13 "src/third_party/httpd24/src/os": None,
14
15 "src/third_party/opencv/src/opencv/include": None,
16 "src/third_party/opencv/src/opencv/modules/core": None,
17 "src/third_party/opencv/src/opencv/modules/imgproc": None,
18 "src/third_party/opencv/src/opencv/modules/highgui": None,
19
8b0b4e3f
ER
20 "src/tools/gyp": None,
21
22 # these contain needed .gyp, need to checkout
17e08f85
ER
23# "src/third_party/zlib": None,
24# "src/third_party/libjpeg": None,
25# "src/third_party/serf/src": None,
8b0b4e3f
ER
26
27 # as we have no tests, just keep checkouts and tarball smaller
28# "src/testing": None,
29# "src/testing/gtest": None,
30# "src/testing/gmock": None,
17e08f85
ER
31 },
32 "safesync_url": "",
33 },
34]
This page took 0.027057 seconds and 4 git commands to generate.