Fixed failing test (AutomaticProfileResetterDelegateTest) on Windows Unit (DrMemory...
[chromium-blink-merge.git] / DEPS
blob4b01b7ff968066eefa2f521cad6407799f57a7d6
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
8 #   gclient runhooks
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
10 # a bot when you modify this one.
12 # When adding a new dependency, please update the top-level .gitignore file
13 # to list the dependency's destination directory.
15 vars = {
16   # Use this googlecode_url variable only if there is an internal mirror for it.
17   # If you do not know, use the full path while defining your new deps entry.
18   "googlecode_url": "http://%s.googlecode.com/svn",
19   "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
20   "webkit_trunk": "http://src.chromium.org/blink/trunk",
21   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
22   "webkit_revision": "160782",
23   "chromium_git": "https://chromium.googlesource.com",
24   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
25   "skia_git": "https://skia.googlesource.com",
26   "swig_revision": "230490",
27   "nacl_revision": "12306",
28   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
29   # to update other nacl_*_revision's.
30   "nacl_tools_revision": "12289",  # native_client/DEPS: tools_rev
31   "gtm_revision": "616",
33   "libphonenumber_revision": "621",
34   "libvpx_revision": "228256",
35   "lss_revision": "24",
37   # These two FFmpeg variables must be updated together.  One is used for SVN
38   # checkouts and the other for Git checkouts.
39   "ffmpeg_revision": "229188",
40   "ffmpeg_hash": "3cd1dee6583cb4e019c518945083d64f1b990300",
42   "sfntly_revision": "228",
43   "lighttpd_revision": "33737",
44   "skia_revision": "11974",
45   "skia_hash": "cfc00938d4c95ab13eea0ebc4afd861fc7a2fe9f",
46   # Three lines of non-changing comments so that
47   # the commit queue can handle CLs rolling Skia
48   # and V8 without interference from each other.
49   "v8_revision": "17389",
50   # Three lines of non-changing comments so that
51   # the commit queue can handle CLs rolling WebRTC
52   # and V8 without interference from each other.
53   "webrtc_revision": "4982",
54   "jsoncpp_revision": "248",
55   "nss_revision": "228205",
56   # Three lines of non-changing comments so that
57   # the commit queue can handle CLs rolling swarm_client
58   # and whatever else without interference from each other.
59   "swarm_revision": "230741",
60   # Three lines of non-changing comments so that
61   # the commit queue can handle CLs rolling openssl
62   # and whatever else without interference from each other.
63   "openssl_revision": "230364",
66 deps = {
67   "src/breakpad/src":
68     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1222",
70   "src/sdch/open-vcdiff":
71     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
73   "src/testing/gtest":
74     (Var("googlecode_url") % "googletest") + "/trunk@629",
76   "src/testing/gmock":
77     (Var("googlecode_url") % "googlemock") + "/trunk@410",
79   "src/third_party/angle_dx11":
80     Var("chromium_git") +
81     "/external/angle.git@b992a7d282a996d15da3e194695ddebff50fd956",
83   "src/third_party/trace-viewer":
84     (Var("googlecode_url") % "trace-viewer") + "/trunk@1040",
86   "src/third_party/WebKit":
87     Var("webkit_trunk") + "@" + Var("webkit_revision"),
89   "src/third_party/icu":
90     "/trunk/deps/third_party/icu46@228516",
92   "src/third_party/libexif/sources":
93     "/trunk/deps/third_party/libexif/sources@146817",
95   "src/third_party/hunspell":
96    "/trunk/deps/third_party/hunspell@206172",
98   "src/third_party/hunspell_dictionaries":
99     "/trunk/deps/third_party/hunspell_dictionaries@193701",
101   "src/third_party/safe_browsing/testing":
102     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
104   "src/third_party/cacheinvalidation/src":
105     (Var("googlecode_url") % "google-cache-invalidation-api") +
106     "/trunk/src@313",
108   "src/third_party/leveldatabase/src":
109     (Var("googlecode_url") % "leveldb") + "/trunk@77",
111   "src/third_party/snappy/src":
112     (Var("googlecode_url") % "snappy") + "/trunk@80",
114   "src/tools/grit":
115     (Var("googlecode_url") % "grit-i18n") + "/trunk@136",
117   "src/tools/gyp":
118     (Var("googlecode_url") % "gyp") + "/trunk@1773",
120   "src/tools/swarm_client":
121     "/trunk/tools/swarm_client@" + Var("swarm_revision"),
123   "src/v8":
124     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
126   "src/native_client":
127     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
129   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
130     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
131     Var("nacl_revision"),
133   "src/third_party/sfntly/cpp/src":
134     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
135     Var("sfntly_revision"),
137   "src/third_party/skia/src":
138     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
140   "src/third_party/skia/gyp":
141     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
143   "src/third_party/skia/include":
144     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
146   "src/third_party/ots":
147     (Var("googlecode_url") % "ots") + "/trunk@103",
149   "src/tools/page_cycler/acid3":
150     "/trunk/deps/page_cycler/acid3@171600",
152   "src/chrome/test/data/perf/canvas_bench":
153     "/trunk/deps/canvas_bench@122605",
155   "src/chrome/test/data/perf/frame_rate/content":
156     "/trunk/deps/frame_rate/content@93671",
158   "src/chrome/test/data/perf/third_party/octane":
159     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
161   "src/third_party/bidichecker":
162     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
164   "src/third_party/webgl_conformance":
165     "/trunk/deps/third_party/webgl/sdk/tests@230853",
167   "src/third_party/swig/Lib":
168     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
170   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
171   "src/third_party/webdriver/pylib":
172     (Var("googlecode_url") % "selenium") + "/trunk/py@18337",
174   "src/third_party/libvpx":
175     "/trunk/deps/third_party/libvpx@" +
176     Var("libvpx_revision"),
178   "src/third_party/ffmpeg":
179     "/trunk/deps/third_party/ffmpeg@" +
180     Var("ffmpeg_revision"),
182   "src/third_party/libjingle/source/talk":
183     (Var("googlecode_url") % "webrtc") + "/stable/talk@" +
184     Var("webrtc_revision"),
186   "src/third_party/usrsctp/usrsctplib":
187     (Var("googlecode_url") % "sctp-refimpl") +
188     "/trunk/KERN/usrsctp/usrsctplib@8603",
190   "src/third_party/libsrtp":
191     "/trunk/deps/third_party/libsrtp@214783",
193   "src/third_party/speex":
194     "/trunk/deps/third_party/speex@198168",
196   "src/third_party/yasm/source/patched-yasm":
197     "/trunk/deps/third_party/yasm/patched-yasm@167605",
199   "src/third_party/libjpeg_turbo":
200     "/trunk/deps/third_party/libjpeg_turbo@228394",
202   "src/third_party/flac":
203     "/trunk/deps/third_party/flac@222897",
205   "src/third_party/pyftpdlib/src":
206     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
208   "src/third_party/scons-2.0.1":
209     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
210         Var("nacl_tools_revision"),
212   "src/third_party/webrtc":
213     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
215   "src/third_party/openmax_dl":
216     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@4261",
218   "src/third_party/jsoncpp/source/include":
219     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
220         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
222   "src/third_party/jsoncpp/source/src/lib_json":
223     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
224         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
226   "src/third_party/libyuv":
227     (Var("googlecode_url") % "libyuv") + "/trunk@723",
229   "src/third_party/smhasher/src":
230     (Var("googlecode_url") % "smhasher") + "/trunk@149",
232   "src/third_party/libphonenumber/src/phonenumbers":
233      (Var("googlecode_url") % "libphonenumber") +
234          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
235   "src/third_party/libphonenumber/src/test":
236      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
237          Var("libphonenumber_revision"),
238   "src/third_party/libphonenumber/src/resources":
239      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
240          Var("libphonenumber_revision"),
242   "src/tools/deps2git":
243     "/trunk/tools/deps2git@230538",
245   "src/third_party/webpagereplay":
246     (Var("googlecode_url") % "web-page-replay") + "/trunk@522",
248   "src/third_party/pywebsocket/src":
249     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
251   "src/third_party/opus/src":
252     "/trunk/deps/third_party/opus@185324",
254   "src/media/cdm/ppapi/api":
255     "/trunk/deps/cdm@230180",
257   "src/third_party/mesa/src":
258     "/trunk/deps/third_party/mesa@229994",
260   "src/third_party/cld_2/src":
261     (Var("googlecode_url") % "cld2") + "/trunk@84",
265 deps_os = {
266   "win": {
267     "src/chrome/tools/test/reference_build/chrome_win":
268       "/trunk/deps/reference_builds/chrome_win@221746",
270     "src/third_party/cygwin":
271       "/trunk/deps/third_party/cygwin@229213",
273     "src/third_party/python_26":
274       "/trunk/tools/third_party/python_26@89111",
276     "src/third_party/psyco_win32":
277       "/trunk/deps/third_party/psyco_win32@79861",
279     "src/third_party/bison":
280       "/trunk/deps/third_party/bison@147303",
282     "src/third_party/gperf":
283       "/trunk/deps/third_party/gperf@147304",
285     "src/third_party/perl":
286       "/trunk/deps/third_party/perl@147900",
288     "src/third_party/lighttpd":
289       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
291     # Chrome Frame related deps
292     "src/third_party/xulrunner-sdk":
293       "/trunk/deps/third_party/xulrunner-sdk@119756",
294     "src/chrome_frame/tools/test/reference_build/chrome_win":
295       "/trunk/deps/reference_builds/chrome_win@89574",
297     # Parses Windows PE/COFF executable format.
298     "src/third_party/pefile":
299       (Var("googlecode_url") % "pefile") + "/trunk@63",
301     # NSS, for SSLClientSocketNSS.
302     "src/third_party/nss":
303       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
305     "src/third_party/swig/win":
306       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
308     # GNU binutils assembler for x86-32.
309     "src/third_party/gnu_binutils":
310       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
311        Var("nacl_tools_revision")),
312     # GNU binutils assembler for x86-64.
313     "src/third_party/mingw-w64/mingw/bin":
314       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
315        Var("nacl_tools_revision")),
317     # Dependencies used by libjpeg-turbo
318     "src/third_party/yasm/binaries":
319       "/trunk/deps/third_party/yasm/binaries@154708",
321     # Binary level profile guided optimizations. This points to the
322     # latest release binaries for the toolchain.
323     "src/third_party/syzygy/binaries":
324       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1811",
326     # Binaries for nacl sdk.
327     "src/third_party/nacl_sdk_binaries":
328       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
329   },
330   "ios": {
331     "src/third_party/GTM":
332       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
333       Var("gtm_revision"),
335     "src/third_party/nss":
336       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
338     # class-dump utility to generate header files for undocumented SDKs
339     "src/testing/iossim/third_party/class-dump":
340       "/trunk/deps/third_party/class-dump@199203",
342     # Code that's not needed due to not building everything
343     "src/build/util/support": None,
344     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
345     "src/chrome/test/data/perf/canvas_bench": None,
346     "src/chrome/test/data/perf/frame_rate/content": None,
347     "src/chrome/test/data/perf/third_party/octane": None,
348     "src/media/cdm/ppapi/api": None,
349     "src/native_client": None,
350     "src/native_client/src/third_party/ppapi": None,
351     "src/third_party/angle_dx11": None,
352     "src/third_party/cld_2/src": None,
353     "src/third_party/bidichecker": None,
354     "src/third_party/webgl_conformance": None,
355     "src/third_party/ffmpeg": None,
356     "src/third_party/hunspell_dictionaries": None,
357     "src/third_party/hunspell": None,
358     "src/third_party/libexif/sources": None,
359     "src/third_party/libjpeg_turbo": None,
360     "src/third_party/libsrtp": None,
361     "src/third_party/usrsctp/usrsctplib": None,
362     "src/third_party/libvpx": None,
363     "src/third_party/libyuv": None,
364     "src/third_party/mesa/src": None,
365     "src/third_party/opus/src": None,
366     "src/third_party/openmax_dl": None,
367     "src/third_party/ots": None,
368     "src/third_party/pymox/src": None,
369     "src/third_party/safe_browsing/testing": None,
370     "src/third_party/scons-2.0.1": None,
371     "src/third_party/sfntly/cpp/src": None,
372     "src/third_party/smhasher/src": None,
373     "src/third_party/swig/Lib": None,
374     "src/third_party/undoview": None,
375     "src/third_party/v8-i18n": None,
376     "src/third_party/webdriver/pylib": None,
377     "src/third_party/webpagereplay": None,
378     "src/third_party/webrtc": None,
379     "src/third_party/yasm/source/patched-yasm": None,
380     "src/tools/page_cycler/acid3": None,
381     "src/v8": None,
382   },
383   "mac": {
384     "src/chrome/tools/test/reference_build/chrome_mac":
385       "/trunk/deps/reference_builds/chrome_mac@221746",
387     "src/third_party/GTM":
388       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
389       Var("gtm_revision"),
390     "src/third_party/pdfsqueeze":
391       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
392     "src/third_party/lighttpd":
393       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
395     "src/third_party/swig/mac":
396       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
398     # NSS, for SSLClientSocketNSS.
399     "src/third_party/nss":
400       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
402     "src/chrome/installer/mac/third_party/xz/xz":
403       "/trunk/deps/third_party/xz@189101",
404   },
405   "unix": {
406     # Linux, really.
407     "src/chrome/tools/test/reference_build/chrome_linux":
408       "/trunk/deps/reference_builds/chrome_linux@230875",
410     "src/third_party/xdg-utils":
411       "/trunk/deps/third_party/xdg-utils@203785",
413     "src/third_party/swig/linux":
414       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
416     "src/third_party/lss":
417       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
418        Var("lss_revision")),
420     "src/third_party/openssl":
421       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
423     "src/third_party/gold":
424       "/trunk/deps/third_party/gold@228995",
426     "src/third_party/libmtp":
427       "/trunk/deps/third_party/libmtp@206535",
429     # Used on Linux only. CrOS already has a copy.
430     "src/third_party/mtpd/source":
431       Var("chromiumos_git") + "/platform/mtpd.git" +
432       "@5be739c938a0a229ba9479b00b180e1f9c843e81",
434     # Used on Linux only. CrOS already has a copy.
435     "src/third_party/cros_dbus_cplusplus/source":
436       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
437       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
439     # For Linux and Chromium OS.
440     "src/third_party/cros_system_api":
441       Var("chromiumos_git") + "/platform/system_api.git" +
442       "@99bce39f55240926a75454bb70998ab9f5ce9f13",
444     # Note that this is different from Android's freetype repo.
445     "src/third_party/freetype2/src":
446       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
447       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
449     # Build tools for targeting ChromeOS.
450     "src/third_party/chromite":
451       Var("chromiumos_git") + "/chromite.git" +
452       "@cbdd21c5ea76aa93ba4619a6d253697765f4de1f",
454     # Dependency of chromite.git.
455     "src/third_party/pyelftools":
456       Var("chromiumos_git") + "/third_party/pyelftools.git" +
457       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
459     "src/third_party/undoview":
460       "/trunk/deps/third_party/undoview@119694",
461   },
462   "android": {
463     "src/third_party/android_tools":
464       Var("chromium_git") + "/android_tools.git" +
465       "@e504b737693e96816b40e6ae80d177352c079c18",
467     "src/third_party/aosp":
468       "/trunk/deps/third_party/aosp@148330",
470     "src/third_party/apache-mime4j":
471       "/trunk/deps/third_party/apache-mime4j@170888",
473     "src/third_party/findbugs":
474       "/trunk/deps/third_party/findbugs@163586",
476     "src/third_party/freetype":
477       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
478       "@e3b631da8034f7c6ecc6d809cd9e46d306215c32",
480     "src/third_party/guava/src":
481       Var("chromium_git") + "/external/guava-libraries.git" +
482       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
484     "src/third_party/httpcomponents-client":
485       "/trunk/deps/third_party/httpcomponents-client@170888",
487     "src/third_party/httpcomponents-core":
488       "/trunk/deps/third_party/httpcomponents-core@170888",
490     "src/third_party/jarjar":
491       "/trunk/deps/third_party/jarjar@170888",
493     "src/third_party/jsr-305/src":
494       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
496     "src/third_party/lss":
497       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
498        Var("lss_revision")),
500     "src/third_party/openssl":
501       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
503     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
504       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
505   },
509 include_rules = [
510   # Everybody can use some things.
511   "+base",
512   "+build",
513   "+ipc",
515   # Everybody can use headers generated by tools/generate_library_loader.
516   "+library_loaders",
518   "+testing",
519   "+third_party/icu/source/common/unicode",
520   "+third_party/icu/source/i18n/unicode",
521   "+url",
525 # checkdeps.py shouldn't check include paths for files in these dirs:
526 skip_child_includes = [
527   "breakpad",
528   "chrome_frame",
529   "delegate_execute",
530   "metro_driver",
531   "native_client_sdk",
532   "o3d",
533   "pdf",
534   "sdch",
535   "skia",
536   "testing",
537   "third_party",
538   "v8",
539   "win8",
543 hooks = [
544   {
545     # This downloads binaries for Native Client's newlib toolchain.
546     # Done in lieu of building the toolchain from scratch as it can take
547     # anywhere from 30 minutes to 4 hours depending on platform to build.
548     "name": "nacltools",
549     "pattern": ".",
550     "action": [
551         "python", "src/build/download_nacl_toolchains.py",
552          "--no-arm-trusted",
553          "--keep",
554     ],
555   },
556   {
557     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
558     # at about the same rate that the chrome build deps change.
559     # This script is a no-op except for linux users who have
560     # target_arch=arm in their GYP_DEFINES.
561     "name": "sysroot",
562     "pattern": ".",
563     "action": ["python", "src/build/linux/install-arm-sysroot.py",
564                "--linux-only"],
565   },
566   {
567     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
568     # This sysroot updates at about the same rate that the chrome build deps
569     # change. This script is a no-op except for linux users who are doing
570     # official chrome builds.
571     "name": "sysroot",
572     "pattern": ".",
573     "action": [
574         "python",
575         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
576         "--linux-only",
577         "--arch=amd64"],
578   },
579   {
580     # Same as above, but for 32-bit Linux.
581     "name": "sysroot",
582     "pattern": ".",
583     "action": [
584         "python",
585         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
586         "--linux-only",
587         "--arch=i386"],
588   },
589   {
590     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
591     # zero seconds to run. If something changed, it downloads a prebuilt clang,
592     # which takes ~20s, but clang speeds up builds by more than 20s.
593     "name": "clang",
594     "pattern": ".",
595     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
596   },
597   {
598     # Update the cygwin mount on Windows.
599     "name": "cygwin",
600     "pattern": ".",
601     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
602   },
603   {
604     # Update LASTCHANGE. This is also run by export_tarball.py in
605     # src/tools/export_tarball - please keep them in sync.
606     "name": "lastchange",
607     "pattern": ".",
608     "action": ["python", "src/build/util/lastchange.py",
609                "-o", "src/build/util/LASTCHANGE"],
610   },
611   {
612     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
613     # src/tools/export_tarball - please keep them in sync.
614     "name": "lastchange",
615     "pattern": ".",
616     "action": ["python", "src/build/util/lastchange.py",
617                "-s", "src/third_party/WebKit",
618                "-o", "src/build/util/LASTCHANGE.blink"],
619   },
620   # Pull GN binaries. This needs to be before running GYP below.
621   {
622     "name": "gn_win",
623     "pattern": "\\.sha1$",
624     "action": [ "download_from_google_storage",
625                 "--platform=win32",
626                 "--directory",
627                 "--bucket", "chromium-gn",
628                 "src/tools/gn/bin/win",
629     ],
630   },
631   {
632     "name": "gn_linux",
633     "pattern": "\\.sha1$",
634     "action": [ "download_from_google_storage",
635                 "--platform=\"linux*\"",
636                 "--directory",
637                 "--bucket", "chromium-gn",
638                 "src/tools/gn/bin/linux",
639     ],
640   },
641   {
642     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
643     "name": "gyp",
644     "pattern": ".",
645     "action": ["python", "src/build/gyp_chromium"],
646   },
647   {
648     # Check for landmines (reasons to clobber the build).
649     "name": "landmines",
650     "pattern": ".",
651     "action": ["python", "src/build/landmines.py"],
652   },