[DevTools] Move DispatchOnDevToolsFrontend to embedder.
[chromium-blink-merge.git] / DEPS
blob087af6768f5a97fd91864eab643405db76fc82a0
1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git.
4 # See http://code.google.com/p/chromium/wiki/UsingGit
6 # To test manually, run:
7 #   python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of "src").
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.
17 # When adding a new dependency, please update the top-level .gitignore file
18 # to list the dependency's destination directory.
20 vars = {
21   # Use this googlecode_url variable only if there is an internal mirror for it.
22   # If you do not know, use the full path while defining your new deps entry.
23   "googlecode_url": "http://%s.googlecode.com/svn",
24   "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
25   "llvm_url": "http://src.chromium.org/llvm-project",
26   "llvm_git": "https://llvm.googlesource.com",
27   "libcxx_revision": "206024",
28   "libcxxabi_revision": "206024",
29   "webkit_trunk": "http://src.chromium.org/blink/trunk",
30   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
31   "webkit_revision": "179496",
32   "chromium_git": "https://chromium.googlesource.com",
33   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
34   "pdfium_git": "https://pdfium.googlesource.com",
35   "skia_git": "https://skia.googlesource.com",
36   "boringssl_git": "https://boringssl.googlesource.com",
37   "swig_revision": "230490",
38   "nacl_revision": "13580",
39   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
40   # to update other nacl_*_revision's.
41   "nacl_tools_revision": "13077",  # native_client/DEPS: tools_rev
42   "google_toolbox_for_mac_revision": "662",
43   "libaddressinput_revision": "316",
44   "libphonenumber_revision": "621",
45   "libvpx_revision": "287125",
46   "lss_revision": "31",
47   "sfntly_revision": "239",
48   "lighttpd_revision": "33737",
49   "skia_revision": "41ebbddd76b747d5fb32c02dda0de3d03a3edda5",
50   # Three lines of non-changing comments so that
51   # the commit queue can handle CLs rolling Skia
52   # and V8 without interference from each other.
53   "v8_branch": "trunk",
54   "v8_revision": "22798",
55   # Three lines of non-changing comments so that
56   # the commit queue can handle CLs rolling WebRTC
57   # and V8 without interference from each other.
58   "webrtc_revision": "6774",
59   "jsoncpp_revision": "248",
60   "nss_revision": "287121",
61   # Three lines of non-changing comments so that
62   # the commit queue can handle CLs rolling swarming_client
63   # and whatever else without interference from each other.
64   "swarming_revision": "9755ed3846884c8ba999a4cc1789e49147659635",
65   # Three lines of non-changing comments so that
66   # the commit queue can handle CLs rolling openssl
67   # and whatever else without interference from each other.
68   "openssl_revision": "284247",
69   # Three lines of non-changing comments so that
70   # the commit queue can handle CLs rolling ANGLE
71   # and whatever else without interference from each other.
72   "angle_revision": "07d49ef5350a95cfd6321226c178d22cc73aebc9",
73   # Three lines of non-changing comments so that
74   # the commit queue can handle CLs rolling build tools
75   # and whatever else without interference from each other.
76   "buildtools_revision": "59b93247766e1cdac6e482637ad493df38f7aeb7",
77   # Three lines of non-changing comments so that
78   # the commit queue can handle CLs rolling PDFIum
79   # and whatever else without interference from each other.
80   "pdfium_revision": "465c2a84ba709d932040c9e80db508e93c138da6",
81   # Three lines of non-changing comments so that
82   # the commit queue can handle CLs rolling openmax_dl
83   # and whatever else without interference from each other.
84   "openmax_dl_revision": "6777",
85   # Three lines of non-changing comments so that
86   # the commit queue can handle CLs rolling BoringSSL
87   # and whatever else without interference from each other.
88   "boringssl_revision": "533cbee57eec77268ef9f53c4039ec753240fb37",
91 deps = {
92   "src/breakpad/src":
93     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1359",
95   "src/buildtools":
96     Var("chromium_git") + "/chromium/buildtools.git@" +
97      Var("buildtools_revision"),
99   "src/sdch/open-vcdiff":
100     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
102   "src/testing/gtest":
103     (Var("googlecode_url") % "googletest") + "/trunk@643",
105   "src/testing/gmock":
106     (Var("googlecode_url") % "googlemock") + "/trunk@410",
108   "src/third_party/angle":
109     Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"),
111   "src/third_party/colorama/src":
112     Var("chromium_git") + "/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8",
114   "src/third_party/trace-viewer":
115     (Var("googlecode_url") % "trace-viewer") + "/trunk@1434",
117   "src/third_party/WebKit":
118     Var("webkit_trunk") + "@" + Var("webkit_revision"),
120   "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests":
121     Var("chromium_git") +
122     "/external/w3c/web-platform-tests.git@6bed4516fe8522d65512c76ef02e4f0ae8234395",
124   "src/third_party/WebKit/LayoutTests/w3c/csswg-test":
125     Var("chromium_git") +
126     "/external/w3c/csswg-test.git@bacbb4a8dca702cd86646761fde96793db13d4f1",
128   "src/third_party/icu":
129     "/trunk/deps/third_party/icu52@287122",
131   "src/third_party/libexif/sources":
132     "/trunk/deps/third_party/libexif/sources@265008",
134   "src/third_party/hunspell":
135     "/trunk/deps/third_party/hunspell@287123",
137   "src/third_party/hunspell_dictionaries":
138     "/trunk/deps/third_party/hunspell_dictionaries@255132",
140   "src/third_party/safe_browsing/testing":
141     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
143   "src/third_party/cacheinvalidation/src":
144     (Var("googlecode_url") % "google-cache-invalidation-api") +
145     "/trunk/src@335",
147   "src/third_party/leveldatabase/src":
148     (Var("googlecode_url") % "leveldb") + "/trunk@80",
150   "src/third_party/libc++/trunk":
151     Var("llvm_url") + "/libcxx/trunk@" + Var("libcxx_revision"),
153   "src/third_party/libc++abi/trunk":
154     Var("llvm_url") + "/libcxxabi/trunk@" + Var("libcxxabi_revision"),
156   "src/third_party/snappy/src":
157     (Var("googlecode_url") % "snappy") + "/trunk@80",
159   "src/tools/grit":
160     (Var("googlecode_url") % "grit-i18n") + "/trunk@171",
162   "src/tools/gyp":
163     (Var("googlecode_url") % "gyp") + "/trunk@1959",
165   "src/tools/swarming_client":
166     Var("chromium_git") + "/external/swarming.client.git@" +
167         Var("swarming_revision"),
169   "src/v8":
170     (Var("googlecode_url") % "v8") + "/" + Var("v8_branch") + "@" +
171     Var("v8_revision"),
173   "src/native_client":
174     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
176   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
177     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
178     Var("nacl_revision"),
180   "src/third_party/sfntly/cpp/src":
181     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
182     Var("sfntly_revision"),
184   "src/third_party/skia":
185     Var("chromium_git") + "/skia.git@" + Var("skia_revision"),
187   "src/third_party/ots":
188     (Var("googlecode_url") % "ots") + "/trunk@115",
190   "src/third_party/brotli/src":
191     Var("chromium_git") +
192     "/external/font-compression-reference.git@6cef49677dc4c650ef6e3f56041e0a41803afa8c",
194   "src/tools/page_cycler/acid3":
195     "/trunk/deps/page_cycler/acid3@171600",
197   "src/chrome/test/data/perf/canvas_bench":
198     "/trunk/deps/canvas_bench@122605",
200   "src/chrome/test/data/perf/frame_rate/content":
201     "/trunk/deps/frame_rate/content@93671",
203   "src/third_party/bidichecker":
204     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
206   "src/third_party/webgl/src":
207     Var("chromium_git") +
208     "/external/khronosgroup/webgl.git@7c8cb656a753b6237e50c546c31ad826373abf04",
210   "src/third_party/swig/Lib":
211     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
213   "src/third_party/webdriver/pylib":
214     (Var("googlecode_url") % "selenium") + "/trunk/py@18456",
216   "src/third_party/libvpx":
217     "/trunk/deps/third_party/libvpx@" +
218     Var("libvpx_revision"),
220   "src/third_party/ffmpeg":
221     Var("chromium_git") +
222     "/chromium/third_party/ffmpeg.git@e2a05d173d49547ed8aa5edc0209941a8941f450",
224   "src/third_party/libjingle/source/talk":
225     (Var("googlecode_url") % "webrtc") + "/trunk/talk@" +
226     Var("webrtc_revision"),
228   "src/third_party/usrsctp/usrsctplib":
229     (Var("googlecode_url") % "sctp-refimpl") +
230     "/trunk/KERN/usrsctp/usrsctplib@8912",
232   "src/third_party/libsrtp":
233     "/trunk/deps/third_party/libsrtp@283418",
235   "src/third_party/speex":
236     "/trunk/deps/third_party/speex@272757",
238   "src/third_party/yasm/source/patched-yasm":
239     "/trunk/deps/third_party/yasm/patched-yasm@167605",
241   "src/third_party/libjpeg_turbo":
242     "/trunk/deps/third_party/libjpeg_turbo@272637",
244   "src/third_party/flac":
245     "/trunk/deps/third_party/flac@287124",
247   "src/third_party/pyftpdlib/src":
248     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
250   "src/third_party/scons-2.0.1":
251     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
252         Var("nacl_tools_revision"),
254   "src/third_party/webrtc":
255     (Var("googlecode_url") % "webrtc") + "/trunk/webrtc@" + Var("webrtc_revision"),
257   "src/third_party/openmax_dl":
258     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@" + Var("openmax_dl_revision"),
260   "src/third_party/jsoncpp/source/include":
261     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
262         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
264   "src/third_party/jsoncpp/source/src/lib_json":
265     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
266         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
268   "src/third_party/libyuv":
269     (Var("googlecode_url") % "libyuv") + "/trunk@1035",
271   "src/third_party/smhasher/src":
272     (Var("googlecode_url") % "smhasher") + "/trunk@152",
274   "src/third_party/libaddressinput/src/cpp":
275     (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" +
276         Var("libaddressinput_revision"),
277   "src/third_party/libaddressinput/src/testdata":
278     (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" +
279         Var("libaddressinput_revision"),
281   "src/third_party/libphonenumber/src/phonenumbers":
282     (Var("googlecode_url") % "libphonenumber") +
283         "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
284   "src/third_party/libphonenumber/src/test":
285     (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
286         Var("libphonenumber_revision"),
287   "src/third_party/libphonenumber/src/resources":
288     (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
289         Var("libphonenumber_revision"),
291   "src/tools/deps2git":
292     "/trunk/tools/deps2git@276439",
294   "src/third_party/webpagereplay":
295     Var("chromium_git") + "/external/web-page-replay.git@" +
296     "b62c02d3b64cf00a2f65a82cca0721aa42c3d6ad",
298   "src/third_party/pywebsocket/src":
299     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@790",
301   "src/third_party/opus/src":
302     "/trunk/deps/third_party/opus@256783",
304   "src/media/cdm/ppapi/api":
305     "/trunk/deps/cdm@273356",
307   "src/third_party/mesa/src":
308     "/trunk/deps/third_party/mesa@265279",
310   "src/third_party/cld_2/src":
311     (Var("googlecode_url") % "cld2") + "/trunk@165",
313   "src/chrome/browser/resources/pdf/html_office":
314      Var("chromium_git") +
315          "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7359",
317   "src/third_party/libwebm/source":
318     Var("chromium_git") +
319       "/webm/libwebm.git@0d4cb404ea4195e5e21d04db2c955615535ce62e",
321   "src/third_party/openssl":
322     "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
324   "src/third_party/pdfium":
325     Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"),
327   "src/third_party/boringssl/src":
328     Var("boringssl_git") + "/boringssl.git@" + Var("boringssl_revision"),
332 deps_os = {
333   "win": {
334     "src/chrome/tools/test/reference_build/chrome_win":
335       "/trunk/deps/reference_builds/chrome_win@273882",
337     "src/third_party/cygwin":
338       "/trunk/deps/third_party/cygwin@231940",
340     "src/third_party/psyco_win32":
341       "/trunk/deps/third_party/psyco_win32@237949",
343     "src/third_party/bison":
344       "/trunk/deps/third_party/bison@147303",
346     "src/third_party/gperf":
347       "/trunk/deps/third_party/gperf@147304",
349     "src/third_party/perl":
350       "/trunk/deps/third_party/perl@147900",
352     "src/third_party/lighttpd":
353       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
355     # Parses Windows PE/COFF executable format.
356     "src/third_party/pefile":
357       Var("chromium_git") + '/external/pefile.git@' +
358       '72c6ae42396cb913bcab63c15585dc3b5c3f92f1',
360     # NSS, for SSLClientSocketNSS.
361     "src/third_party/nss":
362       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
364     "src/third_party/swig/win":
365       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
367     # GNU binutils assembler for x86-32.
368     "src/third_party/gnu_binutils":
369       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
370        Var("nacl_tools_revision")),
371     # GNU binutils assembler for x86-64.
372     "src/third_party/mingw-w64/mingw/bin":
373       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
374        Var("nacl_tools_revision")),
376     # Dependencies used by libjpeg-turbo
377     "src/third_party/yasm/binaries":
378       "/trunk/deps/third_party/yasm/binaries@154708",
380     # Binaries for nacl sdk.
381     "src/third_party/nacl_sdk_binaries":
382       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
383   },
384   "ios": {
385     "src/third_party/google_toolbox_for_mac/src":
386       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
387       Var("google_toolbox_for_mac_revision"),
389     "src/third_party/nss":
390       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
392     # class-dump utility to generate header files for undocumented SDKs
393     "src/testing/iossim/third_party/class-dump":
394       "/trunk/deps/third_party/class-dump@199203",
396     # Code that's not needed due to not building everything
397     "src/build/util/support": None,
398     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
399     "src/chrome/test/data/perf/canvas_bench": None,
400     "src/chrome/test/data/perf/frame_rate/content": None,
401     "src/media/cdm/ppapi/api": None,
402     "src/native_client": None,
403     "src/native_client/src/third_party/ppapi": None,
404     "src/third_party/angle": None,
405     "src/third_party/bidichecker": None,
406     "src/third_party/brotli/src": None,
407     "src/third_party/cld_2/src": None,
408     "src/third_party/ffmpeg": None,
409     "src/third_party/hunspell_dictionaries": None,
410     "src/third_party/hunspell": None,
411     "src/third_party/libc++/trunk": None,
412     "src/third_party/libc++abi/trunk": None,
413     "src/third_party/libexif/sources": None,
414     "src/third_party/libjpeg_turbo": None,
415     "src/third_party/libsrtp": None,
416     "src/third_party/mesa/src": None,
417     "src/third_party/opus/src": None,
418     "src/third_party/openmax_dl": None,
419     "src/third_party/ots": None,
420     "src/third_party/pymox/src": None,
421     "src/third_party/safe_browsing/testing": None,
422     "src/third_party/scons-2.0.1": None,
423     "src/third_party/sfntly/cpp/src": None,
424     "src/third_party/speex": None,
425     "src/third_party/swig/Lib": None,
426     "src/third_party/usrsctp/usrsctplib": None,
427     "src/third_party/v8-i18n": None,
428     "src/third_party/webdriver/pylib": None,
429     "src/third_party/webgl": None,
430     "src/third_party/webpagereplay": None,
431     "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None,
432     "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None,
433     "src/third_party/yasm/source/patched-yasm": None,
434     "src/tools/page_cycler/acid3": None,
435     "src/v8": None,
436   },
437   "mac": {
438     "src/chrome/tools/test/reference_build/chrome_mac":
439       "/trunk/deps/reference_builds/chrome_mac@273882",
441     "src/third_party/google_toolbox_for_mac/src":
442       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
443       Var("google_toolbox_for_mac_revision"),
445     "src/third_party/pdfsqueeze":
446       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
448     "src/third_party/lighttpd":
449       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
451     "src/third_party/swig/mac":
452       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
454     # NSS, for SSLClientSocketNSS.
455     "src/third_party/nss":
456       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
458     "src/chrome/installer/mac/third_party/xz/xz":
459       "/trunk/deps/third_party/xz@233311",
460   },
461   "unix": {
462     # Linux, really.
463     "src/chrome/tools/test/reference_build/chrome_linux":
464       "/trunk/deps/reference_builds/chrome_linux64@273882",
466     "src/third_party/xdg-utils":
467       "/trunk/deps/third_party/xdg-utils@203785",
469     "src/third_party/swig/linux":
470       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
472     "src/third_party/lss":
473       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
474        Var("lss_revision")),
476     # For Linux and Chromium OS.
477     "src/third_party/cros_system_api":
478       Var("chromiumos_git") + "/platform/system_api.git" +
479       "@690c6b9702d7bcc761ae2d8976fe77e547255481",
481     # Note that this is different from Android's freetype repo.
482     "src/third_party/freetype2/src":
483       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
484       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
486     # Build tools for Chrome OS.
487     "src/third_party/chromite":
488       Var("chromiumos_git") + "/chromite.git" +
489       "@5fbc8b1ace4d3541d02d9f6503d4c75877ce3a9b",
491     # Dependency of chromite.git.
492     "src/third_party/pyelftools":
493       Var("chromiumos_git") + "/third_party/pyelftools.git" +
494       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
496     "src/third_party/undoview":
497       "/trunk/deps/third_party/undoview@119694",
499     "src/third_party/liblouis/src":
500       Var("chromium_git") +
501       "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
503     # Used for embedded builds. CrOS & Linux use the system version.
504     "src/third_party/fontconfig/src":
505       Var("chromium_git") + "/external/fontconfig.git" +
506       "@f16c3118e25546c1b749f9823c51827a60aeb5c1",
507   },
508   "android": {
509     "src/third_party/android_tools":
510       Var("chromium_git") + "/android_tools.git" +
511       "@8301b711a9ac7de56e9a9ff3dee0b2ebfc9a380f",
513     "src/third_party/aosp":
514       "/trunk/deps/third_party/aosp@148330",
516     "src/third_party/apache-mime4j":
517       "/trunk/deps/third_party/apache-mime4j@170888",
519     "src/third_party/findbugs":
520       "/trunk/deps/third_party/findbugs@245039",
522     "src/third_party/freetype":
523       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
524       "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac",
526     "src/third_party/guava/src":
527       Var("chromium_git") + "/external/guava-libraries.git" +
528       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
530    "src/third_party/elfutils/src":
531       Var("chromium_git") + "/external/elfutils.git" +
532       "@249673729a7e5dbd5de4f3760bdcaa3d23d154d7",
534     "src/third_party/httpcomponents-client":
535       "/trunk/deps/third_party/httpcomponents-client@170888",
537     "src/third_party/httpcomponents-core":
538       "/trunk/deps/third_party/httpcomponents-core@170888",
540     "src/third_party/jarjar":
541       "/trunk/deps/third_party/jarjar@170888",
543     "src/third_party/jsr-305/src":
544       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
546     "src/third_party/lss":
547       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
548        Var("lss_revision")),
550     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
551       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
552   },
556 include_rules = [
557   # Everybody can use some things.
558   "+base",
559   "+build",
560   "+ipc",
562   # Everybody can use headers generated by tools/generate_library_loader.
563   "+library_loaders",
565   "+testing",
566   "+third_party/icu/source/common/unicode",
567   "+third_party/icu/source/i18n/unicode",
568   "+url",
572 # checkdeps.py shouldn't check include paths for files in these dirs:
573 skip_child_includes = [
574   "breakpad",
575   "delegate_execute",
576   "metro_driver",
577   "native_client_sdk",
578   "o3d",
579   "sdch",
580   "skia",
581   "testing",
582   "third_party",
583   "v8",
584   "win8",
588 hooks = [
589   {
590     # This downloads binaries for Native Client's newlib toolchain.
591     # Done in lieu of building the toolchain from scratch as it can take
592     # anywhere from 30 minutes to 4 hours depending on platform to build.
593     "name": "nacltools",
594     "pattern": ".",
595     "action": [
596         "python", "src/build/download_nacl_toolchains.py",
597         "--exclude", "arm_trusted",
598     ],
599   },
600   {
601     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
602     # at about the same rate that the chrome build deps change.
603     # This script is a no-op except for linux users who have
604     # target_arch=arm in their GYP_DEFINES.
605     "name": "sysroot",
606     "pattern": ".",
607     "action": ["python", "src/build/linux/install-arm-sysroot.py",
608                "--linux-only"],
609   },
610   {
611     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
612     # This sysroot updates at about the same rate that the chrome build deps
613     # change. This script is a no-op except for linux users who are doing
614     # official chrome builds.
615     "name": "sysroot",
616     "pattern": ".",
617     "action": [
618         "python",
619         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
620         "--linux-only",
621         "--arch=amd64"],
622   },
623   {
624     # Same as above, but for 32-bit Linux.
625     "name": "sysroot",
626     "pattern": ".",
627     "action": [
628         "python",
629         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
630         "--linux-only",
631         "--arch=i386"],
632   },
633   {
634     # Pull clang if on Mac or clang is requested via GYP_DEFINES.
635     "name": "clang",
636     "pattern": ".",
637     "action": ["python", "src/tools/clang/scripts/update.py", "--if-needed"],
638   },
639   {
640     # Update the Windows toolchain if necessary.
641     "name": "win_toolchain",
642     "pattern": ".",
643     "action": ["python", "src/build/vs_toolchain.py", "update"],
644   },
645   {
646     # Update LASTCHANGE. This is also run by export_tarball.py in
647     # src/tools/export_tarball - please keep them in sync.
648     "name": "lastchange",
649     "pattern": ".",
650     "action": ["python", "src/build/util/lastchange.py",
651                "-o", "src/build/util/LASTCHANGE"],
652   },
653   {
654     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
655     # src/tools/export_tarball - please keep them in sync.
656     "name": "lastchange",
657     "pattern": ".",
658     "action": ["python", "src/build/util/lastchange.py",
659                "-s", "src/third_party/WebKit",
660                "-o", "src/build/util/LASTCHANGE.blink"],
661   },
662   # Pull GN binaries. This needs to be before running GYP below.
663   {
664     "name": "gn_win",
665     "pattern": ".",
666     "action": [ "download_from_google_storage",
667                 "--no_resume",
668                 "--platform=win32",
669                 "--no_auth",
670                 "--bucket", "chromium-gn",
671                 "-s", "src/buildtools/win/gn.exe.sha1",
672     ],
673   },
674   {
675     "name": "gn_mac",
676     "pattern": ".",
677     "action": [ "download_from_google_storage",
678                 "--no_resume",
679                 "--platform=darwin",
680                 "--no_auth",
681                 "--bucket", "chromium-gn",
682                 "-s", "src/buildtools/mac/gn.sha1",
683     ],
684   },
685   {
686     "name": "gn_linux32",
687     "pattern": ".",
688     "action": [ "download_from_google_storage",
689                 "--no_resume",
690                 "--platform=linux*",
691                 "--no_auth",
692                 "--bucket", "chromium-gn",
693                 "-s", "src/buildtools/linux32/gn.sha1",
694     ],
695   },
696   {
697     "name": "gn_linux64",
698     "pattern": ".",
699     "action": [ "download_from_google_storage",
700                 "--no_resume",
701                 "--platform=linux*",
702                 "--no_auth",
703                 "--bucket", "chromium-gn",
704                 "-s", "src/buildtools/linux64/gn.sha1",
705     ],
706   },
707   {
708     # Remove GN binaries from tools/gn/bin that aren't used anymore.
709     # TODO(brettw) remove after the end of July, 2014.
710     "name": "remove_old_gn_binaries",
711     "pattern": ".",
712     "action": ["python", "src/tools/gn/bin/rm_binaries.py"],
713   },
714   # Pull clang-format binaries using checked-in hashes.
715   {
716     "name": "clang_format_win",
717     "pattern": ".",
718     "action": [ "download_from_google_storage",
719                 "--no_resume",
720                 "--platform=win32",
721                 "--no_auth",
722                 "--bucket", "chromium-clang-format",
723                 "-s", "src/buildtools/win/clang-format.exe.sha1",
724     ],
725   },
726   {
727     "name": "clang_format_mac",
728     "pattern": ".",
729     "action": [ "download_from_google_storage",
730                 "--no_resume",
731                 "--platform=darwin",
732                 "--no_auth",
733                 "--bucket", "chromium-clang-format",
734                 "-s", "src/buildtools/mac/clang-format.sha1",
735     ],
736   },
737   {
738     "name": "clang_format_linux",
739     "pattern": ".",
740     "action": [ "download_from_google_storage",
741                 "--no_resume",
742                 "--platform=linux*",
743                 "--no_auth",
744                 "--bucket", "chromium-clang-format",
745                 "-s", "src/buildtools/linux64/clang-format.sha1",
746     ],
747   },
748   # Pull binutils for linux, enabled debug fission for faster linking /
749   # debugging when used with clang on Ubuntu Precise.
750   # https://code.google.com/p/chromium/issues/detail?id=352046
751   {
752     "name": "binutils",
753     "pattern": "src/third_party/binutils",
754     "action": [
755         "python",
756         "src/third_party/binutils/download.py",
757     ],
758   },
759   # Pull eu-strip binaries using checked-in hashes.
760   {
761     "name": "eu-strip",
762     "pattern": ".",
763     "action": [ "download_from_google_storage",
764                 "--no_resume",
765                 "--platform=linux*",
766                 "--no_auth",
767                 "--bucket", "chromium-eu-strip",
768                 "-s", "src/build/linux/bin/eu-strip.sha1",
769     ],
770   },
771   {
772     "name": "drmemory",
773     "pattern": ".",
774     "action": [ "download_from_google_storage",
775                 "--no_resume",
776                 "--platform=win32",
777                 "--no_auth",
778                 "--bucket", "chromium-drmemory",
779                 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1",
780               ],
781   },
782   # Pull the Syzygy binaries, used for optimization and instrumentation.
783   {
784     "name": "syzygy-binaries",
785     "pattern": ".",
786     "action": ["python",
787                "src/build/get_syzygy_binaries.py",
788                "--output-dir=src/third_party/syzygy/binaries",
789                "--revision=363bc02a09c380b6f5f397606cc0744d85d54a51",
790                "--overwrite",
791     ],
792   },
793   {
794     "name": "apache_win32",
795     "pattern": "\\.sha1",
796     "action": [ "download_from_google_storage",
797                 "--no_resume",
798                 "--platform=win32",
799                 "--directory",
800                 "--recursive",
801                 "--no_auth",
802                 "--num_threads=16",
803                 "--bucket", "chromium-apache-win32",
804                 "src/third_party/apache-win32",
805     ],
806   },
807   {
808     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
809     "name": "gyp",
810     "pattern": ".",
811     "action": ["python", "src/build/gyp_chromium"],
812   },