]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blobdiff - gclient.conf
experiment with cleanups, hit two dirs
[packages/apache-mod_pagespeed.git] / gclient.conf
index 7dd8e260ef40497493b360c0bfe0a07a066706f9..b8433d17d0547ea4d25bd85cc6c2851a074c8d17 100644 (file)
@@ -1,29 +1,48 @@
 solutions = [
   { "name"        : "src",
-    "url"         : "http://modpagespeed.googlecode.com/svn/tags/0.10.22.4/src",
+    "url"         : "http://modpagespeed.googlecode.com/svn/tags/0.10.22.7/src",
     "deps_file"   : "DEPS",
     "managed"     : True,
+
+       # deps that can be overriden, are top rooted for names in 'deps' in src/DEPS
     "custom_deps" : {
+               # apr >= 1.4.2
                "src/third_party/apr/src": None,
+
+               # apr-util >= 1.3.9
                "src/third_party/aprutil/src": None,
 
+               # apache >= 2.2.15
                "src/third_party/httpd/src/include": None,
                "src/third_party/httpd/src/os": None,
+
+               # apache >= 2.4.1
                "src/third_party/httpd24/src/include": None,
                "src/third_party/httpd24/src/os": None,
 
-               "src/third_party/opencv/src/opencv/include": None,
-               "src/third_party/opencv/src/opencv/modules/core": None,
-               "src/third_party/opencv/src/opencv/modules/imgproc": None,
-               "src/third_party/opencv/src/opencv/modules/highgui": None,
+               # need opencv >= 2.3.1
+               "src/third_party/opencv/src/opencv/": None,
 
+               # need gyp <= @1175
                "src/tools/gyp": None,
 
+               # need .gyp file
+#              "src/third_party/protobuf": None,
+
+               # need libwebp.gyp
+#              "src/third_party/libwebp": None,
+
                # these contain needed .gyp, need to checkout
 #              "src/third_party/zlib": None,
 #              "src/third_party/libjpeg": None,
 #              "src/third_party/serf/src": None,
 
+               # need icu.gyp
+#              "src/third_party/icu": None,
+
+               "src/build/mac":  None,
+               "src/build/win":  None,
+
                # as we have no tests, just keep checkouts and tarball smaller
 #              "src/testing": None,
 #              "src/testing/gtest": None,
This page took 0.111977 seconds and 4 git commands to generate.