Make it clear that syncFS get\x7frequestFileSystem can fail.
[chromium-blink-merge.git] / DEPS
bloba4fbce93a47db27323bfab75453e71ef00a7bd40
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 #   gclient runhooks
9 # where <gcliendir> is the absolute path to the directory containing the
10 # .gclient file (the parent of "src").
11 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
12 # a bot when you modify this one.
14 # When adding a new dependency, please update the top-level .gitignore file
15 # to list the dependency's destination directory.
17 vars = {
18   # 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.
20   "googlecode_url": "http://%s.googlecode.com/svn",
21   "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
22   "llvm_url": "http://src.chromium.org/llvm-project",
23   "llvm_git": "https://llvm.googlesource.com",
24   "libcxx_revision": "206024",
25   "libcxxabi_revision": "206024",
26   "webkit_trunk": "http://src.chromium.org/blink/trunk",
27   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
28   "webkit_revision": "173886",
29   "chromium_git": "https://chromium.googlesource.com",
30   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
31   "skia_git": "https://skia.googlesource.com",
32   "swig_revision": "230490",
33   "nacl_revision": "13167",
34   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
35   # to update other nacl_*_revision's.
36   "nacl_tools_revision": "13077",  # native_client/DEPS: tools_rev
37   "google_toolbox_for_mac_revision": "662",
38   "libaddressinput_revision": "176",
39   "libphonenumber_revision": "621",
40   "libvpx_revision": "269083",
41   "lss_revision": "26",
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",
48   "sfntly_revision": "228",
49   "lighttpd_revision": "33737",
50   "skia_revision": "14688",
51   "skia_hash": "24f6e29fc133f1082c73e2a96f30bee92e3123aa",
52   # Three lines of non-changing comments so that
53   # the commit queue can handle CLs rolling Skia
54   # and V8 without interference from each other.
55   "v8_branch": "trunk",
56   "v8_revision": "21152",
57   # Three lines of non-changing comments so that
58   # the commit queue can handle CLs rolling WebRTC
59   # and V8 without interference from each other.
60   "webrtc_revision": "6085",
61   "jsoncpp_revision": "248",
62   "nss_revision": "267366",
63   # Three lines of non-changing comments so that
64   # the commit queue can handle CLs rolling swarming_client
65   # and whatever else without interference from each other.
66   "swarming_revision": "ae8085b09e6162b4ec869e430d7d09c16b32b433",
67   # Three lines of non-changing comments so that
68   # the commit queue can handle CLs rolling openssl
69   # and whatever else without interference from each other.
70   "openssl_revision": "267674",
71   # Three lines of non-changing comments so that
72   # the commit queue can handle CLs rolling ANGLE
73   # and whatever else without interference from each other.
74   "angle_revision": "6f182c12db67a4958fa5103e7602f13bca3ad9b6",
77 deps = {
78   "src/breakpad/src":
79     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1325",
81   "src/sdch/open-vcdiff":
82     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
84   "src/testing/gtest":
85     (Var("googlecode_url") % "googletest") + "/trunk@643",
87   "src/testing/gmock":
88     (Var("googlecode_url") % "googlemock") + "/trunk@410",
90   "src/third_party/angle":
91     Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"),
93   "src/third_party/trace-viewer":
94     (Var("googlecode_url") % "trace-viewer") + "/trunk@1267",
96   "src/third_party/WebKit":
97     Var("webkit_trunk") + "@" + Var("webkit_revision"),
99   "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests":
100     Var("chromium_git") +
101     "/external/w3c/web-platform-tests.git@6bed4516fe8522d65512c76ef02e4f0ae8234395",
103   "src/third_party/WebKit/LayoutTests/w3c/csswg-test":
104     Var("chromium_git") +
105     "/external/w3c/csswg-test.git@bacbb4a8dca702cd86646761fde96793db13d4f1",
107   "src/third_party/icu":
108     "/trunk/deps/third_party/icu46@262949",
110   "src/third_party/libexif/sources":
111     "/trunk/deps/third_party/libexif/sources@265008",
113   "src/third_party/hunspell":
114    "/trunk/deps/third_party/hunspell@256272",
116   "src/third_party/hunspell_dictionaries":
117     "/trunk/deps/third_party/hunspell_dictionaries@255132",
119   "src/third_party/safe_browsing/testing":
120     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
122   "src/third_party/cacheinvalidation/src":
123     (Var("googlecode_url") % "google-cache-invalidation-api") +
124     "/trunk/src@331",
126   "src/third_party/leveldatabase/src":
127     (Var("googlecode_url") % "leveldb") + "/trunk@80",
129   "src/third_party/libc++/trunk":
130     Var("llvm_url") + "/libcxx/trunk@" + Var("libcxx_revision"),
132   "src/third_party/libc++abi/trunk":
133     Var("llvm_url") + "/libcxxabi/trunk@" + Var("libcxxabi_revision"),
135   "src/third_party/snappy/src":
136     (Var("googlecode_url") % "snappy") + "/trunk@80",
138   "src/tools/grit":
139     (Var("googlecode_url") % "grit-i18n") + "/trunk@167",
141   "src/tools/gyp":
142     (Var("googlecode_url") % "gyp") + "/trunk@1918",
144   "src/tools/swarming_client":
145     Var("chromium_git") + "/external/swarming.client.git@" +
146         Var("swarming_revision"),
148   "src/v8":
149     (Var("googlecode_url") % "v8") + "/" + Var("v8_branch") + "@" +
150     Var("v8_revision"),
152   "src/native_client":
153     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
155   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
156     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
157     Var("nacl_revision"),
159   "src/third_party/sfntly/cpp/src":
160     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
161     Var("sfntly_revision"),
163   "src/third_party/skia/src":
164     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
166   "src/third_party/skia/gyp":
167     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
169   "src/third_party/skia/include":
170     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
172   "src/third_party/ots":
173     (Var("googlecode_url") % "ots") + "/trunk@113",
175   "src/third_party/brotli/src":
176     Var("chromium_git") +
177     "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5fcd8e01",
179   "src/tools/page_cycler/acid3":
180     "/trunk/deps/page_cycler/acid3@171600",
182   "src/chrome/test/data/perf/canvas_bench":
183     "/trunk/deps/canvas_bench@122605",
185   "src/chrome/test/data/perf/frame_rate/content":
186     "/trunk/deps/frame_rate/content@93671",
188   "src/chrome/test/data/perf/third_party/octane":
189     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
191   "src/third_party/bidichecker":
192     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
194   "src/third_party/webgl/src":
195     Var("chromium_git") +
196     "/external/khronosgroup/webgl.git@1700aa98cc8bc494b305d4ec1045797bc4030f45",
198   "src/third_party/swig/Lib":
199     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
201   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
202   "src/third_party/webdriver/pylib":
203     (Var("googlecode_url") % "selenium") + "/trunk/py@18337",
205   "src/third_party/libvpx":
206     "/trunk/deps/third_party/libvpx@" +
207     Var("libvpx_revision"),
209   "src/third_party/ffmpeg":
210     "/trunk/deps/third_party/ffmpeg@" +
211     Var("ffmpeg_revision"),
213   "src/third_party/libjingle/source/talk":
214     (Var("googlecode_url") % "webrtc") + "/trunk/talk@" +
215     Var("webrtc_revision"),
217   "src/third_party/usrsctp/usrsctplib":
218     (Var("googlecode_url") % "sctp-refimpl") +
219     "/trunk/KERN/usrsctp/usrsctplib@8838",
221   "src/third_party/libsrtp":
222     "/trunk/deps/third_party/libsrtp@261337",
224   "src/third_party/speex":
225     "/trunk/deps/third_party/speex@198168",
227   "src/third_party/yasm/source/patched-yasm":
228     "/trunk/deps/third_party/yasm/patched-yasm@167605",
230   "src/third_party/libjpeg_turbo":
231     "/trunk/deps/third_party/libjpeg_turbo@263594",
233   "src/third_party/flac":
234     "/trunk/deps/third_party/flac@222897",
236   "src/third_party/pyftpdlib/src":
237     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
239   "src/third_party/scons-2.0.1":
240     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
241         Var("nacl_tools_revision"),
243   "src/third_party/webrtc":
244     (Var("googlecode_url") % "webrtc") + "/trunk/webrtc@" + Var("webrtc_revision"),
246   "src/third_party/openmax_dl":
247     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@6024",
249   "src/third_party/jsoncpp/source/include":
250     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
251         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
253   "src/third_party/jsoncpp/source/src/lib_json":
254     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
255         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
257   "src/third_party/libyuv":
258     (Var("googlecode_url") % "libyuv") + "/trunk@1000",
260   "src/third_party/smhasher/src":
261     (Var("googlecode_url") % "smhasher") + "/trunk@152",
263   "src/third_party/libaddressinput/src/cpp":
264     (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" +
265         Var("libaddressinput_revision"),
266   "src/third_party/libaddressinput/src/testdata":
267     (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" +
268         Var("libaddressinput_revision"),
270   "src/third_party/libphonenumber/src/phonenumbers":
271     (Var("googlecode_url") % "libphonenumber") +
272         "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
273   "src/third_party/libphonenumber/src/test":
274     (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
275         Var("libphonenumber_revision"),
276   "src/third_party/libphonenumber/src/resources":
277     (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
278         Var("libphonenumber_revision"),
280   "src/tools/deps2git":
281     "/trunk/tools/deps2git@262731",
283   "src/third_party/clang_format/script":
284     Var("llvm_url") + "/cfe/trunk/tools/clang-format@206068",
286   "src/third_party/webpagereplay":
287     (Var("googlecode_url") % "web-page-replay") + "/trunk@544",
289   "src/third_party/pywebsocket/src":
290     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@790",
292   "src/third_party/opus/src":
293     "/trunk/deps/third_party/opus@256783",
295   "src/media/cdm/ppapi/api":
296     "/trunk/deps/cdm@262570",
298   "src/third_party/mesa/src":
299     "/trunk/deps/third_party/mesa@265279",
301   "src/third_party/cld_2/src":
302     (Var("googlecode_url") % "cld2") + "/trunk@160",
304   "src/chrome/browser/resources/pdf/html_office":
305      Var("chromium_git") +
306          "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7359",
308   "src/third_party/libwebm/source":
309     Var("chromium_git") +
310       "/webm/libwebm.git@fb6b6e64444c637f27d103fd113e0c7bf4f107dd",
312   "src/third_party/openssl":
313     "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
317 deps_os = {
318   "win": {
319     "src/chrome/tools/test/reference_build/chrome_win":
320       "/trunk/deps/reference_builds/chrome_win@254637",
322     "src/third_party/cygwin":
323       "/trunk/deps/third_party/cygwin@231940",
325     "src/third_party/psyco_win32":
326       "/trunk/deps/third_party/psyco_win32@237949",
328     "src/third_party/bison":
329       "/trunk/deps/third_party/bison@147303",
331     "src/third_party/gperf":
332       "/trunk/deps/third_party/gperf@147304",
334     "src/third_party/perl":
335       "/trunk/deps/third_party/perl@147900",
337     "src/third_party/lighttpd":
338       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
340     # Parses Windows PE/COFF executable format.
341     "src/third_party/pefile":
342       (Var("googlecode_url") % "pefile") + "/trunk@63",
344     # NSS, for SSLClientSocketNSS.
345     "src/third_party/nss":
346       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
348     "src/third_party/swig/win":
349       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
351     # GNU binutils assembler for x86-32.
352     "src/third_party/gnu_binutils":
353       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
354        Var("nacl_tools_revision")),
355     # GNU binutils assembler for x86-64.
356     "src/third_party/mingw-w64/mingw/bin":
357       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
358        Var("nacl_tools_revision")),
360     # Dependencies used by libjpeg-turbo
361     "src/third_party/yasm/binaries":
362       "/trunk/deps/third_party/yasm/binaries@154708",
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",
369     # Binaries for nacl sdk.
370     "src/third_party/nacl_sdk_binaries":
371       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
372   },
373   "ios": {
374     "src/third_party/google_toolbox_for_mac/src":
375       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
376       Var("google_toolbox_for_mac_revision"),
378     "src/third_party/nss":
379       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
381     # class-dump utility to generate header files for undocumented SDKs
382     "src/testing/iossim/third_party/class-dump":
383       "/trunk/deps/third_party/class-dump@199203",
385     # Code that's not needed due to not building everything
386     "src/build/util/support": None,
387     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
388     "src/chrome/test/data/perf/canvas_bench": None,
389     "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,
392     "src/native_client": None,
393     "src/native_client/src/third_party/ppapi": None,
394     "src/third_party/angle": None,
395     "src/third_party/bidichecker": None,
396     "src/third_party/brotli/src": None,
397     "src/third_party/cld_2/src": None,
398     "src/third_party/ffmpeg": None,
399     "src/third_party/hunspell_dictionaries": None,
400     "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,
404     "src/third_party/libc++abi/trunk": None,
405     "src/third_party/libexif/sources": None,
406     "src/third_party/libjpeg_turbo": None,
407     "src/third_party/libsrtp": None,
408     "src/third_party/libvpx": None,
409     "src/third_party/libyuv": None,
410     "src/third_party/mesa/src": None,
411     "src/third_party/opus/src": None,
412     "src/third_party/openmax_dl": None,
413     "src/third_party/ots": None,
414     "src/third_party/pymox/src": None,
415     "src/third_party/safe_browsing/testing": None,
416     "src/third_party/scons-2.0.1": None,
417     "src/third_party/sfntly/cpp/src": None,
418     "src/third_party/speex": None,
419     "src/third_party/swig/Lib": None,
420     "src/third_party/usrsctp/usrsctplib": None,
421     "src/third_party/v8-i18n": None,
422     "src/third_party/webdriver/pylib": None,
423     "src/third_party/webgl": None,
424     "src/third_party/webpagereplay": None,
425     "src/third_party/webrtc": None,
426     "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None,
427     "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None,
428     "src/third_party/yasm/source/patched-yasm": None,
429     "src/tools/page_cycler/acid3": None,
430     "src/v8": None,
431   },
432   "mac": {
433     "src/chrome/tools/test/reference_build/chrome_mac":
434       "/trunk/deps/reference_builds/chrome_mac@255182",
436     "src/third_party/google_toolbox_for_mac/src":
437       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
438       Var("google_toolbox_for_mac_revision"),
440     "src/third_party/pdfsqueeze":
441       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
443     "src/third_party/lighttpd":
444       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
446     "src/third_party/swig/mac":
447       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
449     # NSS, for SSLClientSocketNSS.
450     "src/third_party/nss":
451       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
453     "src/chrome/installer/mac/third_party/xz/xz":
454       "/trunk/deps/third_party/xz@233311",
455   },
456   "unix": {
457     # Linux, really.
458     "src/chrome/tools/test/reference_build/chrome_linux":
459       "/trunk/deps/reference_builds/chrome_linux64@254637",
461     "src/third_party/xdg-utils":
462       "/trunk/deps/third_party/xdg-utils@203785",
464     "src/third_party/swig/linux":
465       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
467     "src/third_party/lss":
468       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
469        Var("lss_revision")),
471     # For Linux and Chromium OS.
472     "src/third_party/cros_system_api":
473       Var("chromiumos_git") + "/platform/system_api.git" +
474       "@852550b82d6580eb5866fc637ea6aa4aeec67eb5",
476     # Note that this is different from Android's freetype repo.
477     "src/third_party/freetype2/src":
478       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
479       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
481     # Build tools for targeting ChromeOS.
482     "src/third_party/chromite":
483       Var("chromiumos_git") + "/chromite.git" +
484       "@63193a4393f6e964bfca992bfb03e40183554f7d",
486     # Dependency of chromite.git.
487     "src/third_party/pyelftools":
488       Var("chromiumos_git") + "/third_party/pyelftools.git" +
489       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
491     "src/third_party/undoview":
492       "/trunk/deps/third_party/undoview@119694",
494     "src/third_party/liblouis/src":
495       Var("chromium_git") +
496       "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
498     # Used for embedded builds. CrOS & Linux use the system version.
499     "src/third_party/fontconfig/src":
500       Var("chromium_git") + "/external/fontconfig.git" +
501       "@f16c3118e25546c1b749f9823c51827a60aeb5c1",
502   },
503   "android": {
504     "src/third_party/android_tools":
505       Var("chromium_git") + "/android_tools.git" +
506       "@c55817f448cf0ec31a7932777a6ee3496349e0a1",
508     "src/third_party/aosp":
509       "/trunk/deps/third_party/aosp@148330",
511     "src/third_party/apache-mime4j":
512       "/trunk/deps/third_party/apache-mime4j@170888",
514     "src/third_party/findbugs":
515       "/trunk/deps/third_party/findbugs@245039",
517     "src/third_party/freetype":
518       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
519       "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac",
521     "src/third_party/guava/src":
522       Var("chromium_git") + "/external/guava-libraries.git" +
523       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
525     "src/third_party/httpcomponents-client":
526       "/trunk/deps/third_party/httpcomponents-client@170888",
528     "src/third_party/httpcomponents-core":
529       "/trunk/deps/third_party/httpcomponents-core@170888",
531     "src/third_party/jarjar":
532       "/trunk/deps/third_party/jarjar@170888",
534     "src/third_party/jsr-305/src":
535       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
537     "src/third_party/lss":
538       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
539        Var("lss_revision")),
541     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
542       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
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   },
551 include_rules = [
552   # Everybody can use some things.
553   "+base",
554   "+build",
555   "+ipc",
557   # Everybody can use headers generated by tools/generate_library_loader.
558   "+library_loaders",
560   "+testing",
561   "+third_party/icu/source/common/unicode",
562   "+third_party/icu/source/i18n/unicode",
563   "+url",
567 # checkdeps.py shouldn't check include paths for files in these dirs:
568 skip_child_includes = [
569   "breakpad",
570   "delegate_execute",
571   "metro_driver",
572   "native_client_sdk",
573   "o3d",
574   "pdf",
575   "sdch",
576   "skia",
577   "testing",
578   "third_party",
579   "v8",
580   "win8",
584 hooks = [
585   {
586     # This downloads binaries for Native Client's newlib toolchain.
587     # Done in lieu of building the toolchain from scratch as it can take
588     # anywhere from 30 minutes to 4 hours depending on platform to build.
589     "name": "nacltools",
590     "pattern": ".",
591     "action": [
592         "python", "src/build/download_nacl_toolchains.py",
593         "--exclude", "arm_trusted",
594     ],
595   },
596   {
597     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
598     # at about the same rate that the chrome build deps change.
599     # This script is a no-op except for linux users who have
600     # target_arch=arm in their GYP_DEFINES.
601     "name": "sysroot",
602     "pattern": ".",
603     "action": ["python", "src/build/linux/install-arm-sysroot.py",
604                "--linux-only"],
605   },
606   {
607     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
608     # This sysroot updates at about the same rate that the chrome build deps
609     # change. This script is a no-op except for linux users who are doing
610     # official chrome builds.
611     "name": "sysroot",
612     "pattern": ".",
613     "action": [
614         "python",
615         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
616         "--linux-only",
617         "--arch=amd64"],
618   },
619   {
620     # Same as above, but for 32-bit Linux.
621     "name": "sysroot",
622     "pattern": ".",
623     "action": [
624         "python",
625         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
626         "--linux-only",
627         "--arch=i386"],
628   },
629   {
630     # Pull clang if on Mac or clang is requested via GYP_DEFINES.
631     "name": "clang",
632     "pattern": ".",
633     "action": ["python", "src/tools/clang/scripts/update.py", "--if-needed"],
634   },
635   {
636     # Update the Windows toolchain if necessary.
637     "name": "win_toolchain",
638     "pattern": ".",
639     "action": ["python", "src/build/vs_toolchain.py", "update"],
640   },
641   {
642     # Update LASTCHANGE. This is also run by export_tarball.py in
643     # src/tools/export_tarball - please keep them in sync.
644     "name": "lastchange",
645     "pattern": ".",
646     "action": ["python", "src/build/util/lastchange.py",
647                "-o", "src/build/util/LASTCHANGE"],
648   },
649   {
650     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
651     # src/tools/export_tarball - please keep them in sync.
652     "name": "lastchange",
653     "pattern": ".",
654     "action": ["python", "src/build/util/lastchange.py",
655                "-s", "src/third_party/WebKit",
656                "-o", "src/build/util/LASTCHANGE.blink"],
657   },
658   # Pull GN binaries. This needs to be before running GYP below.
659   {
660     "name": "gn_win",
661     "pattern": ".",
662     "action": [ "download_from_google_storage",
663                 "--no_resume",
664                 "--platform=win32",
665                 "--no_auth",
666                 "--bucket", "chromium-gn",
667                 "-s", "src/tools/gn/bin/win/gn.exe.sha1",
668     ],
669   },
670   {
671     "name": "gn_mac",
672     "pattern": ".",
673     "action": [ "download_from_google_storage",
674                 "--no_resume",
675                 "--platform=darwin",
676                 "--no_auth",
677                 "--bucket", "chromium-gn",
678                 "-s", "src/tools/gn/bin/mac/gn.sha1",
679     ],
680   },
681   {
682     "name": "gn_linux",
683     "pattern": ".",
684     "action": [ "download_from_google_storage",
685                 "--no_resume",
686                 "--platform=linux*",
687                 "--no_auth",
688                 "--bucket", "chromium-gn",
689                 "-s", "src/tools/gn/bin/linux/gn.sha1",
690     ],
691   },
692   {
693     "name": "gn_linux32",
694     "pattern": ".",
695     "action": [ "download_from_google_storage",
696                 "--no_resume",
697                 "--platform=linux*",
698                 "--no_auth",
699                 "--bucket", "chromium-gn",
700                 "-s", "src/tools/gn/bin/linux/gn32.sha1",
701     ],
702   },
703   # Pull clang-format binaries using checked-in hashes.
704   {
705     "name": "clang_format_win",
706     "pattern": ".",
707     "action": [ "download_from_google_storage",
708                 "--no_resume",
709                 "--platform=win32",
710                 "--no_auth",
711                 "--bucket", "chromium-clang-format",
712                 "-s", "src/third_party/clang_format/bin/win/clang-format.exe.sha1",
713     ],
714   },
715   {
716     "name": "clang_format_mac",
717     "pattern": ".",
718     "action": [ "download_from_google_storage",
719                 "--no_resume",
720                 "--platform=darwin",
721                 "--no_auth",
722                 "--bucket", "chromium-clang-format",
723                 "-s", "src/third_party/clang_format/bin/mac/clang-format.sha1",
724     ],
725   },
726   {
727     "name": "clang_format_linux",
728     "pattern": ".",
729     "action": [ "download_from_google_storage",
730                 "--no_resume",
731                 "--platform=linux*",
732                 "--no_auth",
733                 "--bucket", "chromium-clang-format",
734                 "-s", "src/third_party/clang_format/bin/linux/clang-format.sha1",
735     ],
736   },
737   # Pull binutils for linux, enabled debug fission for faster linking /
738   # debugging when used with clang on Ubuntu Precise.
739   # https://code.google.com/p/chromium/issues/detail?id=352046
740   {
741     "name": "binutils",
742     "pattern": "src/third_party/binutils",
743     "action": [
744         "python",
745         "src/third_party/binutils/download.py",
746     ],
747   },
748   # Pull eu-strip binaries using checked-in hashes.
749   {
750     "name": "eu-strip",
751     "pattern": ".",
752     "action": [ "download_from_google_storage",
753                 "--no_resume",
754                 "--platform=linux*",
755                 "--no_auth",
756                 "--bucket", "chromium-eu-strip",
757                 "-s", "src/build/linux/bin/eu-strip.sha1",
758     ],
759   },
760   {
761     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
762     "name": "gyp",
763     "pattern": ".",
764     "action": ["python", "src/build/gyp_chromium"],
765   },