[PowerProfiler] Power Profiler service should detect the sampling rate from the data...
[chromium-blink-merge.git] / DEPS
blob3c39190388b9e42f5ded4d364db43fad3342997a
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": "175512",
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   "swig_revision": "230490",
37   "nacl_revision": "13267",
38   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
39   # to update other nacl_*_revision's.
40   "nacl_tools_revision": "13077",  # native_client/DEPS: tools_rev
41   "google_toolbox_for_mac_revision": "662",
42   "libaddressinput_revision": "265",
43   "libphonenumber_revision": "621",
44   "libvpx_revision": "269083",
45   "lss_revision": "26",
46   "sfntly_revision": "228",
47   "lighttpd_revision": "33737",
48   "skia_revision": "9b14f26d0f3a974f3dd626c8354e1db1cfcd322f",
49   # Three lines of non-changing comments so that
50   # the commit queue can handle CLs rolling Skia
51   # and V8 without interference from each other.
52   "v8_branch": "trunk",
53   "v8_revision": "21680",
54   # Three lines of non-changing comments so that
55   # the commit queue can handle CLs rolling WebRTC
56   # and V8 without interference from each other.
57   "webrtc_revision": "6261",
58   "jsoncpp_revision": "248",
59   "nss_revision": "271760",
60   # Three lines of non-changing comments so that
61   # the commit queue can handle CLs rolling swarming_client
62   # and whatever else without interference from each other.
63   "swarming_revision": "ae8085b09e6162b4ec869e430d7d09c16b32b433",
64   # Three lines of non-changing comments so that
65   # the commit queue can handle CLs rolling openssl
66   # and whatever else without interference from each other.
67   "openssl_revision": "271781",
68   # Three lines of non-changing comments so that
69   # the commit queue can handle CLs rolling ANGLE
70   # and whatever else without interference from each other.
71   "angle_revision": "d7e7d735ec75a6b0ff855447b20691c7fbb6c97e",
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": "5d89977ce55240995d1596fe420b818468f5ec37",
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": "dbd4c06036f42d8dffe033ba112d6d7085dfe475",
82 deps = {
83   "src/breakpad/src":
84     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1331",
86   "src/buildtools":
87     Var("chromium_git") + "/chromium/buildtools.git@" +
88      Var("buildtools_revision"),
90   "src/sdch/open-vcdiff":
91     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
93   "src/testing/gtest":
94     (Var("googlecode_url") % "googletest") + "/trunk@643",
96   "src/testing/gmock":
97     (Var("googlecode_url") % "googlemock") + "/trunk@410",
99   "src/third_party/angle":
100     Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"),
102   "src/third_party/trace-viewer":
103     (Var("googlecode_url") % "trace-viewer") + "/trunk@1281",
105   "src/third_party/WebKit":
106     Var("webkit_trunk") + "@" + Var("webkit_revision"),
108   "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests":
109     Var("chromium_git") +
110     "/external/w3c/web-platform-tests.git@6bed4516fe8522d65512c76ef02e4f0ae8234395",
112   "src/third_party/WebKit/LayoutTests/w3c/csswg-test":
113     Var("chromium_git") +
114     "/external/w3c/csswg-test.git@bacbb4a8dca702cd86646761fde96793db13d4f1",
116   "src/third_party/icu":
117     "/trunk/deps/third_party/icu46@262949",
119   "src/third_party/libexif/sources":
120     "/trunk/deps/third_party/libexif/sources@265008",
122   "src/third_party/hunspell":
123    "/trunk/deps/third_party/hunspell@256272",
125   "src/third_party/hunspell_dictionaries":
126     "/trunk/deps/third_party/hunspell_dictionaries@255132",
128   "src/third_party/safe_browsing/testing":
129     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
131   "src/third_party/cacheinvalidation/src":
132     (Var("googlecode_url") % "google-cache-invalidation-api") +
133     "/trunk/src@331",
135   "src/third_party/leveldatabase/src":
136     (Var("googlecode_url") % "leveldb") + "/trunk@80",
138   "src/third_party/libc++/trunk":
139     Var("llvm_url") + "/libcxx/trunk@" + Var("libcxx_revision"),
141   "src/third_party/libc++abi/trunk":
142     Var("llvm_url") + "/libcxxabi/trunk@" + Var("libcxxabi_revision"),
144   "src/third_party/snappy/src":
145     (Var("googlecode_url") % "snappy") + "/trunk@80",
147   "src/tools/grit":
148     (Var("googlecode_url") % "grit-i18n") + "/trunk@168",
150   "src/tools/gyp":
151     (Var("googlecode_url") % "gyp") + "/trunk@1921",
153   "src/tools/swarming_client":
154     Var("chromium_git") + "/external/swarming.client.git@" +
155         Var("swarming_revision"),
157   "src/v8":
158     (Var("googlecode_url") % "v8") + "/" + Var("v8_branch") + "@" +
159     Var("v8_revision"),
161   "src/native_client":
162     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
164   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
165     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
166     Var("nacl_revision"),
168   "src/third_party/sfntly/cpp/src":
169     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
170     Var("sfntly_revision"),
172   "src/third_party/skia":
173     Var("chromium_git") + "/skia.git@" + Var("skia_revision"),
175   "src/third_party/ots":
176     (Var("googlecode_url") % "ots") + "/trunk@113",
178   "src/third_party/brotli/src":
179     Var("chromium_git") +
180     "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5fcd8e01",
182   "src/tools/page_cycler/acid3":
183     "/trunk/deps/page_cycler/acid3@171600",
185   "src/chrome/test/data/perf/canvas_bench":
186     "/trunk/deps/canvas_bench@122605",
188   "src/chrome/test/data/perf/frame_rate/content":
189     "/trunk/deps/frame_rate/content@93671",
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@0475a2763fc30cbed22740f8a9ef53a82f03b4ac",
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     Var("chromium_git") +
211     "/chromium/third_party/ffmpeg.git@96481cb9163681998d1407b0c951a4c951be1b04",
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@8875",
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@272637",
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@1007",
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@270777",
283   "src/third_party/clang_format/script":
284     Var("llvm_url") + "/cfe/trunk/tools/clang-format@206068",
286   "src/third_party/webpagereplay":
287     Var("chromium_git") + "/external/web-page-replay.git@" +
288     "b62c02d3b64cf00a2f65a82cca0721aa42c3d6ad",
290   "src/third_party/pywebsocket/src":
291     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@790",
293   "src/third_party/opus/src":
294     "/trunk/deps/third_party/opus@256783",
296   "src/media/cdm/ppapi/api":
297     "/trunk/deps/cdm@262570",
299   "src/third_party/mesa/src":
300     "/trunk/deps/third_party/mesa@265279",
302   "src/third_party/cld_2/src":
303     (Var("googlecode_url") % "cld2") + "/trunk@161",
305   "src/chrome/browser/resources/pdf/html_office":
306      Var("chromium_git") +
307          "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7359",
309   "src/third_party/libwebm/source":
310     Var("chromium_git") +
311       "/webm/libwebm.git@acf788bedd1ddc0f4a8553c28a8b4e2266accbc9",
313   "src/third_party/openssl":
314     "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
316   "src/third_party/pdfium":
317     Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"),
321 deps_os = {
322   "win": {
323     "src/chrome/tools/test/reference_build/chrome_win":
324       "/trunk/deps/reference_builds/chrome_win@273882",
326     "src/third_party/cygwin":
327       "/trunk/deps/third_party/cygwin@231940",
329     "src/third_party/psyco_win32":
330       "/trunk/deps/third_party/psyco_win32@237949",
332     "src/third_party/bison":
333       "/trunk/deps/third_party/bison@147303",
335     "src/third_party/gperf":
336       "/trunk/deps/third_party/gperf@147304",
338     "src/third_party/perl":
339       "/trunk/deps/third_party/perl@147900",
341     "src/third_party/lighttpd":
342       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
344     # Parses Windows PE/COFF executable format.
345     "src/third_party/pefile":
346       (Var("googlecode_url") % "pefile") + "/trunk@63",
348     # NSS, for SSLClientSocketNSS.
349     "src/third_party/nss":
350       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
352     "src/third_party/swig/win":
353       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
355     # GNU binutils assembler for x86-32.
356     "src/third_party/gnu_binutils":
357       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
358        Var("nacl_tools_revision")),
359     # GNU binutils assembler for x86-64.
360     "src/third_party/mingw-w64/mingw/bin":
361       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
362        Var("nacl_tools_revision")),
364     # Dependencies used by libjpeg-turbo
365     "src/third_party/yasm/binaries":
366       "/trunk/deps/third_party/yasm/binaries@154708",
368     # Binary level profile guided optimizations. This points to the
369     # latest release binaries for the toolchain.
370     "src/third_party/syzygy/binaries":
371       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@2154",
373     # Binaries for nacl sdk.
374     "src/third_party/nacl_sdk_binaries":
375       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
376   },
377   "ios": {
378     "src/third_party/google_toolbox_for_mac/src":
379       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
380       Var("google_toolbox_for_mac_revision"),
382     "src/third_party/nss":
383       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
385     # class-dump utility to generate header files for undocumented SDKs
386     "src/testing/iossim/third_party/class-dump":
387       "/trunk/deps/third_party/class-dump@199203",
389     # Code that's not needed due to not building everything
390     "src/build/util/support": None,
391     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
392     "src/chrome/test/data/perf/canvas_bench": None,
393     "src/chrome/test/data/perf/frame_rate/content": None,
394     "src/media/cdm/ppapi/api": None,
395     "src/native_client": None,
396     "src/native_client/src/third_party/ppapi": None,
397     "src/third_party/angle": None,
398     "src/third_party/bidichecker": None,
399     "src/third_party/brotli/src": None,
400     "src/third_party/cld_2/src": None,
401     "src/third_party/ffmpeg": None,
402     "src/third_party/hunspell_dictionaries": None,
403     "src/third_party/hunspell": None,
404     "src/third_party/libaddressinput/src/cpp": None,
405     "src/third_party/libaddressinput/src/testdata": None,
406     "src/third_party/libc++/trunk": None,
407     "src/third_party/libc++abi/trunk": None,
408     "src/third_party/libexif/sources": None,
409     "src/third_party/libjpeg_turbo": None,
410     "src/third_party/libsrtp": None,
411     "src/third_party/libvpx": None,
412     "src/third_party/libyuv": None,
413     "src/third_party/mesa/src": None,
414     "src/third_party/opus/src": None,
415     "src/third_party/openmax_dl": None,
416     "src/third_party/ots": None,
417     "src/third_party/pymox/src": None,
418     "src/third_party/safe_browsing/testing": None,
419     "src/third_party/scons-2.0.1": None,
420     "src/third_party/sfntly/cpp/src": None,
421     "src/third_party/speex": None,
422     "src/third_party/swig/Lib": None,
423     "src/third_party/usrsctp/usrsctplib": None,
424     "src/third_party/v8-i18n": None,
425     "src/third_party/webdriver/pylib": None,
426     "src/third_party/webgl": None,
427     "src/third_party/webpagereplay": None,
428     "src/third_party/webrtc": None,
429     "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None,
430     "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None,
431     "src/third_party/yasm/source/patched-yasm": None,
432     "src/tools/page_cycler/acid3": None,
433     "src/v8": None,
434   },
435   "mac": {
436     "src/chrome/tools/test/reference_build/chrome_mac":
437       "/trunk/deps/reference_builds/chrome_mac@273882",
439     "src/third_party/google_toolbox_for_mac/src":
440       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
441       Var("google_toolbox_for_mac_revision"),
443     "src/third_party/pdfsqueeze":
444       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
446     "src/third_party/lighttpd":
447       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
449     "src/third_party/swig/mac":
450       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
452     # NSS, for SSLClientSocketNSS.
453     "src/third_party/nss":
454       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
456     "src/chrome/installer/mac/third_party/xz/xz":
457       "/trunk/deps/third_party/xz@233311",
458   },
459   "unix": {
460     # Linux, really.
461     "src/chrome/tools/test/reference_build/chrome_linux":
462       "/trunk/deps/reference_builds/chrome_linux64@273882",
464     "src/third_party/xdg-utils":
465       "/trunk/deps/third_party/xdg-utils@203785",
467     "src/third_party/swig/linux":
468       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
470     "src/third_party/lss":
471       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
472        Var("lss_revision")),
474     # For Linux and Chromium OS.
475     "src/third_party/cros_system_api":
476       Var("chromiumos_git") + "/platform/system_api.git" +
477       "@2e8df283540037cba6243de9e53b7c18842cd8ce",
479     # Note that this is different from Android's freetype repo.
480     "src/third_party/freetype2/src":
481       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
482       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
484     # Build tools for targeting ChromeOS.
485     "src/third_party/chromite":
486       Var("chromiumos_git") + "/chromite.git" +
487       "@ff441bf434f22888b09cd65daa86d9aa2982f650",
489     # Dependency of chromite.git.
490     "src/third_party/pyelftools":
491       Var("chromiumos_git") + "/third_party/pyelftools.git" +
492       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
494     "src/third_party/undoview":
495       "/trunk/deps/third_party/undoview@119694",
497     "src/third_party/liblouis/src":
498       Var("chromium_git") +
499       "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
501     # Used for embedded builds. CrOS & Linux use the system version.
502     "src/third_party/fontconfig/src":
503       Var("chromium_git") + "/external/fontconfig.git" +
504       "@f16c3118e25546c1b749f9823c51827a60aeb5c1",
505   },
506   "android": {
507     "src/third_party/android_tools":
508       Var("chromium_git") + "/android_tools.git" +
509       "@ac519ee39778f7a1f2aac797a941a6b3db9d3882",
511     "src/third_party/aosp":
512       "/trunk/deps/third_party/aosp@148330",
514     "src/third_party/apache-mime4j":
515       "/trunk/deps/third_party/apache-mime4j@170888",
517     "src/third_party/findbugs":
518       "/trunk/deps/third_party/findbugs@245039",
520     "src/third_party/freetype":
521       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
522       "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac",
524     "src/third_party/guava/src":
525       Var("chromium_git") + "/external/guava-libraries.git" +
526       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
528    "src/third_party/elfutils/src":
529       Var("chromium_git") + "/external/elfutils.git" +
530       "@43a97297be82feab4b3176a094ed701ad3ccb308",
532     "src/third_party/httpcomponents-client":
533       "/trunk/deps/third_party/httpcomponents-client@170888",
535     "src/third_party/httpcomponents-core":
536       "/trunk/deps/third_party/httpcomponents-core@170888",
538     "src/third_party/jarjar":
539       "/trunk/deps/third_party/jarjar@170888",
541     "src/third_party/jsr-305/src":
542       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
544     "src/third_party/lss":
545       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
546        Var("lss_revision")),
548     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
549       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
551     # Android shouldn't use this address validation library.
552     "src/third_party/libaddressinput/src/cpp": None,
553     "src/third_party/libaddressinput/src/testdata": None,
554   },
558 include_rules = [
559   # Everybody can use some things.
560   "+base",
561   "+build",
562   "+ipc",
564   # Everybody can use headers generated by tools/generate_library_loader.
565   "+library_loaders",
567   "+testing",
568   "+third_party/icu/source/common/unicode",
569   "+third_party/icu/source/i18n/unicode",
570   "+url",
574 # checkdeps.py shouldn't check include paths for files in these dirs:
575 skip_child_includes = [
576   "breakpad",
577   "delegate_execute",
578   "metro_driver",
579   "native_client_sdk",
580   "o3d",
581   "pdf",
582   "sdch",
583   "skia",
584   "testing",
585   "third_party",
586   "v8",
587   "win8",
591 hooks = [
592   {
593     # This downloads binaries for Native Client's newlib toolchain.
594     # Done in lieu of building the toolchain from scratch as it can take
595     # anywhere from 30 minutes to 4 hours depending on platform to build.
596     "name": "nacltools",
597     "pattern": ".",
598     "action": [
599         "python", "src/build/download_nacl_toolchains.py",
600         "--exclude", "arm_trusted",
601     ],
602   },
603   {
604     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
605     # at about the same rate that the chrome build deps change.
606     # This script is a no-op except for linux users who have
607     # target_arch=arm in their GYP_DEFINES.
608     "name": "sysroot",
609     "pattern": ".",
610     "action": ["python", "src/build/linux/install-arm-sysroot.py",
611                "--linux-only"],
612   },
613   {
614     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
615     # This sysroot updates at about the same rate that the chrome build deps
616     # change. This script is a no-op except for linux users who are doing
617     # official chrome builds.
618     "name": "sysroot",
619     "pattern": ".",
620     "action": [
621         "python",
622         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
623         "--linux-only",
624         "--arch=amd64"],
625   },
626   {
627     # Same as above, but for 32-bit Linux.
628     "name": "sysroot",
629     "pattern": ".",
630     "action": [
631         "python",
632         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
633         "--linux-only",
634         "--arch=i386"],
635   },
636   {
637     # Pull clang if on Mac or clang is requested via GYP_DEFINES.
638     "name": "clang",
639     "pattern": ".",
640     "action": ["python", "src/tools/clang/scripts/update.py", "--if-needed"],
641   },
642   {
643     # Update the Windows toolchain if necessary.
644     "name": "win_toolchain",
645     "pattern": ".",
646     "action": ["python", "src/build/vs_toolchain.py", "update"],
647   },
648   {
649     # Update LASTCHANGE. This is also run by export_tarball.py in
650     # src/tools/export_tarball - please keep them in sync.
651     "name": "lastchange",
652     "pattern": ".",
653     "action": ["python", "src/build/util/lastchange.py",
654                "-o", "src/build/util/LASTCHANGE"],
655   },
656   {
657     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
658     # src/tools/export_tarball - please keep them in sync.
659     "name": "lastchange",
660     "pattern": ".",
661     "action": ["python", "src/build/util/lastchange.py",
662                "-s", "src/third_party/WebKit",
663                "-o", "src/build/util/LASTCHANGE.blink"],
664   },
665   # Pull GN binaries. This needs to be before running GYP below.
666   {
667     "name": "gn_win",
668     "pattern": ".",
669     "action": [ "download_from_google_storage",
670                 "--no_resume",
671                 "--platform=win32",
672                 "--no_auth",
673                 "--bucket", "chromium-gn",
674                 "-s", "src/tools/gn/bin/win/gn.exe.sha1",
675     ],
676   },
677   {
678     "name": "gn_mac",
679     "pattern": ".",
680     "action": [ "download_from_google_storage",
681                 "--no_resume",
682                 "--platform=darwin",
683                 "--no_auth",
684                 "--bucket", "chromium-gn",
685                 "-s", "src/tools/gn/bin/mac/gn.sha1",
686     ],
687   },
688   {
689     "name": "gn_linux",
690     "pattern": ".",
691     "action": [ "download_from_google_storage",
692                 "--no_resume",
693                 "--platform=linux*",
694                 "--no_auth",
695                 "--bucket", "chromium-gn",
696                 "-s", "src/tools/gn/bin/linux/gn.sha1",
697     ],
698   },
699   {
700     "name": "gn_linux32",
701     "pattern": ".",
702     "action": [ "download_from_google_storage",
703                 "--no_resume",
704                 "--platform=linux*",
705                 "--no_auth",
706                 "--bucket", "chromium-gn",
707                 "-s", "src/tools/gn/bin/linux/gn32.sha1",
708     ],
709   },
710   # Pull clang-format binaries using checked-in hashes.
711   {
712     "name": "clang_format_win",
713     "pattern": ".",
714     "action": [ "download_from_google_storage",
715                 "--no_resume",
716                 "--platform=win32",
717                 "--no_auth",
718                 "--bucket", "chromium-clang-format",
719                 "-s", "src/third_party/clang_format/bin/win/clang-format.exe.sha1",
720     ],
721   },
722   {
723     "name": "clang_format_mac",
724     "pattern": ".",
725     "action": [ "download_from_google_storage",
726                 "--no_resume",
727                 "--platform=darwin",
728                 "--no_auth",
729                 "--bucket", "chromium-clang-format",
730                 "-s", "src/third_party/clang_format/bin/mac/clang-format.sha1",
731     ],
732   },
733   {
734     "name": "clang_format_linux",
735     "pattern": ".",
736     "action": [ "download_from_google_storage",
737                 "--no_resume",
738                 "--platform=linux*",
739                 "--no_auth",
740                 "--bucket", "chromium-clang-format",
741                 "-s", "src/third_party/clang_format/bin/linux/clang-format.sha1",
742     ],
743   },
744   # Pull binutils for linux, enabled debug fission for faster linking /
745   # debugging when used with clang on Ubuntu Precise.
746   # https://code.google.com/p/chromium/issues/detail?id=352046
747   {
748     "name": "binutils",
749     "pattern": "src/third_party/binutils",
750     "action": [
751         "python",
752         "src/third_party/binutils/download.py",
753     ],
754   },
755   # Pull eu-strip binaries using checked-in hashes.
756   {
757     "name": "eu-strip",
758     "pattern": ".",
759     "action": [ "download_from_google_storage",
760                 "--no_resume",
761                 "--platform=linux*",
762                 "--no_auth",
763                 "--bucket", "chromium-eu-strip",
764                 "-s", "src/build/linux/bin/eu-strip.sha1",
765     ],
766   },
767   {
768     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
769     "name": "gyp",
770     "pattern": ".",
771     "action": ["python", "src/build/gyp_chromium"],
772   },