]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blame - gclient.conf
use system yasm
[packages/apache-mod_pagespeed.git] / gclient.conf
CommitLineData
71e04b2a
ER
1# vim:ft=python
2solutions = [{
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
17e08f85 9 "custom_deps" : {
4623c72a 10 # apr >= 1.4.2
17e08f85 11 "src/third_party/apr/src": None,
4623c72a
ER
12
13 # apr-util >= 1.3.9
17e08f85
ER
14 "src/third_party/aprutil/src": None,
15
4623c72a 16 # apache >= 2.2.15
17e08f85
ER
17 "src/third_party/httpd/src/include": None,
18 "src/third_party/httpd/src/os": None,
4623c72a
ER
19
20 # apache >= 2.4.1
17e08f85
ER
21 "src/third_party/httpd24/src/include": None,
22 "src/third_party/httpd24/src/os": None,
23
4623c72a
ER
24 # need opencv >= 2.3.1
25 "src/third_party/opencv/src/opencv/": None,
17e08f85 26
4623c72a 27 # need gyp <= @1175
8b0b4e3f
ER
28 "src/tools/gyp": None,
29
5eafce75
ER
30 "src/third_party/openssl": None,
31
32 "src/third_party/libjpeg_turbo/yasm": None,
33 "src/third_party/libjpeg_turbo/yasm/source/patched-yasm": None,
34
195b1b8d
ER
35 # need .gyp file
36# "src/third_party/protobuf": None,
37
38 # need libwebp.gyp
39# "src/third_party/libwebp": None,
40
8b0b4e3f 41 # these contain needed .gyp, need to checkout
17e08f85
ER
42# "src/third_party/zlib": None,
43# "src/third_party/libjpeg": None,
44# "src/third_party/serf/src": None,
8b0b4e3f 45
195b1b8d
ER
46 # need icu.gyp
47# "src/third_party/icu": None,
48
49 "src/build/mac": None,
50 "src/build/win": None,
5eafce75
ER
51 "src/tools/clang": None,
52
53 # need build/ios/mac_build.gypi
54# "src/build/ios": None,
195b1b8d 55
8b0b4e3f
ER
56 # as we have no tests, just keep checkouts and tarball smaller
57# "src/testing": None,
58# "src/testing/gtest": None,
59# "src/testing/gmock": None,
71e04b2a
ER
60 },
61 "safesync_url": "",
62},
17e08f85 63]
This page took 0.059023 seconds and 4 git commands to generate.