Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
| 2 # that gclient uses under git. | 2 # that gclient uses under git. |
| 3 # | 3 # |
| 4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
| 5 # | 5 # |
| 6 # To test manually, run: | 6 # To test manually, run: |
| 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> | 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
| 8 # gclient runhooks | |
| 9 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
| 10 # .gclient file (the parent of "src"). | 9 # .gclient file (the parent of "src"). |
| 11 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 10 # |
| 12 # a bot when you modify this one. | 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run |
| 12 # gclient sync | |
| 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change | |
| 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically | |
| 15 # updated by a bot when you modify this one. | |
| 13 # | 16 # |
| 14 # When adding a new dependency, please update the top-level .gitignore file | 17 # When adding a new dependency, please update the top-level .gitignore file |
| 15 # to list the dependency's destination directory. | 18 # to list the dependency's destination directory. |
| 16 | 19 |
| 17 vars = { | 20 vars = { |
| 18 # Use this googlecode_url variable only if there is an internal mirror for it. | 21 # Use this googlecode_url variable only if there is an internal mirror for it. |
| 19 # If you do not know, use the full path while defining your new deps entry. | 22 # If you do not know, use the full path while defining your new deps entry. |
| 20 "googlecode_url": "http://%s.googlecode.com/svn", | 23 "googlecode_url": "http://%s.googlecode.com/svn", |
| 21 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", | 24 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", |
| 22 "llvm_url": "http://src.chromium.org/llvm-project", | 25 "llvm_url": "http://src.chromium.org/llvm-project", |
| 23 "llvm_git": "https://llvm.googlesource.com", | 26 "llvm_git": "https://llvm.googlesource.com", |
| 24 "libcxx_revision": "206024", | 27 "libcxx_revision": "206024", |
| 25 "libcxxabi_revision": "206024", | 28 "libcxxabi_revision": "206024", |
| 26 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 29 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
| 27 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 30 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
| 28 "webkit_revision": "173750", | 31 "webkit_revision": "176561", |
| 29 "chromium_git": "https://chromium.googlesource.com", | 32 "chromium_git": "https://chromium.googlesource.com", |
| 30 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", | 33 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
| 34 "pdfium_git": "https://pdfium.googlesource.com", | |
| 31 "skia_git": "https://skia.googlesource.com", | 35 "skia_git": "https://skia.googlesource.com", |
| 32 "swig_revision": "230490", | 36 "swig_revision": "230490", |
| 33 "nacl_revision": "13159", | 37 "nacl_revision": "13377", |
| 34 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 38 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
| 35 # to update other nacl_*_revision's. | 39 # to update other nacl_*_revision's. |
| 36 "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev | 40 "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev |
| 37 "google_toolbox_for_mac_revision": "662", | 41 "google_toolbox_for_mac_revision": "662", |
| 38 "libaddressinput_revision": "176", | 42 "libaddressinput_revision": "293", |
| 39 "libphonenumber_revision": "621", | 43 "libphonenumber_revision": "621", |
| 40 "libvpx_revision": "269083", | 44 "libvpx_revision": "278497", |
| 41 "lss_revision": "26", | 45 "lss_revision": "26", |
| 42 | 46 "sfntly_revision": "239", |
| 43 # These two FFmpeg variables must be updated together. One is used for SVN | |
| 44 # checkouts and the other for Git checkouts. | |
| 45 "ffmpeg_revision": "264299", | |
| 46 "ffmpeg_hash": "ac4a9f31fe2610bd146857bbd55d7a260003a888", | |
| 47 | |
| 48 "sfntly_revision": "228", | |
| 49 "lighttpd_revision": "33737", | 47 "lighttpd_revision": "33737", |
| 50 "skia_revision": "14592", | 48 "skia_revision": "6b8f1ba1ef71a762e961c3a8bc8b344c88990a04", |
| 51 "skia_hash": "24f6e29fc133f1082c73e2a96f30bee92e3123aa", | |
| 52 # Three lines of non-changing comments so that | 49 # Three lines of non-changing comments so that |
| 53 # the commit queue can handle CLs rolling Skia | 50 # the commit queue can handle CLs rolling Skia |
| 54 # and V8 without interference from each other. | 51 # and V8 without interference from each other. |
| 55 "v8_branch": "trunk", | 52 "v8_branch": "trunk", |
|
ricow1
2014/07/30 12:03:12
I think this deps file is wrong, and the reason I
vsm
2014/07/30 12:41:15
This should match Chrome trunk at the branch point
| |
| 56 "v8_revision": "21152", | 53 "v8_revision": "21888", |
| 57 # Three lines of non-changing comments so that | 54 # Three lines of non-changing comments so that |
| 58 # the commit queue can handle CLs rolling WebRTC | 55 # the commit queue can handle CLs rolling WebRTC |
| 59 # and V8 without interference from each other. | 56 # and V8 without interference from each other. |
| 60 "webrtc_revision": "6085", | 57 "webrtc_revision": "6496", |
| 61 "jsoncpp_revision": "248", | 58 "jsoncpp_revision": "248", |
| 62 "nss_revision": "267366", | 59 "nss_revision": "277057", |
| 63 # Three lines of non-changing comments so that | 60 # Three lines of non-changing comments so that |
| 64 # the commit queue can handle CLs rolling swarming_client | 61 # the commit queue can handle CLs rolling swarming_client |
| 65 # and whatever else without interference from each other. | 62 # and whatever else without interference from each other. |
| 66 "swarming_revision": "ae8085b09e6162b4ec869e430d7d09c16b32b433", | 63 "swarming_revision": "c333224ef8cf5cc41ab91f6ee9cb1fdbe3689f19", |
| 67 # Three lines of non-changing comments so that | 64 # Three lines of non-changing comments so that |
| 68 # the commit queue can handle CLs rolling openssl | 65 # the commit queue can handle CLs rolling openssl |
| 69 # and whatever else without interference from each other. | 66 # and whatever else without interference from each other. |
| 70 "openssl_revision": "267674", | 67 "openssl_revision": "275836", |
| 71 # Three lines of non-changing comments so that | 68 # Three lines of non-changing comments so that |
| 72 # the commit queue can handle CLs rolling ANGLE | 69 # the commit queue can handle CLs rolling ANGLE |
| 73 # and whatever else without interference from each other. | 70 # and whatever else without interference from each other. |
| 74 "angle_revision": "74697cf2064c0a2c0d7e1b1b28db439286766a05", | 71 "angle_revision": "afeeda9391c1f3fc0c35c04fbc448480177059d8", |
| 72 # Three lines of non-changing comments so that | |
| 73 # the commit queue can handle CLs rolling build tools | |
| 74 # and whatever else without interference from each other. | |
| 75 "buildtools_revision": "10a5251e71445a832953f1374bbbbe60ad019144", | |
| 76 # Three lines of non-changing comments so that | |
| 77 # the commit queue can handle CLs rolling PDFIum | |
| 78 # and whatever else without interference from each other. | |
| 79 "pdfium_revision": "9e16edd0ffb834e87da76fe6b0fe4aef39312685", | |
| 80 # Three lines of non-changing comments so that | |
| 81 # the commit queue can handle CLs rolling openmax_dl | |
| 82 # and whatever else without interference from each other. | |
| 83 "openmax_dl_revision": "6483", | |
| 75 } | 84 } |
| 76 | 85 |
| 77 deps = { | 86 deps = { |
| 78 "src/breakpad/src": | 87 "src/breakpad/src": |
| 79 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1325", | 88 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1338", |
| 89 | |
| 90 "src/buildtools": | |
| 91 Var("chromium_git") + "/chromium/buildtools.git@" + | |
| 92 Var("buildtools_revision"), | |
| 80 | 93 |
| 81 "src/sdch/open-vcdiff": | 94 "src/sdch/open-vcdiff": |
| 82 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", | 95 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", |
| 83 | 96 |
| 84 "src/testing/gtest": | 97 "src/testing/gtest": |
| 85 (Var("googlecode_url") % "googletest") + "/trunk@643", | 98 (Var("googlecode_url") % "googletest") + "/trunk@643", |
| 86 | 99 |
| 87 "src/testing/gmock": | 100 "src/testing/gmock": |
| 88 (Var("googlecode_url") % "googlemock") + "/trunk@410", | 101 (Var("googlecode_url") % "googlemock") + "/trunk@410", |
| 89 | 102 |
| 90 "src/third_party/angle": | 103 "src/third_party/angle": |
| 91 Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"), | 104 Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"), |
| 92 | 105 |
| 106 "src/third_party/colorama/src": | |
| 107 Var("chromium_git") + "/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8 db2e18e6b8", | |
| 108 | |
| 93 "src/third_party/trace-viewer": | 109 "src/third_party/trace-viewer": |
| 94 (Var("googlecode_url") % "trace-viewer") + "/trunk@1267", | 110 (Var("googlecode_url") % "trace-viewer") + "/trunk@1281", |
| 95 | 111 |
| 96 "src/third_party/WebKit": | 112 "src/third_party/WebKit": |
| 97 Var("webkit_trunk") + "@" + Var("webkit_revision"), | 113 Var("webkit_trunk") + "@" + Var("webkit_revision"), |
| 98 | 114 |
| 99 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": | 115 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": |
| 100 Var("chromium_git") + | 116 Var("chromium_git") + |
| 101 "/external/w3c/web-platform-tests.git@6bed4516fe8522d65512c76ef02e4f0ae82343 95", | 117 "/external/w3c/web-platform-tests.git@6bed4516fe8522d65512c76ef02e4f0ae82343 95", |
| 102 | 118 |
| 103 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": | 119 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": |
| 104 Var("chromium_git") + | 120 Var("chromium_git") + |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 129 "src/third_party/libc++/trunk": | 145 "src/third_party/libc++/trunk": |
| 130 Var("llvm_url") + "/libcxx/trunk@" + Var("libcxx_revision"), | 146 Var("llvm_url") + "/libcxx/trunk@" + Var("libcxx_revision"), |
| 131 | 147 |
| 132 "src/third_party/libc++abi/trunk": | 148 "src/third_party/libc++abi/trunk": |
| 133 Var("llvm_url") + "/libcxxabi/trunk@" + Var("libcxxabi_revision"), | 149 Var("llvm_url") + "/libcxxabi/trunk@" + Var("libcxxabi_revision"), |
| 134 | 150 |
| 135 "src/third_party/snappy/src": | 151 "src/third_party/snappy/src": |
| 136 (Var("googlecode_url") % "snappy") + "/trunk@80", | 152 (Var("googlecode_url") % "snappy") + "/trunk@80", |
| 137 | 153 |
| 138 "src/tools/grit": | 154 "src/tools/grit": |
| 139 (Var("googlecode_url") % "grit-i18n") + "/trunk@167", | 155 (Var("googlecode_url") % "grit-i18n") + "/trunk@169", |
| 140 | 156 |
| 141 "src/tools/gyp": | 157 "src/tools/gyp": |
| 142 (Var("googlecode_url") % "gyp") + "/trunk@1918", | 158 (Var("googlecode_url") % "gyp") + "/trunk@1944", |
| 143 | 159 |
| 144 "src/tools/swarming_client": | 160 "src/tools/swarming_client": |
| 145 Var("chromium_git") + "/external/swarming.client.git@" + | 161 Var("chromium_git") + "/external/swarming.client.git@" + |
| 146 Var("swarming_revision"), | 162 Var("swarming_revision"), |
| 147 | 163 |
| 148 "src/v8": | 164 "src/v8": |
| 149 (Var("googlecode_url") % "v8") + "/" + Var("v8_branch") + "@" + | 165 (Var("googlecode_url") % "v8") + "/" + Var("v8_branch") + "@" + |
| 150 Var("v8_revision"), | 166 Var("v8_revision"), |
| 151 | 167 |
| 152 "src/native_client": | 168 "src/native_client": |
| 153 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), | 169 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |
| 154 | 170 |
| 155 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": | 171 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": |
| 156 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + | 172 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
| 157 Var("nacl_revision"), | 173 Var("nacl_revision"), |
| 158 | 174 |
| 159 "src/third_party/sfntly/cpp/src": | 175 "src/third_party/sfntly/cpp/src": |
| 160 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" + | 176 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" + |
| 161 Var("sfntly_revision"), | 177 Var("sfntly_revision"), |
| 162 | 178 |
| 163 "src/third_party/skia/src": | 179 "src/third_party/skia": |
| 164 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), | 180 Var("chromium_git") + "/skia.git@" + Var("skia_revision"), |
| 165 | |
| 166 "src/third_party/skia/gyp": | |
| 167 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), | |
| 168 | |
| 169 "src/third_party/skia/include": | |
| 170 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), | |
| 171 | 181 |
| 172 "src/third_party/ots": | 182 "src/third_party/ots": |
| 173 (Var("googlecode_url") % "ots") + "/trunk@113", | 183 (Var("googlecode_url") % "ots") + "/trunk@113", |
| 174 | 184 |
| 175 "src/third_party/brotli/src": | 185 "src/third_party/brotli/src": |
| 176 Var("chromium_git") + | 186 Var("chromium_git") + |
| 177 "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5f cd8e01", | 187 "/external/font-compression-reference.git@6cef49677dc4c650ef6e3f56041e0a4180 3afa8c", |
| 178 | 188 |
| 179 "src/tools/page_cycler/acid3": | 189 "src/tools/page_cycler/acid3": |
| 180 "/trunk/deps/page_cycler/acid3@171600", | 190 "/trunk/deps/page_cycler/acid3@171600", |
| 181 | 191 |
| 182 "src/chrome/test/data/perf/canvas_bench": | 192 "src/chrome/test/data/perf/canvas_bench": |
| 183 "/trunk/deps/canvas_bench@122605", | 193 "/trunk/deps/canvas_bench@122605", |
| 184 | 194 |
| 185 "src/chrome/test/data/perf/frame_rate/content": | 195 "src/chrome/test/data/perf/frame_rate/content": |
| 186 "/trunk/deps/frame_rate/content@93671", | 196 "/trunk/deps/frame_rate/content@93671", |
| 187 | 197 |
| 188 "src/chrome/test/data/perf/third_party/octane": | |
| 189 (Var("googlecode_url") % "octane-benchmark") + "/trunk@19", | |
| 190 | |
| 191 "src/third_party/bidichecker": | 198 "src/third_party/bidichecker": |
| 192 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", | 199 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", |
| 193 | 200 |
| 194 "src/third_party/webgl/src": | 201 "src/third_party/webgl/src": |
| 195 Var("chromium_git") + | 202 Var("chromium_git") + |
| 196 "/external/khronosgroup/webgl.git@1700aa98cc8bc494b305d4ec1045797bc4030f45", | 203 "/external/khronosgroup/webgl.git@0475a2763fc30cbed22740f8a9ef53a82f03b4ac", |
| 197 | 204 |
| 198 "src/third_party/swig/Lib": | 205 "src/third_party/swig/Lib": |
| 199 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), | 206 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
| 200 | 207 |
| 201 # Make sure you update the two functional.DEPS and webdriver.DEPS too. | 208 # Make sure you update the two functional.DEPS and webdriver.DEPS too. |
| 202 "src/third_party/webdriver/pylib": | 209 "src/third_party/webdriver/pylib": |
| 203 (Var("googlecode_url") % "selenium") + "/trunk/py@18337", | 210 (Var("googlecode_url") % "selenium") + "/trunk/py@18337", |
| 204 | 211 |
| 205 "src/third_party/libvpx": | 212 "src/third_party/libvpx": |
| 206 "/trunk/deps/third_party/libvpx@" + | 213 "/trunk/deps/third_party/libvpx@" + |
| 207 Var("libvpx_revision"), | 214 Var("libvpx_revision"), |
| 208 | 215 |
| 209 "src/third_party/ffmpeg": | 216 "src/third_party/ffmpeg": |
| 210 "/trunk/deps/third_party/ffmpeg@" + | 217 Var("chromium_git") + |
| 211 Var("ffmpeg_revision"), | 218 "/chromium/third_party/ffmpeg.git@5c3de8094903dd2162232b8f1be916c46acdd8f5", |
| 212 | 219 |
| 213 "src/third_party/libjingle/source/talk": | 220 "src/third_party/libjingle/source/talk": |
| 214 (Var("googlecode_url") % "webrtc") + "/trunk/talk@" + | 221 (Var("googlecode_url") % "webrtc") + "/trunk/talk@" + |
| 215 Var("webrtc_revision"), | 222 Var("webrtc_revision"), |
| 216 | 223 |
| 217 "src/third_party/usrsctp/usrsctplib": | 224 "src/third_party/usrsctp/usrsctplib": |
| 218 (Var("googlecode_url") % "sctp-refimpl") + | 225 (Var("googlecode_url") % "sctp-refimpl") + |
| 219 "/trunk/KERN/usrsctp/usrsctplib@8838", | 226 "/trunk/KERN/usrsctp/usrsctplib@8875", |
| 220 | 227 |
| 221 "src/third_party/libsrtp": | 228 "src/third_party/libsrtp": |
| 222 "/trunk/deps/third_party/libsrtp@261337", | 229 "/trunk/deps/third_party/libsrtp@261337", |
| 223 | 230 |
| 224 "src/third_party/speex": | 231 "src/third_party/speex": |
| 225 "/trunk/deps/third_party/speex@198168", | 232 "/trunk/deps/third_party/speex@272757", |
| 226 | 233 |
| 227 "src/third_party/yasm/source/patched-yasm": | 234 "src/third_party/yasm/source/patched-yasm": |
| 228 "/trunk/deps/third_party/yasm/patched-yasm@167605", | 235 "/trunk/deps/third_party/yasm/patched-yasm@167605", |
| 229 | 236 |
| 230 "src/third_party/libjpeg_turbo": | 237 "src/third_party/libjpeg_turbo": |
| 231 "/trunk/deps/third_party/libjpeg_turbo@263594", | 238 "/trunk/deps/third_party/libjpeg_turbo@272637", |
| 232 | 239 |
| 233 "src/third_party/flac": | 240 "src/third_party/flac": |
| 234 "/trunk/deps/third_party/flac@222897", | 241 "/trunk/deps/third_party/flac@222897", |
| 235 | 242 |
| 236 "src/third_party/pyftpdlib/src": | 243 "src/third_party/pyftpdlib/src": |
| 237 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", | 244 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", |
| 238 | 245 |
| 239 "src/third_party/scons-2.0.1": | 246 "src/third_party/scons-2.0.1": |
| 240 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + | 247 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + |
| 241 Var("nacl_tools_revision"), | 248 Var("nacl_tools_revision"), |
| 242 | 249 |
| 243 "src/third_party/webrtc": | 250 "src/third_party/webrtc": |
| 244 (Var("googlecode_url") % "webrtc") + "/trunk/webrtc@" + Var("webrtc_revision "), | 251 (Var("googlecode_url") % "webrtc") + "/trunk/webrtc@" + Var("webrtc_revision "), |
| 245 | 252 |
| 246 "src/third_party/openmax_dl": | 253 "src/third_party/openmax_dl": |
| 247 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@6024", | 254 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@" + Var("ope nmax_dl_revision"), |
| 248 | 255 |
| 249 "src/third_party/jsoncpp/source/include": | 256 "src/third_party/jsoncpp/source/include": |
| 250 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 257 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
| 251 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), | 258 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), |
| 252 | 259 |
| 253 "src/third_party/jsoncpp/source/src/lib_json": | 260 "src/third_party/jsoncpp/source/src/lib_json": |
| 254 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 261 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
| 255 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), | 262 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), |
| 256 | 263 |
| 257 "src/third_party/libyuv": | 264 "src/third_party/libyuv": |
| 258 (Var("googlecode_url") % "libyuv") + "/trunk@1000", | 265 (Var("googlecode_url") % "libyuv") + "/trunk@1007", |
| 259 | 266 |
| 260 "src/third_party/smhasher/src": | 267 "src/third_party/smhasher/src": |
| 261 (Var("googlecode_url") % "smhasher") + "/trunk@152", | 268 (Var("googlecode_url") % "smhasher") + "/trunk@152", |
| 262 | 269 |
| 263 "src/third_party/libaddressinput/src/cpp": | 270 "src/third_party/libaddressinput/src/cpp": |
| 264 (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" + | 271 (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" + |
| 265 Var("libaddressinput_revision"), | 272 Var("libaddressinput_revision"), |
| 266 "src/third_party/libaddressinput/src/testdata": | 273 "src/third_party/libaddressinput/src/testdata": |
| 267 (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" + | 274 (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" + |
| 268 Var("libaddressinput_revision"), | 275 Var("libaddressinput_revision"), |
| 269 | 276 |
| 270 "src/third_party/libphonenumber/src/phonenumbers": | 277 "src/third_party/libphonenumber/src/phonenumbers": |
| 271 (Var("googlecode_url") % "libphonenumber") + | 278 (Var("googlecode_url") % "libphonenumber") + |
| 272 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), | 279 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), |
| 273 "src/third_party/libphonenumber/src/test": | 280 "src/third_party/libphonenumber/src/test": |
| 274 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + | 281 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + |
| 275 Var("libphonenumber_revision"), | 282 Var("libphonenumber_revision"), |
| 276 "src/third_party/libphonenumber/src/resources": | 283 "src/third_party/libphonenumber/src/resources": |
| 277 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + | 284 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + |
| 278 Var("libphonenumber_revision"), | 285 Var("libphonenumber_revision"), |
| 279 | 286 |
| 280 "src/tools/deps2git": | 287 "src/tools/deps2git": |
| 281 "/trunk/tools/deps2git@262731", | 288 "/trunk/tools/deps2git@276439", |
| 282 | 289 |
| 283 "src/third_party/clang_format/script": | 290 "src/third_party/clang_format/script": |
| 284 Var("llvm_url") + "/cfe/trunk/tools/clang-format@206068", | 291 Var("llvm_url") + "/cfe/trunk/tools/clang-format@206068", |
| 285 | 292 |
| 286 "src/third_party/webpagereplay": | 293 "src/third_party/webpagereplay": |
| 287 (Var("googlecode_url") % "web-page-replay") + "/trunk@544", | 294 Var("chromium_git") + "/external/web-page-replay.git@" + |
| 295 "b62c02d3b64cf00a2f65a82cca0721aa42c3d6ad", | |
| 288 | 296 |
| 289 "src/third_party/pywebsocket/src": | 297 "src/third_party/pywebsocket/src": |
| 290 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@790", | 298 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@790", |
| 291 | 299 |
| 292 "src/third_party/opus/src": | 300 "src/third_party/opus/src": |
| 293 "/trunk/deps/third_party/opus@256783", | 301 "/trunk/deps/third_party/opus@256783", |
| 294 | 302 |
| 295 "src/media/cdm/ppapi/api": | 303 "src/media/cdm/ppapi/api": |
| 296 "/trunk/deps/cdm@262570", | 304 "/trunk/deps/cdm@273356", |
| 297 | 305 |
| 298 "src/third_party/mesa/src": | 306 "src/third_party/mesa/src": |
| 299 "/trunk/deps/third_party/mesa@265279", | 307 "/trunk/deps/third_party/mesa@265279", |
| 300 | 308 |
| 301 "src/third_party/cld_2/src": | 309 "src/third_party/cld_2/src": |
| 302 (Var("googlecode_url") % "cld2") + "/trunk@160", | 310 (Var("googlecode_url") % "cld2") + "/trunk@161", |
| 303 | 311 |
| 304 "src/chrome/browser/resources/pdf/html_office": | 312 "src/chrome/browser/resources/pdf/html_office": |
| 305 Var("chromium_git") + | 313 Var("chromium_git") + |
| 306 "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7 359", | 314 "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7 359", |
| 307 | 315 |
| 308 "src/third_party/libwebm/source": | 316 "src/third_party/libwebm/source": |
| 309 Var("chromium_git") + | 317 Var("chromium_git") + |
| 310 "/webm/libwebm.git@fb6b6e64444c637f27d103fd113e0c7bf4f107dd", | 318 "/webm/libwebm.git@8be63972fdd7ae8c041778f8ba674ade903395c9", |
| 311 | 319 |
| 312 "src/third_party/openssl": | 320 "src/third_party/openssl": |
| 313 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), | 321 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), |
| 322 | |
| 323 "src/third_party/pdfium": | |
| 324 Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"), | |
| 314 } | 325 } |
| 315 | 326 |
| 316 | 327 |
| 317 deps_os = { | 328 deps_os = { |
| 318 "win": { | 329 "win": { |
| 319 "src/chrome/tools/test/reference_build/chrome_win": | 330 "src/chrome/tools/test/reference_build/chrome_win": |
| 320 "/trunk/deps/reference_builds/chrome_win@254637", | 331 "/trunk/deps/reference_builds/chrome_win@273882", |
| 321 | 332 |
| 322 "src/third_party/cygwin": | 333 "src/third_party/cygwin": |
| 323 "/trunk/deps/third_party/cygwin@231940", | 334 "/trunk/deps/third_party/cygwin@231940", |
| 324 | 335 |
| 325 "src/third_party/psyco_win32": | 336 "src/third_party/psyco_win32": |
| 326 "/trunk/deps/third_party/psyco_win32@237949", | 337 "/trunk/deps/third_party/psyco_win32@237949", |
| 327 | 338 |
| 328 "src/third_party/bison": | 339 "src/third_party/bison": |
| 329 "/trunk/deps/third_party/bison@147303", | 340 "/trunk/deps/third_party/bison@147303", |
| 330 | 341 |
| 331 "src/third_party/gperf": | 342 "src/third_party/gperf": |
| 332 "/trunk/deps/third_party/gperf@147304", | 343 "/trunk/deps/third_party/gperf@147304", |
| 333 | 344 |
| 334 "src/third_party/perl": | 345 "src/third_party/perl": |
| 335 "/trunk/deps/third_party/perl@147900", | 346 "/trunk/deps/third_party/perl@147900", |
| 336 | 347 |
| 337 "src/third_party/lighttpd": | 348 "src/third_party/lighttpd": |
| 338 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), | 349 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), |
| 339 | 350 |
| 340 # Parses Windows PE/COFF executable format. | 351 # Parses Windows PE/COFF executable format. |
| 341 "src/third_party/pefile": | 352 "src/third_party/pefile": |
| 342 (Var("googlecode_url") % "pefile") + "/trunk@63", | 353 (Var("googlecode_url") % "pefile") + "/trunk@141", |
| 343 | 354 |
| 344 # NSS, for SSLClientSocketNSS. | 355 # NSS, for SSLClientSocketNSS. |
| 345 "src/third_party/nss": | 356 "src/third_party/nss": |
| 346 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 357 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
| 347 | 358 |
| 348 "src/third_party/swig/win": | 359 "src/third_party/swig/win": |
| 349 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), | 360 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
| 350 | 361 |
| 351 # GNU binutils assembler for x86-32. | 362 # GNU binutils assembler for x86-32. |
| 352 "src/third_party/gnu_binutils": | 363 "src/third_party/gnu_binutils": |
| 353 (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" + | 364 (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" + |
| 354 Var("nacl_tools_revision")), | 365 Var("nacl_tools_revision")), |
| 355 # GNU binutils assembler for x86-64. | 366 # GNU binutils assembler for x86-64. |
| 356 "src/third_party/mingw-w64/mingw/bin": | 367 "src/third_party/mingw-w64/mingw/bin": |
| 357 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + | 368 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + |
| 358 Var("nacl_tools_revision")), | 369 Var("nacl_tools_revision")), |
| 359 | 370 |
| 360 # Dependencies used by libjpeg-turbo | 371 # Dependencies used by libjpeg-turbo |
| 361 "src/third_party/yasm/binaries": | 372 "src/third_party/yasm/binaries": |
| 362 "/trunk/deps/third_party/yasm/binaries@154708", | 373 "/trunk/deps/third_party/yasm/binaries@154708", |
| 363 | 374 |
| 364 # Binary level profile guided optimizations. This points to the | |
| 365 # latest release binaries for the toolchain. | |
| 366 "src/third_party/syzygy/binaries": | |
| 367 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@2134", | |
| 368 | |
| 369 # Binaries for nacl sdk. | 375 # Binaries for nacl sdk. |
| 370 "src/third_party/nacl_sdk_binaries": | 376 "src/third_party/nacl_sdk_binaries": |
| 371 "/trunk/deps/third_party/nacl_sdk_binaries@111576", | 377 "/trunk/deps/third_party/nacl_sdk_binaries@111576", |
| 372 }, | 378 }, |
| 373 "ios": { | 379 "ios": { |
| 374 "src/third_party/google_toolbox_for_mac/src": | 380 "src/third_party/google_toolbox_for_mac/src": |
| 375 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 381 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
| 376 Var("google_toolbox_for_mac_revision"), | 382 Var("google_toolbox_for_mac_revision"), |
| 377 | 383 |
| 378 "src/third_party/nss": | 384 "src/third_party/nss": |
| 379 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 385 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
| 380 | 386 |
| 381 # class-dump utility to generate header files for undocumented SDKs | 387 # class-dump utility to generate header files for undocumented SDKs |
| 382 "src/testing/iossim/third_party/class-dump": | 388 "src/testing/iossim/third_party/class-dump": |
| 383 "/trunk/deps/third_party/class-dump@199203", | 389 "/trunk/deps/third_party/class-dump@199203", |
| 384 | 390 |
| 385 # Code that's not needed due to not building everything | 391 # Code that's not needed due to not building everything |
| 386 "src/build/util/support": None, | 392 "src/build/util/support": None, |
| 387 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e, | 393 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e, |
| 388 "src/chrome/test/data/perf/canvas_bench": None, | 394 "src/chrome/test/data/perf/canvas_bench": None, |
| 389 "src/chrome/test/data/perf/frame_rate/content": None, | 395 "src/chrome/test/data/perf/frame_rate/content": None, |
| 390 "src/chrome/test/data/perf/third_party/octane": None, | |
| 391 "src/media/cdm/ppapi/api": None, | 396 "src/media/cdm/ppapi/api": None, |
| 392 "src/native_client": None, | 397 "src/native_client": None, |
| 393 "src/native_client/src/third_party/ppapi": None, | 398 "src/native_client/src/third_party/ppapi": None, |
| 394 "src/third_party/angle": None, | 399 "src/third_party/angle": None, |
| 395 "src/third_party/bidichecker": None, | 400 "src/third_party/bidichecker": None, |
| 396 "src/third_party/brotli/src": None, | 401 "src/third_party/brotli/src": None, |
| 397 "src/third_party/cld_2/src": None, | 402 "src/third_party/cld_2/src": None, |
| 398 "src/third_party/ffmpeg": None, | 403 "src/third_party/ffmpeg": None, |
| 399 "src/third_party/hunspell_dictionaries": None, | 404 "src/third_party/hunspell_dictionaries": None, |
| 400 "src/third_party/hunspell": None, | 405 "src/third_party/hunspell": None, |
| 401 "src/third_party/libaddressinput/src/cpp": None, | |
| 402 "src/third_party/libaddressinput/src/testdata": None, | |
| 403 "src/third_party/libc++/trunk": None, | 406 "src/third_party/libc++/trunk": None, |
| 404 "src/third_party/libc++abi/trunk": None, | 407 "src/third_party/libc++abi/trunk": None, |
| 405 "src/third_party/libexif/sources": None, | 408 "src/third_party/libexif/sources": None, |
| 406 "src/third_party/libjpeg_turbo": None, | 409 "src/third_party/libjpeg_turbo": None, |
| 407 "src/third_party/libsrtp": None, | 410 "src/third_party/libsrtp": None, |
| 408 "src/third_party/libvpx": None, | 411 "src/third_party/libvpx": None, |
| 409 "src/third_party/libyuv": None, | 412 "src/third_party/libyuv": None, |
| 410 "src/third_party/mesa/src": None, | 413 "src/third_party/mesa/src": None, |
| 411 "src/third_party/opus/src": None, | 414 "src/third_party/opus/src": None, |
| 412 "src/third_party/openmax_dl": None, | 415 "src/third_party/openmax_dl": None, |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 424 "src/third_party/webpagereplay": None, | 427 "src/third_party/webpagereplay": None, |
| 425 "src/third_party/webrtc": None, | 428 "src/third_party/webrtc": None, |
| 426 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None, | 429 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None, |
| 427 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None, | 430 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None, |
| 428 "src/third_party/yasm/source/patched-yasm": None, | 431 "src/third_party/yasm/source/patched-yasm": None, |
| 429 "src/tools/page_cycler/acid3": None, | 432 "src/tools/page_cycler/acid3": None, |
| 430 "src/v8": None, | 433 "src/v8": None, |
| 431 }, | 434 }, |
| 432 "mac": { | 435 "mac": { |
| 433 "src/chrome/tools/test/reference_build/chrome_mac": | 436 "src/chrome/tools/test/reference_build/chrome_mac": |
| 434 "/trunk/deps/reference_builds/chrome_mac@255182", | 437 "/trunk/deps/reference_builds/chrome_mac@273882", |
| 435 | 438 |
| 436 "src/third_party/google_toolbox_for_mac/src": | 439 "src/third_party/google_toolbox_for_mac/src": |
| 437 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 440 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
| 438 Var("google_toolbox_for_mac_revision"), | 441 Var("google_toolbox_for_mac_revision"), |
| 439 | 442 |
| 440 "src/third_party/pdfsqueeze": | 443 "src/third_party/pdfsqueeze": |
| 441 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", | 444 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
| 442 | 445 |
| 443 "src/third_party/lighttpd": | 446 "src/third_party/lighttpd": |
| 444 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), | 447 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), |
| 445 | 448 |
| 446 "src/third_party/swig/mac": | 449 "src/third_party/swig/mac": |
| 447 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 450 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
| 448 | 451 |
| 449 # NSS, for SSLClientSocketNSS. | 452 # NSS, for SSLClientSocketNSS. |
| 450 "src/third_party/nss": | 453 "src/third_party/nss": |
| 451 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 454 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
| 452 | 455 |
| 453 "src/chrome/installer/mac/third_party/xz/xz": | 456 "src/chrome/installer/mac/third_party/xz/xz": |
| 454 "/trunk/deps/third_party/xz@233311", | 457 "/trunk/deps/third_party/xz@233311", |
| 455 }, | 458 }, |
| 456 "unix": { | 459 "unix": { |
| 457 # Linux, really. | 460 # Linux, really. |
| 458 "src/chrome/tools/test/reference_build/chrome_linux": | 461 "src/chrome/tools/test/reference_build/chrome_linux": |
| 459 "/trunk/deps/reference_builds/chrome_linux64@254637", | 462 "/trunk/deps/reference_builds/chrome_linux64@273882", |
| 460 | 463 |
| 461 "src/third_party/xdg-utils": | 464 "src/third_party/xdg-utils": |
| 462 "/trunk/deps/third_party/xdg-utils@203785", | 465 "/trunk/deps/third_party/xdg-utils@203785", |
| 463 | 466 |
| 464 "src/third_party/swig/linux": | 467 "src/third_party/swig/linux": |
| 465 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 468 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 466 | 469 |
| 467 "src/third_party/lss": | 470 "src/third_party/lss": |
| 468 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 471 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
| 469 Var("lss_revision")), | 472 Var("lss_revision")), |
| 470 | 473 |
| 471 # For Linux and Chromium OS. | 474 # For Linux and Chromium OS. |
| 472 "src/third_party/cros_system_api": | 475 "src/third_party/cros_system_api": |
| 473 Var("chromiumos_git") + "/platform/system_api.git" + | 476 Var("chromiumos_git") + "/platform/system_api.git" + |
| 474 "@5b855c05cbbd9d4dcd7430fa58e73a296d038047", | 477 "@ba73627b396a7773203a6c554ae2cc759d52eb2b", |
| 475 | 478 |
| 476 # Note that this is different from Android's freetype repo. | 479 # Note that this is different from Android's freetype repo. |
| 477 "src/third_party/freetype2/src": | 480 "src/third_party/freetype2/src": |
| 478 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + | 481 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + |
| 479 "@d699c2994ecc178c4ed05ac2086061b2034c2178", | 482 "@d699c2994ecc178c4ed05ac2086061b2034c2178", |
| 480 | 483 |
| 481 # Build tools for targeting ChromeOS. | 484 # Build tools for targeting ChromeOS. |
| 482 "src/third_party/chromite": | 485 "src/third_party/chromite": |
| 483 Var("chromiumos_git") + "/chromite.git" + | 486 Var("chromiumos_git") + "/chromite.git" + |
| 484 "@63193a4393f6e964bfca992bfb03e40183554f7d", | 487 "@df22fd72b22d1905af6e69d23ec373b69c9c75f6", |
| 485 | 488 |
| 486 # Dependency of chromite.git. | 489 # Dependency of chromite.git. |
| 487 "src/third_party/pyelftools": | 490 "src/third_party/pyelftools": |
| 488 Var("chromiumos_git") + "/third_party/pyelftools.git" + | 491 Var("chromiumos_git") + "/third_party/pyelftools.git" + |
| 489 "@bdc1d380acd88d4bfaf47265008091483b0d614e", | 492 "@bdc1d380acd88d4bfaf47265008091483b0d614e", |
| 490 | 493 |
| 491 "src/third_party/undoview": | 494 "src/third_party/undoview": |
| 492 "/trunk/deps/third_party/undoview@119694", | 495 "/trunk/deps/third_party/undoview@119694", |
| 493 | 496 |
| 494 "src/third_party/liblouis/src": | 497 "src/third_party/liblouis/src": |
| 495 Var("chromium_git") + | 498 Var("chromium_git") + |
| 496 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", | 499 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", |
| 497 | 500 |
| 498 # Used for embedded builds. CrOS & Linux use the system version. | 501 # Used for embedded builds. CrOS & Linux use the system version. |
| 499 "src/third_party/fontconfig/src": | 502 "src/third_party/fontconfig/src": |
| 500 Var("chromium_git") + "/external/fontconfig.git" + | 503 Var("chromium_git") + "/external/fontconfig.git" + |
| 501 "@f16c3118e25546c1b749f9823c51827a60aeb5c1", | 504 "@f16c3118e25546c1b749f9823c51827a60aeb5c1", |
| 502 }, | 505 }, |
| 503 "android": { | 506 "android": { |
| 504 "src/third_party/android_tools": | 507 "src/third_party/android_tools": |
| 505 Var("chromium_git") + "/android_tools.git" + | 508 Var("chromium_git") + "/android_tools.git" + |
| 506 "@bf45c76e0eb23b7b7a9d5f26b28c16983daa173b", | 509 "@fbd4205a1da1939ba1dc470b33cb5b3b1acf235d", |
| 507 | 510 |
| 508 "src/third_party/aosp": | 511 "src/third_party/aosp": |
| 509 "/trunk/deps/third_party/aosp@148330", | 512 "/trunk/deps/third_party/aosp@148330", |
| 510 | 513 |
| 511 "src/third_party/apache-mime4j": | 514 "src/third_party/apache-mime4j": |
| 512 "/trunk/deps/third_party/apache-mime4j@170888", | 515 "/trunk/deps/third_party/apache-mime4j@170888", |
| 513 | 516 |
| 514 "src/third_party/findbugs": | 517 "src/third_party/findbugs": |
| 515 "/trunk/deps/third_party/findbugs@245039", | 518 "/trunk/deps/third_party/findbugs@245039", |
| 516 | 519 |
| 517 "src/third_party/freetype": | 520 "src/third_party/freetype": |
| 518 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + | 521 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + |
| 519 "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac", | 522 "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac", |
| 520 | 523 |
| 521 "src/third_party/guava/src": | 524 "src/third_party/guava/src": |
| 522 Var("chromium_git") + "/external/guava-libraries.git" + | 525 Var("chromium_git") + "/external/guava-libraries.git" + |
| 523 "@c523556ab7d0f05afadebd20e7768d4c16af8771", | 526 "@c523556ab7d0f05afadebd20e7768d4c16af8771", |
| 524 | 527 |
| 528 "src/third_party/elfutils/src": | |
| 529 Var("chromium_git") + "/external/elfutils.git" + | |
| 530 "@43a97297be82feab4b3176a094ed701ad3ccb308", | |
| 531 | |
| 525 "src/third_party/httpcomponents-client": | 532 "src/third_party/httpcomponents-client": |
| 526 "/trunk/deps/third_party/httpcomponents-client@170888", | 533 "/trunk/deps/third_party/httpcomponents-client@170888", |
| 527 | 534 |
| 528 "src/third_party/httpcomponents-core": | 535 "src/third_party/httpcomponents-core": |
| 529 "/trunk/deps/third_party/httpcomponents-core@170888", | 536 "/trunk/deps/third_party/httpcomponents-core@170888", |
| 530 | 537 |
| 531 "src/third_party/jarjar": | 538 "src/third_party/jarjar": |
| 532 "/trunk/deps/third_party/jarjar@170888", | 539 "/trunk/deps/third_party/jarjar@170888", |
| 533 | 540 |
| 534 "src/third_party/jsr-305/src": | 541 "src/third_party/jsr-305/src": |
| 535 (Var("googlecode_url") % "jsr-305") + "/trunk@51", | 542 (Var("googlecode_url") % "jsr-305") + "/trunk@51", |
| 536 | 543 |
| 537 "src/third_party/lss": | 544 "src/third_party/lss": |
| 538 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 545 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
| 539 Var("lss_revision")), | 546 Var("lss_revision")), |
| 540 | 547 |
| 541 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le": | 548 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le": |
| 542 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797", | 549 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797", |
| 543 | |
| 544 # Android shouldn't use this address validation library. | |
| 545 "src/third_party/libaddressinput/src/cpp": None, | |
| 546 "src/third_party/libaddressinput/src/testdata": None, | |
| 547 }, | 550 }, |
| 548 } | 551 } |
| 549 | 552 |
| 550 | 553 |
| 551 include_rules = [ | 554 include_rules = [ |
| 552 # Everybody can use some things. | 555 # Everybody can use some things. |
| 553 "+base", | 556 "+base", |
| 554 "+build", | 557 "+build", |
| 555 "+ipc", | 558 "+ipc", |
| 556 | 559 |
| 557 # Everybody can use headers generated by tools/generate_library_loader. | 560 # Everybody can use headers generated by tools/generate_library_loader. |
| 558 "+library_loaders", | 561 "+library_loaders", |
| 559 | 562 |
| 560 "+testing", | 563 "+testing", |
| 561 "+third_party/icu/source/common/unicode", | 564 "+third_party/icu/source/common/unicode", |
| 562 "+third_party/icu/source/i18n/unicode", | 565 "+third_party/icu/source/i18n/unicode", |
| 563 "+url", | 566 "+url", |
| 564 ] | 567 ] |
| 565 | 568 |
| 566 | 569 |
| 567 # checkdeps.py shouldn't check include paths for files in these dirs: | 570 # checkdeps.py shouldn't check include paths for files in these dirs: |
| 568 skip_child_includes = [ | 571 skip_child_includes = [ |
| 569 "breakpad", | 572 "breakpad", |
| 570 "delegate_execute", | 573 "delegate_execute", |
| 571 "metro_driver", | 574 "metro_driver", |
| 572 "native_client_sdk", | 575 "native_client_sdk", |
| 573 "o3d", | 576 "o3d", |
| 574 "pdf", | |
| 575 "sdch", | 577 "sdch", |
| 576 "skia", | 578 "skia", |
| 577 "testing", | 579 "testing", |
| 578 "third_party", | 580 "third_party", |
| 579 "v8", | 581 "v8", |
| 580 "win8", | 582 "win8", |
| 581 ] | 583 ] |
| 582 | 584 |
| 583 | 585 |
| 584 hooks = [ | 586 hooks = [ |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 657 }, | 659 }, |
| 658 # Pull GN binaries. This needs to be before running GYP below. | 660 # Pull GN binaries. This needs to be before running GYP below. |
| 659 { | 661 { |
| 660 "name": "gn_win", | 662 "name": "gn_win", |
| 661 "pattern": ".", | 663 "pattern": ".", |
| 662 "action": [ "download_from_google_storage", | 664 "action": [ "download_from_google_storage", |
| 663 "--no_resume", | 665 "--no_resume", |
| 664 "--platform=win32", | 666 "--platform=win32", |
| 665 "--no_auth", | 667 "--no_auth", |
| 666 "--bucket", "chromium-gn", | 668 "--bucket", "chromium-gn", |
| 667 "-s", "src/tools/gn/bin/win/gn.exe.sha1", | 669 "-s", "src/buildtools/win/gn.exe.sha1", |
| 668 ], | 670 ], |
| 669 }, | 671 }, |
| 670 { | 672 { |
| 671 "name": "gn_mac", | 673 "name": "gn_mac", |
| 672 "pattern": ".", | 674 "pattern": ".", |
| 673 "action": [ "download_from_google_storage", | 675 "action": [ "download_from_google_storage", |
| 674 "--no_resume", | 676 "--no_resume", |
| 675 "--platform=darwin", | 677 "--platform=darwin", |
| 676 "--no_auth", | 678 "--no_auth", |
| 677 "--bucket", "chromium-gn", | 679 "--bucket", "chromium-gn", |
| 680 "-s", "src/buildtools/mac/gn.sha1", | |
| 681 ], | |
| 682 }, | |
| 683 { | |
| 684 "name": "gn_linux32", | |
| 685 "pattern": ".", | |
| 686 "action": [ "download_from_google_storage", | |
| 687 "--no_resume", | |
| 688 "--platform=linux*", | |
| 689 "--no_auth", | |
| 690 "--bucket", "chromium-gn", | |
| 691 "-s", "src/buildtools/linux32/gn.sha1", | |
| 692 ], | |
| 693 }, | |
| 694 { | |
| 695 "name": "gn_linux64", | |
| 696 "pattern": ".", | |
| 697 "action": [ "download_from_google_storage", | |
| 698 "--no_resume", | |
| 699 "--platform=linux*", | |
| 700 "--no_auth", | |
| 701 "--bucket", "chromium-gn", | |
| 702 "-s", "src/buildtools/linux64/gn.sha1", | |
| 703 ], | |
| 704 }, | |
| 705 # Pull GN binaries (old location). TODO(brettw) remove this after a transition | |
| 706 # period while we move the binaries from tools/gn/bin to buildtools. | |
| 707 { | |
| 708 "name": "gn_old_win", | |
| 709 "pattern": ".", | |
| 710 "action": [ "download_from_google_storage", | |
| 711 "--no_resume", | |
| 712 "--platform=win32", | |
| 713 "--no_auth", | |
| 714 "--bucket", "chromium-gn", | |
| 715 "-s", "src/tools/gn/bin/win/gn.exe.sha1", | |
| 716 ], | |
| 717 }, | |
| 718 { | |
| 719 "name": "gn_old_mac", | |
| 720 "pattern": ".", | |
| 721 "action": [ "download_from_google_storage", | |
| 722 "--no_resume", | |
| 723 "--platform=darwin", | |
| 724 "--no_auth", | |
| 725 "--bucket", "chromium-gn", | |
| 678 "-s", "src/tools/gn/bin/mac/gn.sha1", | 726 "-s", "src/tools/gn/bin/mac/gn.sha1", |
| 679 ], | 727 ], |
| 680 }, | 728 }, |
| 681 { | 729 { |
| 682 "name": "gn_linux", | 730 "name": "gn_old_linux", |
| 683 "pattern": ".", | 731 "pattern": ".", |
| 684 "action": [ "download_from_google_storage", | 732 "action": [ "download_from_google_storage", |
| 685 "--no_resume", | 733 "--no_resume", |
| 686 "--platform=linux*", | 734 "--platform=linux*", |
| 687 "--no_auth", | 735 "--no_auth", |
| 688 "--bucket", "chromium-gn", | 736 "--bucket", "chromium-gn", |
| 689 "-s", "src/tools/gn/bin/linux/gn.sha1", | 737 "-s", "src/tools/gn/bin/linux/gn.sha1", |
| 690 ], | 738 ], |
| 691 }, | 739 }, |
| 692 { | 740 { |
| 693 "name": "gn_linux32", | 741 "name": "gn_old_linux32", |
| 694 "pattern": ".", | 742 "pattern": ".", |
| 695 "action": [ "download_from_google_storage", | 743 "action": [ "download_from_google_storage", |
| 696 "--no_resume", | 744 "--no_resume", |
| 697 "--platform=linux*", | 745 "--platform=linux*", |
| 698 "--no_auth", | 746 "--no_auth", |
| 699 "--bucket", "chromium-gn", | 747 "--bucket", "chromium-gn", |
| 700 "-s", "src/tools/gn/bin/linux/gn32.sha1", | 748 "-s", "src/tools/gn/bin/linux/gn32.sha1", |
| 701 ], | 749 ], |
| 702 }, | 750 }, |
| 703 # Pull clang-format binaries using checked-in hashes. | 751 # Pull clang-format binaries using checked-in hashes. |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 751 "pattern": ".", | 799 "pattern": ".", |
| 752 "action": [ "download_from_google_storage", | 800 "action": [ "download_from_google_storage", |
| 753 "--no_resume", | 801 "--no_resume", |
| 754 "--platform=linux*", | 802 "--platform=linux*", |
| 755 "--no_auth", | 803 "--no_auth", |
| 756 "--bucket", "chromium-eu-strip", | 804 "--bucket", "chromium-eu-strip", |
| 757 "-s", "src/build/linux/bin/eu-strip.sha1", | 805 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 758 ], | 806 ], |
| 759 }, | 807 }, |
| 760 { | 808 { |
| 809 "name": "drmemory", | |
| 810 "pattern": ".", | |
| 811 "action": [ "download_from_google_storage", | |
| 812 "--no_resume", | |
| 813 "--platform=win32", | |
| 814 "--no_auth", | |
| 815 "--bucket", "chromium-drmemory", | |
| 816 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", | |
| 817 ], | |
| 818 }, | |
| 819 # Pull the Syzygy binaries, used for optimization and instrumentation. | |
| 820 { | |
| 821 "name": "syzygy-binaries", | |
| 822 "pattern": ".", | |
| 823 "action": ["python", | |
| 824 "src/build/get_syzygy_binaries.py", | |
| 825 "--output-dir=src/third_party/syzygy/binaries", | |
| 826 "--revision=b08fb72610963d31cc3eae33f746a04e263bd860", | |
| 827 "--overwrite", | |
| 828 ], | |
| 829 }, | |
| 830 { | |
| 831 "name": "apache_win32", | |
| 832 "pattern": "\\.sha1", | |
| 833 "action": [ "download_from_google_storage", | |
| 834 "--no_resume", | |
| 835 "--platform=win32", | |
| 836 "--directory", | |
| 837 "--recursive", | |
| 838 "--no_auth", | |
| 839 "--num_threads=16", | |
| 840 "--bucket", "chromium-apache-win32", | |
| 841 "src/third_party/apache-win32", | |
| 842 ], | |
| 843 }, | |
| 844 { | |
| 761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 845 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 762 "name": "gyp", | 846 "name": "gyp", |
| 763 "pattern": ".", | 847 "pattern": ".", |
| 764 "action": ["python", "src/build/gyp_chromium"], | 848 "action": ["python", "src/build/gyp_chromium"], |
| 765 }, | 849 }, |
| 766 ] | 850 ] |
| OLD | NEW |