]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blob - gclient.conf
- added system-protobuf patch to use system protobuf; but build still fails due to...
[packages/apache-mod_pagespeed.git] / gclient.conf
1 # vim:ft=python
2 solutions = [{
3         "name"        : "src",
4         "url"         : "https://github.com/pagespeed/mod_pagespeed.git",
5         "deps_file"   : "DEPS",
6         "managed"     : False,
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                 # 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                 # used by ENABLE_URL_SIGNATURES
33 #               "src/third_party/boringssl/src": None,
34
35                 # not ready to use system lib
36 #               "src/third_party/re2/src": None,
37
38                 # need third_party/optipng/optipng.gyp
39                 # and pagespeed/kernel/image/png_optimizer.h needs third_party/optipng/src/opngreduc/opngreduc.h
40 #               "src/third_party/optipng": None,
41
42                 "src/third_party/libjpeg_turbo/yasm": None,
43                 "src/third_party/libjpeg_turbo/yasm/source/patched-yasm": None,
44
45                 # need third_party/libjpeg_turbo/src/libjpeg.gyp
46 #               "src/third_party/libjpeg_turbo/src": None,
47
48                 # needs more work to use system lib
49 #               "src/third_party/jsoncpp/include": None,
50 #               "src/third_party/jsoncpp/src": None,
51
52                 # needs giflib4: ./pagespeed/kernel/image/gif_reader.h:35:44: fatal error: third_party/giflib/lib/gif_lib.h: No such file or directory
53 #               "src/third_party/giflib": None,
54
55                 # these contain needed .gyp, need to checkout
56 #               "src/third_party/icu": None,
57 #               "src/third_party/libjpeg": None,
58 #               "src/third_party/libwebp": None,
59 #               "src/third_party/protobuf": None,
60 #               "src/third_party/serf/src": None,
61 #               "src/third_party/zlib": None,
62
63                 "src/build/mac":  None,
64                 "src/build/win":  None,
65                 "src/build/internal": None,
66                 "src/tools/clang": None,
67
68                 # need build/android/lint_action.gypi
69 #               "src/build/android": None,
70
71                 # need build/ios/mac_build.gypi
72 #               "src/build/ios": None,
73
74                 # as we have no tests, just keep checkouts and tarball smaller
75 #               "src/testing": None,
76 #               "src/testing/gtest": None,
77 #               "src/testing/gmock": None,
78         },
79         "safesync_url": "",
80 },
81 ]
82 cache_dir = None
This page took 0.051105 seconds and 3 git commands to generate.