]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blame_incremental - gclient.conf
use system yasm
[packages/apache-mod_pagespeed.git] / gclient.conf
... / ...
CommitLineData
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
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 "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
35 # need .gyp file
36# "src/third_party/protobuf": None,
37
38 # need libwebp.gyp
39# "src/third_party/libwebp": None,
40
41 # these contain needed .gyp, need to checkout
42# "src/third_party/zlib": None,
43# "src/third_party/libjpeg": None,
44# "src/third_party/serf/src": None,
45
46 # need icu.gyp
47# "src/third_party/icu": None,
48
49 "src/build/mac": None,
50 "src/build/win": None,
51 "src/tools/clang": None,
52
53 # need build/ios/mac_build.gypi
54# "src/build/ios": None,
55
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,
60 },
61 "safesync_url": "",
62},
63]
This page took 0.102858 seconds and 4 git commands to generate.