1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory.
5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn",
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://src.chromium.org/blink/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
11 "webkit_revision": "149610",
12 "chromium_git": "https://chromium.googlesource.com",
13 "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
14 "swig_revision": "69281",
15 "nacl_revision": "11279",
16 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
17 # to update other nacl_*_revision's.
18 "nacl_tools_revision": "11040", # native_client/DEPS: tools_rev
19 "gtm_revision": "608",
21 "libjingle_revision": "310",
22 "libphonenumber_revision": "456",
23 "libvpx_revision": "196669",
26 # These two FFmpeg variables must be updated together. One is used for SVN
27 # checkouts and the other for Git checkouts.
28 "ffmpeg_revision": "195920",
29 "ffmpeg_hash": "cc796f43aa0528f3d10bc853cc52af30acab618c",
31 "sfntly_revision": "134",
32 "skia_revision": "8974",
33 # Three lines of non-changing comments so that
34 # the commit queue can handle CLs rolling Skia
35 # and V8 without interference from each other.
36 "v8_revision": "14500",
37 # Three lines of non-changing comments so that
38 # the commit queue can handle CLs rolling WebRTC
39 # and V8 without interference from each other.
40 "webrtc_revision": "3929",
41 "jsoncpp_revision": "248",
42 "nss_revision": "197511",
43 # Three lines of non-changing comments so that
44 # the commit queue can handle CLs rolling swarm_client
45 # and whatever else without interference from each other.
46 "swarm_revision": "197757",
47 # Three lines of non-changing comments so that
48 # the commit queue can handle CLs rolling openssl
49 # and whatever else without interference from each other.
50 "openssl_revision": "194187",
52 "ios_webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
53 # Three lines of non-changing comments so that
54 # the commit queue can handle CLs rolling openssl
55 # and whatever else without interference from each other.
56 "ios_webkit_revision": "147503",
61 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1155",
64 (Var("googlecode_url") % "google-url") + "/trunk@183",
66 "src/sdch/open-vcdiff":
67 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
70 (Var("googlecode_url") % "googletest") + "/trunk@629",
73 (Var("googlecode_url") % "googlemock") + "/trunk@410",
75 "src/third_party/angle":
76 (Var("googlecode_url") % "angleproject") + "/trunk@2184",
78 "src/third_party/trace-viewer":
79 (Var("googlecode_url") % "trace-viewer") + "/trunk@299",
81 "src/third_party/WebKit":
82 Var("webkit_trunk") + "@" + Var("webkit_revision"),
84 "src/third_party/icu":
85 "/trunk/deps/third_party/icu46@192960",
87 "src/third_party/libexif/sources":
88 "/trunk/deps/third_party/libexif/sources@146817",
90 "src/third_party/hunspell":
91 "/trunk/deps/third_party/hunspell@197309",
93 "src/third_party/hunspell_dictionaries":
94 "/trunk/deps/third_party/hunspell_dictionaries@193701",
96 "src/third_party/safe_browsing/testing":
97 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
99 "src/third_party/cacheinvalidation/src":
100 (Var("googlecode_url") % "google-cache-invalidation-api") +
103 "src/third_party/leveldatabase/src":
104 (Var("googlecode_url") % "leveldb") + "/trunk@72",
106 "src/third_party/snappy/src":
107 (Var("googlecode_url") % "snappy") + "/trunk@74",
110 (Var("googlecode_url") % "grit-i18n") + "/trunk@119",
113 (Var("googlecode_url") % "gyp") + "/trunk@1611",
115 "src/tools/swarm_client":
116 "/trunk/tools/swarm_client@" + Var("swarm_revision"),
119 (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
122 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
124 "src/third_party/pymox/src":
125 (Var("googlecode_url") % "pymox") + "/trunk@70",
127 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
128 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
129 Var("nacl_revision"),
131 "src/third_party/sfntly/cpp/src":
132 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
133 Var("sfntly_revision"),
135 "src/third_party/skia/src":
136 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
138 "src/third_party/skia/gyp":
139 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
141 "src/third_party/skia/include":
142 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
144 "src/third_party/ots":
145 (Var("googlecode_url") % "ots") + "/trunk@97",
147 "src/tools/page_cycler/acid3":
148 "/trunk/deps/page_cycler/acid3@171600",
150 "src/chrome/test/data/perf/canvas_bench":
151 "/trunk/deps/canvas_bench@122605",
153 "src/chrome/test/data/perf/frame_rate/content":
154 "/trunk/deps/frame_rate/content@93671",
156 "src/chrome/test/data/perf/third_party/octane":
157 (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
159 "src/third_party/bidichecker":
160 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
162 "src/third_party/v8-i18n":
163 (Var("googlecode_url") % "v8-i18n") + "/trunk@174",
165 # When roll to another webgl conformance tests revision, please goto
166 # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
167 "src/third_party/webgl_conformance":
168 "/trunk/deps/third_party/webgl/sdk/tests@170088",
170 # We run these layout tests as UI tests. Since many of the buildbots that
171 # run layout tests do NOT have access to the LayoutTest directory, we need
172 # to map them here. In practice, these do not take up much space.
174 # TODO: crbug.com/230215. Remove these and update the tests to pull directly
175 # from the Blink repo since the layout tests are now always checked out.
176 "src/content/test/data/layout_tests/LayoutTests/fast/events":
177 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
178 Var("webkit_revision"),
179 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
180 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
181 Var("webkit_revision"),
182 "src/content/test/data/layout_tests/LayoutTests/fast/workers":
183 Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
184 Var("webkit_revision"),
185 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
186 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
187 Var("webkit_revision"),
188 "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
189 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
190 Var("webkit_revision"),
191 "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
192 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
193 Var("webkit_revision"),
194 "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
195 Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
196 Var("webkit_revision"),
197 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
198 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
199 Var("webkit_revision"),
200 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
201 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
202 Var("webkit_revision"),
203 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
204 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
205 Var("webkit_revision"),
206 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
207 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
208 Var("webkit_revision"),
209 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
210 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
211 Var("webkit_revision"),
212 "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
213 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
214 Var("webkit_revision"),
215 "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
216 Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
217 Var("webkit_revision"),
218 "src/content/test/data/layout_tests/LayoutTests/fast/files":
219 Var("webkit_trunk") + "/LayoutTests/fast/files@" +
220 Var("webkit_revision"),
221 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem":
222 Var("webkit_trunk") + "/LayoutTests/fast/filesystem@" +
223 Var("webkit_revision"),
224 "src/content/test/data/layout_tests/LayoutTests/media":
225 Var("webkit_trunk") + "/LayoutTests/media@" +
226 Var("webkit_revision"),
227 "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources":
228 Var("webkit_trunk") + "/LayoutTests/editing/pasteboard/resources@" +
229 Var("webkit_revision"),
231 "src/third_party/swig/Lib":
232 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
234 # Make sure you update the two functional.DEPS and webdriver.DEPS too.
235 "src/third_party/webdriver/pylib":
236 (Var("googlecode_url") % "selenium") + "/trunk/py@16922",
238 "src/third_party/libvpx":
239 "/trunk/deps/third_party/libvpx@" +
240 Var("libvpx_revision"),
242 "src/third_party/ffmpeg":
243 "/trunk/deps/third_party/ffmpeg@" +
244 Var("ffmpeg_revision"),
246 "src/third_party/libjingle/source":
247 (Var("googlecode_url") % "libjingle") + "/trunk@" +
248 Var("libjingle_revision"),
250 "src/third_party/libsrtp":
251 "/trunk/deps/third_party/libsrtp@189528",
253 "src/third_party/speex":
254 "/trunk/deps/third_party/speex@177782",
256 "src/third_party/yasm/source/patched-yasm":
257 "/trunk/deps/third_party/yasm/patched-yasm@167605",
259 "src/third_party/libjpeg_turbo":
260 "/trunk/deps/third_party/libjpeg_turbo@177737",
262 "src/third_party/flac":
263 "/trunk/deps/third_party/flac@177788",
265 "src/third_party/pyftpdlib/src":
266 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
268 "src/third_party/scons-2.0.1":
269 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
270 Var("nacl_tools_revision"),
272 "src/third_party/webrtc":
273 (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
275 "src/third_party/openmax_dl":
276 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@3720",
278 "src/third_party/jsoncpp/source/include":
279 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
280 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
282 "src/third_party/jsoncpp/source/src/lib_json":
283 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
284 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
286 "src/third_party/libyuv":
287 (Var("googlecode_url") % "libyuv") + "/trunk@682",
289 "src/third_party/smhasher/src":
290 (Var("googlecode_url") % "smhasher") + "/trunk@148",
292 "src/third_party/libphonenumber/src/phonenumbers":
293 (Var("googlecode_url") % "libphonenumber") +
294 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
295 "src/third_party/libphonenumber/src/test":
296 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
297 Var("libphonenumber_revision"),
298 "src/third_party/libphonenumber/src/resources":
299 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
300 Var("libphonenumber_revision"),
302 "src/third_party/undoview":
303 "/trunk/deps/third_party/undoview@119694",
305 "src/tools/deps2git":
306 "/trunk/tools/deps2git@194189",
308 "src/third_party/webpagereplay":
309 (Var("googlecode_url") % "web-page-replay") + "/trunk@511",
311 "src/third_party/pywebsocket/src":
312 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
314 "src/third_party/opus/src":
315 "/trunk/deps/third_party/opus@185324",
317 "src/third_party/accessibility-developer-tools":
318 Var("chromium_git") + "/external/accessibility-developer-tools.git@ad5df9a5341d38778658c90e4aa241c4ebe4e8aa",
320 "src/webkit/media/crypto/ppapi/cdm":
321 "/trunk/deps/cdm@181763",
327 "src/chrome/tools/test/reference_build/chrome_win":
328 "/trunk/deps/reference_builds/chrome_win@197743",
330 "src/third_party/cygwin":
331 "/trunk/deps/third_party/cygwin@133786",
333 "src/third_party/python_26":
334 "/trunk/tools/third_party/python_26@89111",
336 "src/third_party/psyco_win32":
337 "/trunk/deps/third_party/psyco_win32@79861",
339 "src/third_party/bison":
340 "/trunk/deps/third_party/bison@147303",
342 "src/third_party/gperf":
343 "/trunk/deps/third_party/gperf@147304",
345 "src/third_party/perl":
346 "/trunk/deps/third_party/perl@147900",
348 "src/third_party/lighttpd":
349 "/trunk/deps/third_party/lighttpd@33727",
351 # Chrome Frame related deps
352 "src/third_party/xulrunner-sdk":
353 "/trunk/deps/third_party/xulrunner-sdk@119756",
354 "src/chrome_frame/tools/test/reference_build/chrome_win":
355 "/trunk/deps/reference_builds/chrome_win@89574",
357 # Parses Windows PE/COFF executable format.
358 "src/third_party/pefile":
359 (Var("googlecode_url") % "pefile") + "/trunk@63",
361 # NSS, for SSLClientSocketNSS.
362 "src/third_party/nss":
363 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
365 "src/third_party/swig/win":
366 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
368 # GNU binutils assembler for x86-32.
369 "src/third_party/gnu_binutils":
370 (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
371 Var("nacl_tools_revision")),
372 # GNU binutils assembler for x86-64.
373 "src/third_party/mingw-w64/mingw/bin":
374 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
375 Var("nacl_tools_revision")),
377 # Dependencies used by libjpeg-turbo
378 "src/third_party/yasm/binaries":
379 "/trunk/deps/third_party/yasm/binaries@154708",
381 # Binary level profile guided optimizations. This points to the
382 # latest release binaries for the toolchain.
383 "src/third_party/syzygy/binaries":
384 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1462",
386 # Binaries for nacl sdk.
387 "src/third_party/nacl_sdk_binaries":
388 "/trunk/deps/third_party/nacl_sdk_binaries@111576",
391 "src/third_party/GTM":
392 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
395 "src/third_party/nss":
396 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
398 # class-dump utility to generate header files for undocumented SDKs
399 "src/testing/iossim/third_party/class-dump":
400 "/trunk/deps/third_party/class-dump@147231",
402 # Pull only the headers from WebKit.
403 "src/third_party/WebKit/Source/WebKit/chromium/public":
404 Var("ios_webkit_trunk") + "/Source/WebKit/chromium/public@" +
405 Var("ios_webkit_revision"),
406 "src/third_party/WebKit/Source/Platform/chromium/public":
407 Var("ios_webkit_trunk") + "/Source/Platform/chromium/public@" +
408 Var("ios_webkit_revision"),
410 # Code that's not needed due to not building everything (especially WebKit).
411 "src/build/util/support": None,
412 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
413 "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources": None,
414 "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
415 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None,
416 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
417 "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
418 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
419 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
420 "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
421 "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
422 "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
423 "src/content/test/data/layout_tests/LayoutTests/media": None,
424 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
425 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
426 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
427 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
428 "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
429 "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
430 "src/chrome/test/data/perf/canvas_bench": None,
431 "src/chrome/test/data/perf/frame_rate/content": None,
432 "src/native_client": None,
433 "src/native_client/src/third_party/ppapi": None,
434 "src/third_party/angle": None,
435 "src/third_party/bidichecker": None,
436 "src/third_party/webgl_conformance": None,
437 "src/third_party/ffmpeg": None,
438 "src/third_party/hunspell_dictionaries": None,
439 "src/third_party/hunspell": None,
440 "src/third_party/leveldatabase/src": None,
441 "src/third_party/libexif/sources": None,
442 "src/third_party/libjpeg_turbo": None,
443 "src/third_party/libphonenumber/src/phonenumbers": None,
444 "src/third_party/libphonenumber/src/test": None,
445 "src/third_party/libphonenumber/src/resources": None,
446 "src/third_party/libsrtp": None,
447 "src/third_party/libvpx": None,
448 "src/third_party/libyuv": None,
449 "src/third_party/ots": None,
450 "src/third_party/pylib": None,
451 "src/third_party/pymox/src": None,
452 "src/third_party/safe_browsing/testing": None,
453 "src/third_party/scons-2.0.1": None,
454 "src/third_party/sfntly/cpp/src": None,
455 "src/third_party/smhasher/src": None,
456 "src/third_party/snappy/src": None,
457 "src/third_party/swig/Lib": None,
458 "src/third_party/undoview": None,
459 "src/third_party/v8-i18n": None,
460 "src/third_party/webdriver/pylib": None,
461 "src/third_party/webpagereplay": None,
462 "src/third_party/webrtc": None,
463 "src/third_party/WebKit": None,
464 "src/third_party/yasm/source/patched-yasm": None,
465 "src/tools/page_cycler/acid3": None,
469 "src/chrome/tools/test/reference_build/chrome_mac":
470 "/trunk/deps/reference_builds/chrome_mac@197743",
472 "src/third_party/GTM":
473 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
475 "src/third_party/pdfsqueeze":
476 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
477 "src/third_party/lighttpd":
478 "/trunk/deps/third_party/lighttpd@33737",
480 "src/third_party/swig/mac":
481 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
483 # NSS, for SSLClientSocketNSS.
484 "src/third_party/nss":
485 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
487 "src/chrome/installer/mac/third_party/xz/xz":
488 "/trunk/deps/third_party/xz@189101",
492 "src/chrome/tools/test/reference_build/chrome_linux":
493 "/trunk/deps/reference_builds/chrome_linux@197743",
495 "src/third_party/xdg-utils":
496 "/trunk/deps/third_party/xdg-utils@149334",
498 "src/third_party/swig/linux":
499 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
501 "src/third_party/lss":
502 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
503 Var("lss_revision")),
505 "src/third_party/openssl":
506 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
508 "src/third_party/gold":
509 "/trunk/deps/third_party/gold@168091",
511 "src/third_party/libmtp":
512 "/trunk/deps/third_party/libmtp@178673",
514 # Used on Linux only. CrOS already has a copy.
515 "src/third_party/mtpd/source":
516 Var("chromiumos_git") + "/platform/mtpd.git" +
517 "@132604f107368f617a3073ba2d515b78641ceeed",
519 # Used on Linux only. CrOS already has a copy.
520 "src/third_party/cros_dbus_cplusplus/source":
521 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
522 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
524 # For Linux and Chromium OS.
525 "src/third_party/cros_system_api":
526 Var("chromiumos_git") + "/platform/system_api.git" +
527 "@d28fa3e2665f58687841c4febe0a0ba2b7e2d9cc",
529 # Note that this is different from Android's freetype repo.
530 "src/third_party/freetype2/src":
531 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
532 "@d699c2994ecc178c4ed05ac2086061b2034c2178",
534 # Build tools for targeting ChromeOS.
535 "src/third_party/chromite":
536 Var("chromiumos_git") + "/chromite.git" +
537 "@dfd2710856705831dd4e8cd6267899fd4721e11a",
539 # Dependency of chromite.git.
540 "src/third_party/pyelftools":
541 Var("chromiumos_git") + "/third_party/pyelftools.git" +
542 "@bdc1d380acd88d4bfaf47265008091483b0d614e",
545 "src/third_party/android_tools":
546 Var("chromium_git") + "/android_tools.git" +
547 "@6c57b3397787c23888f9ded9f6a0c0c3f3fdc3a5",
549 "src/third_party/aosp":
550 "/trunk/deps/third_party/aosp@148330",
552 "src/third_party/apache-mime4j":
553 "/trunk/deps/third_party/apache-mime4j@170888",
555 "src/third_party/findbugs":
556 "/trunk/deps/third_party/findbugs@163586",
558 "src/third_party/freetype":
559 Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
560 "@96551feab72aac26836e9aaf4fae0962d39d5ab0",
562 "src/third_party/guava/src":
563 Var("chromium_git") + "/external/guava-libraries.git" +
564 "@c523556ab7d0f05afadebd20e7768d4c16af8771",
566 "src/third_party/httpcomponents-client":
567 "/trunk/deps/third_party/httpcomponents-client@170888",
569 "src/third_party/httpcomponents-core":
570 "/trunk/deps/third_party/httpcomponents-core@170888",
572 "src/third_party/jarjar":
573 "/trunk/deps/third_party/jarjar@170888",
575 "src/third_party/jsr-305/src":
576 (Var("googlecode_url") % "jsr-305") + "/trunk@51",
578 "src/third_party/lss":
579 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
580 Var("lss_revision")),
582 "src/third_party/openssl":
583 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
585 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
586 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
592 # Everybody can use some things.
598 # Everybody can use headers generated by tools/generate_library_loader.
602 "+third_party/icu/public",
606 # checkdeps.py shouldn't check include paths for files in these dirs:
607 skip_child_includes = [
627 # This downloads binaries for Native Client's newlib toolchain.
628 # Done in lieu of building the toolchain from scratch as it can take
629 # anywhere from 30 minutes to 4 hours depending on platform to build.
632 "python", "src/build/download_nacl_toolchains.py",
638 # Download arm sysroot image to src/arm-sysroot. This image updates
639 # at about the same rate that the chrome build deps change.
640 # This script is a no-op except for linux users who have
641 # target_arch=arm in thier GYP_DEFINES.
643 "action": ["python", "src/build/linux/install-arm-sysroot.py",
647 # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
648 # zero seconds to run. If something changed, it downloads a prebuilt clang,
649 # which takes ~20s, but clang speeds up builds by more than 20s.
651 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
654 # Update the cygwin mount on Windows.
656 "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
659 # Update LASTCHANGE. This is also run by export_tarball.py in
660 # src/tools/export_tarball - please keep them in sync.
662 "action": ["python", "src/build/util/lastchange.py",
663 "-o", "src/build/util/LASTCHANGE"],
666 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
668 "action": ["python", "src/build/gyp_chromium"],
671 # Check for landmines (reasons to clobber the build).
673 "action": ["python", "src/build/landmines.py"],