Another attempt at disabling the GCM API test from running on windows.
[chromium-blink-merge.git] / DEPS
blobd0c639e471aef4c6777b4c78a6040989cc2d5ad0
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": "163007",
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": "12488",
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",
32   "libaddressinput_revision": "167",
33   "libphonenumber_revision": "621",
34   "libvpx_revision": "237125",
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": "237181",
40   "ffmpeg_hash": "9186343787c9fe2af1a3b0350ac556508dfbaaf6",
42   "sfntly_revision": "228",
43   "lighttpd_revision": "33737",
44   "skia_revision": "12472",
45   "skia_hash": "11e055518a0cbe5329232a55fe2cd177e83836d8",
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": "18251",
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": "5122",
54   "jsoncpp_revision": "248",
55   "nss_revision": "235242",
56   # Three lines of non-changing comments so that
57   # the commit queue can handle CLs rolling swarming_client
58   # and whatever else without interference from each other.
59   "swarming_revision": "aab3a62beb7e1d7a6785dcaee707479691fd6ddf",
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": "236537",
66 deps = {
67   "src/breakpad/src":
68     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1240",
70   "src/sdch/open-vcdiff":
71     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
73   "src/testing/gtest":
74     (Var("googlecode_url") % "googletest") + "/trunk@643",
76   "src/testing/gmock":
77     (Var("googlecode_url") % "googlemock") + "/trunk@410",
79   "src/third_party/angle":
80     Var("chromium_git") +
81     "/angle/angle.git@95fa672f26db492aee2076b0acb524149d52c68f",
83   "src/third_party/angle_dx11":
84     Var("chromium_git") +
85     "/external/angle.git@af640efbfdbe80909016fc623bb65f010a2e551f",
87   "src/third_party/trace-viewer":
88     (Var("googlecode_url") % "trace-viewer") + "/trunk@1069",
90   "src/third_party/WebKit":
91     Var("webkit_trunk") + "@" + Var("webkit_revision"),
93   "src/third_party/icu":
94     "/trunk/deps/third_party/icu46@228516",
96   "src/third_party/libexif/sources":
97     "/trunk/deps/third_party/libexif/sources@146817",
99   "src/third_party/hunspell":
100    "/trunk/deps/third_party/hunspell@206172",
102   "src/third_party/hunspell_dictionaries":
103     "/trunk/deps/third_party/hunspell_dictionaries@193701",
105   "src/third_party/safe_browsing/testing":
106     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
108   "src/third_party/cacheinvalidation/src":
109     (Var("googlecode_url") % "google-cache-invalidation-api") +
110     "/trunk/src@314",
112   "src/third_party/leveldatabase/src":
113     (Var("googlecode_url") % "leveldb") + "/trunk@77",
115   "src/third_party/snappy/src":
116     (Var("googlecode_url") % "snappy") + "/trunk@80",
118   "src/tools/grit":
119     (Var("googlecode_url") % "grit-i18n") + "/trunk@140",
121   "src/tools/gyp":
122     (Var("googlecode_url") % "gyp") + "/trunk@1785",
124   "src/tools/swarming_client":
125     Var("chromium_git") + "/external/swarming.client.git@" +
126         Var("swarming_revision"),
128   "src/v8":
129     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
131   "src/native_client":
132     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
134   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
135     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
136     Var("nacl_revision"),
138   "src/third_party/sfntly/cpp/src":
139     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
140     Var("sfntly_revision"),
142   "src/third_party/skia/src":
143     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
145   "src/third_party/skia/gyp":
146     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
148   "src/third_party/skia/include":
149     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
151   "src/third_party/ots":
152     (Var("googlecode_url") % "ots") + "/trunk@107",
154   "src/tools/page_cycler/acid3":
155     "/trunk/deps/page_cycler/acid3@171600",
157   "src/chrome/test/data/perf/canvas_bench":
158     "/trunk/deps/canvas_bench@122605",
160   "src/chrome/test/data/perf/frame_rate/content":
161     "/trunk/deps/frame_rate/content@93671",
163   "src/chrome/test/data/perf/third_party/octane":
164     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
166   "src/third_party/bidichecker":
167     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
169   "src/third_party/webgl/src":
170     Var("chromium_git") +
171     "/external/khronosgroup/webgl.git@159f31dd34842c871032d97d360a9dce5153f585",
173   "src/third_party/swig/Lib":
174     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
176   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
177   "src/third_party/webdriver/pylib":
178     (Var("googlecode_url") % "selenium") + "/trunk/py@18337",
180   "src/third_party/libvpx":
181     "/trunk/deps/third_party/libvpx@" +
182     Var("libvpx_revision"),
184   "src/third_party/ffmpeg":
185     "/trunk/deps/third_party/ffmpeg@" +
186     Var("ffmpeg_revision"),
188   "src/third_party/libjingle/source/talk":
189     (Var("googlecode_url") % "webrtc") + "/stable/talk@" +
190     Var("webrtc_revision"),
192   "src/third_party/usrsctp/usrsctplib":
193     (Var("googlecode_url") % "sctp-refimpl") +
194     "/trunk/KERN/usrsctp/usrsctplib@8723",
196   "src/third_party/libsrtp":
197     "/trunk/deps/third_party/libsrtp@214783",
199   "src/third_party/speex":
200     "/trunk/deps/third_party/speex@198168",
202   "src/third_party/yasm/source/patched-yasm":
203     "/trunk/deps/third_party/yasm/patched-yasm@167605",
205   "src/third_party/libjpeg_turbo":
206     "/trunk/deps/third_party/libjpeg_turbo@238478",
208   "src/third_party/flac":
209     "/trunk/deps/third_party/flac@222897",
211   "src/third_party/pyftpdlib/src":
212     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
214   "src/third_party/scons-2.0.1":
215     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
216         Var("nacl_tools_revision"),
218   "src/third_party/webrtc":
219     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
221   "src/third_party/openmax_dl":
222     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@5205",
224   "src/third_party/jsoncpp/source/include":
225     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
226         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
228   "src/third_party/jsoncpp/source/src/lib_json":
229     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
230         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
232   "src/third_party/libyuv":
233     (Var("googlecode_url") % "libyuv") + "/trunk@723",
235   "src/third_party/smhasher/src":
236     (Var("googlecode_url") % "smhasher") + "/trunk@149",
238   "src/third_party/libaddressinput/src/cpp":
239     (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" +
240         Var("libaddressinput_revision"),
241   "src/third_party/libaddressinput/src/testdata":
242     (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" +
243         Var("libaddressinput_revision"),
245   "src/third_party/libphonenumber/src/phonenumbers":
246     (Var("googlecode_url") % "libphonenumber") +
247         "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
248   "src/third_party/libphonenumber/src/test":
249     (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
250         Var("libphonenumber_revision"),
251   "src/third_party/libphonenumber/src/resources":
252     (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
253         Var("libphonenumber_revision"),
255   "src/tools/deps2git":
256     "/trunk/tools/deps2git@236839",
258   "src/third_party/webpagereplay":
259     (Var("googlecode_url") % "web-page-replay") + "/trunk@528",
261   "src/third_party/pywebsocket/src":
262     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
264   "src/third_party/opus/src":
265     "/trunk/deps/third_party/opus@237544",
267   "src/media/cdm/ppapi/api":
268     "/trunk/deps/cdm@237635",
270   "src/third_party/mesa/src":
271     "/trunk/deps/third_party/mesa@229994",
273   "src/third_party/cld_2/src":
274     (Var("googlecode_url") % "cld2") + "/trunk@84",
278 deps_os = {
279   "win": {
280     "src/chrome/tools/test/reference_build/chrome_win":
281       "/trunk/deps/reference_builds/chrome_win@237381",
283     "src/third_party/cygwin":
284       "/trunk/deps/third_party/cygwin@231940",
286     "src/third_party/python_26":
287       "/trunk/tools/third_party/python_26@89111",
289     "src/third_party/psyco_win32":
290       "/trunk/deps/third_party/psyco_win32@237949",
292     "src/third_party/bison":
293       "/trunk/deps/third_party/bison@147303",
295     "src/third_party/gperf":
296       "/trunk/deps/third_party/gperf@147304",
298     "src/third_party/perl":
299       "/trunk/deps/third_party/perl@147900",
301     "src/third_party/lighttpd":
302       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
304     # Chrome Frame related deps
305     "src/third_party/xulrunner-sdk":
306       "/trunk/deps/third_party/xulrunner-sdk@119756",
307     "src/chrome_frame/tools/test/reference_build/chrome_win":
308       "/trunk/deps/reference_builds/chrome_win@89574",
310     # Parses Windows PE/COFF executable format.
311     "src/third_party/pefile":
312       (Var("googlecode_url") % "pefile") + "/trunk@63",
314     # NSS, for SSLClientSocketNSS.
315     "src/third_party/nss":
316       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
318     "src/third_party/swig/win":
319       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
321     # GNU binutils assembler for x86-32.
322     "src/third_party/gnu_binutils":
323       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
324        Var("nacl_tools_revision")),
325     # GNU binutils assembler for x86-64.
326     "src/third_party/mingw-w64/mingw/bin":
327       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
328        Var("nacl_tools_revision")),
330     # Dependencies used by libjpeg-turbo
331     "src/third_party/yasm/binaries":
332       "/trunk/deps/third_party/yasm/binaries@154708",
334     # Binary level profile guided optimizations. This points to the
335     # latest release binaries for the toolchain.
336     "src/third_party/syzygy/binaries":
337       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1909",
339     # Binaries for nacl sdk.
340     "src/third_party/nacl_sdk_binaries":
341       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
342   },
343   "ios": {
344     "src/third_party/GTM":
345       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
346       Var("gtm_revision"),
348     "src/third_party/nss":
349       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
351     # class-dump utility to generate header files for undocumented SDKs
352     "src/testing/iossim/third_party/class-dump":
353       "/trunk/deps/third_party/class-dump@199203",
355     # Code that's not needed due to not building everything
356     "src/build/util/support": None,
357     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
358     "src/chrome/test/data/perf/canvas_bench": None,
359     "src/chrome/test/data/perf/frame_rate/content": None,
360     "src/chrome/test/data/perf/third_party/octane": None,
361     "src/media/cdm/ppapi/api": None,
362     "src/native_client": None,
363     "src/native_client/src/third_party/ppapi": None,
364     "src/third_party/angle": None,
365     "src/third_party/angle_dx11": None,
366     "src/third_party/bidichecker": None,
367     "src/third_party/cld_2/src": None,
368     "src/third_party/ffmpeg": None,
369     "src/third_party/hunspell_dictionaries": None,
370     "src/third_party/hunspell": None,
371     "src/third_party/libaddressinput/src/cpp": None,
372     "src/third_party/libaddressinput/src/testdata": None,
373     "src/third_party/libexif/sources": None,
374     "src/third_party/libjpeg_turbo": None,
375     "src/third_party/libsrtp": None,
376     "src/third_party/libvpx": None,
377     "src/third_party/libyuv": None,
378     "src/third_party/mesa/src": None,
379     "src/third_party/opus/src": None,
380     "src/third_party/openmax_dl": None,
381     "src/third_party/ots": None,
382     "src/third_party/pymox/src": None,
383     "src/third_party/safe_browsing/testing": None,
384     "src/third_party/scons-2.0.1": None,
385     "src/third_party/sfntly/cpp/src": None,
386     "src/third_party/smhasher/src": None,
387     "src/third_party/swig/Lib": None,
388     "src/third_party/undoview": None,
389     "src/third_party/usrsctp/usrsctplib": None,
390     "src/third_party/v8-i18n": None,
391     "src/third_party/webdriver/pylib": None,
392     "src/third_party/webgl": None,
393     "src/third_party/webpagereplay": None,
394     "src/third_party/webrtc": None,
395     "src/third_party/yasm/source/patched-yasm": None,
396     "src/tools/page_cycler/acid3": None,
397     "src/v8": None,
398   },
399   "mac": {
400     "src/chrome/tools/test/reference_build/chrome_mac":
401       "/trunk/deps/reference_builds/chrome_mac@237381",
403     "src/third_party/GTM":
404       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
405       Var("gtm_revision"),
406     "src/third_party/pdfsqueeze":
407       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
408     "src/third_party/lighttpd":
409       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
411     "src/third_party/swig/mac":
412       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
414     # NSS, for SSLClientSocketNSS.
415     "src/third_party/nss":
416       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
418     "src/chrome/installer/mac/third_party/xz/xz":
419       "/trunk/deps/third_party/xz@233311",
420   },
421   "unix": {
422     # Linux, really.
423     "src/chrome/tools/test/reference_build/chrome_linux":
424       "/trunk/deps/reference_builds/chrome_linux64@237381",
426     "src/third_party/xdg-utils":
427       "/trunk/deps/third_party/xdg-utils@203785",
429     "src/third_party/swig/linux":
430       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
432     "src/third_party/lss":
433       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
434        Var("lss_revision")),
436     "src/third_party/openssl":
437       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
439     "src/third_party/gold":
440       "/trunk/deps/third_party/gold@228995",
442     "src/third_party/libmtp":
443       "/trunk/deps/third_party/libmtp@206535",
445     # Used on Linux only. CrOS already has a copy.
446     "src/third_party/mtpd/source":
447       Var("chromiumos_git") + "/platform/mtpd.git" +
448       "@5be739c938a0a229ba9479b00b180e1f9c843e81",
450     # Used on Linux only. CrOS already has a copy.
451     "src/third_party/cros_dbus_cplusplus/source":
452       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
453       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
455     # For Linux and Chromium OS.
456     "src/third_party/cros_system_api":
457       Var("chromiumos_git") + "/platform/system_api.git" +
458       "@e67a489bdcde04fc5a6274bc7b531fb6652cb0d3",
460     # Note that this is different from Android's freetype repo.
461     "src/third_party/freetype2/src":
462       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
463       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
465     # Build tools for targeting ChromeOS.
466     "src/third_party/chromite":
467       Var("chromiumos_git") + "/chromite.git" +
468       "@cbdd21c5ea76aa93ba4619a6d253697765f4de1f",
470     # Dependency of chromite.git.
471     "src/third_party/pyelftools":
472       Var("chromiumos_git") + "/third_party/pyelftools.git" +
473       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
475     "src/third_party/undoview":
476       "/trunk/deps/third_party/undoview@119694",
478     "src/third_party/liblouis/src":
479       Var("chromium_git") +
480       "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
482   },
483   "android": {
484     "src/third_party/android_tools":
485       Var("chromium_git") + "/android_tools.git" +
486       "@25cf2d85072b06f78956ecaacd564ef56a054d65",
488     "src/third_party/aosp":
489       "/trunk/deps/third_party/aosp@148330",
491     "src/third_party/apache-mime4j":
492       "/trunk/deps/third_party/apache-mime4j@170888",
494     "src/third_party/findbugs":
495       "/trunk/deps/third_party/findbugs@163586",
497     "src/third_party/freetype":
498       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
499       "@e3b631da8034f7c6ecc6d809cd9e46d306215c32",
501     "src/third_party/guava/src":
502       Var("chromium_git") + "/external/guava-libraries.git" +
503       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
505     "src/third_party/httpcomponents-client":
506       "/trunk/deps/third_party/httpcomponents-client@170888",
508     "src/third_party/httpcomponents-core":
509       "/trunk/deps/third_party/httpcomponents-core@170888",
511     "src/third_party/jarjar":
512       "/trunk/deps/third_party/jarjar@170888",
514     "src/third_party/jsr-305/src":
515       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
517     "src/third_party/lss":
518       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
519        Var("lss_revision")),
521     "src/third_party/openssl":
522       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
524     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
525       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
527     # Android shouldn't use this address validation library.
528     "src/third_party/libaddressinput/src/cpp": None,
529     "src/third_party/libaddressinput/src/testdata": None,
530   },
534 include_rules = [
535   # Everybody can use some things.
536   "+base",
537   "+build",
538   "+ipc",
540   # Everybody can use headers generated by tools/generate_library_loader.
541   "+library_loaders",
543   "+testing",
544   "+third_party/icu/source/common/unicode",
545   "+third_party/icu/source/i18n/unicode",
546   "+url",
550 # checkdeps.py shouldn't check include paths for files in these dirs:
551 skip_child_includes = [
552   "breakpad",
553   "chrome_frame",
554   "delegate_execute",
555   "metro_driver",
556   "native_client_sdk",
557   "o3d",
558   "pdf",
559   "sdch",
560   "skia",
561   "testing",
562   "third_party",
563   "v8",
564   "win8",
568 hooks = [
569   {
570     # This downloads binaries for Native Client's newlib toolchain.
571     # Done in lieu of building the toolchain from scratch as it can take
572     # anywhere from 30 minutes to 4 hours depending on platform to build.
573     "name": "nacltools",
574     "pattern": ".",
575     "action": [
576         "python", "src/build/download_nacl_toolchains.py",
577          "--no-arm-trusted",
578          "--keep",
579     ],
580   },
581   {
582     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
583     # at about the same rate that the chrome build deps change.
584     # This script is a no-op except for linux users who have
585     # target_arch=arm in their GYP_DEFINES.
586     "name": "sysroot",
587     "pattern": ".",
588     "action": ["python", "src/build/linux/install-arm-sysroot.py",
589                "--linux-only"],
590   },
591   {
592     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
593     # This sysroot updates at about the same rate that the chrome build deps
594     # change. This script is a no-op except for linux users who are doing
595     # official chrome builds.
596     "name": "sysroot",
597     "pattern": ".",
598     "action": [
599         "python",
600         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
601         "--linux-only",
602         "--arch=amd64"],
603   },
604   {
605     # Same as above, but for 32-bit Linux.
606     "name": "sysroot",
607     "pattern": ".",
608     "action": [
609         "python",
610         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
611         "--linux-only",
612         "--arch=i386"],
613   },
614   {
615     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
616     # zero seconds to run. If something changed, it downloads a prebuilt clang,
617     # which takes ~20s, but clang speeds up builds by more than 20s.
618     "name": "clang",
619     "pattern": ".",
620     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
621   },
622   {
623     # Update the cygwin mount on Windows.
624     "name": "cygwin",
625     "pattern": ".",
626     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
627   },
628   {
629     # Update LASTCHANGE. This is also run by export_tarball.py in
630     # src/tools/export_tarball - please keep them in sync.
631     "name": "lastchange",
632     "pattern": ".",
633     "action": ["python", "src/build/util/lastchange.py",
634                "-o", "src/build/util/LASTCHANGE"],
635   },
636   {
637     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
638     # src/tools/export_tarball - please keep them in sync.
639     "name": "lastchange",
640     "pattern": ".",
641     "action": ["python", "src/build/util/lastchange.py",
642                "-s", "src/third_party/WebKit",
643                "-o", "src/build/util/LASTCHANGE.blink"],
644   },
645   # Pull GN binaries. This needs to be before running GYP below.
646   {
647     "name": "gn_win",
648     "pattern": "src/tools/gn/bin/win/gn.exe.sha1",
649     "action": [ "download_from_google_storage",
650                 "--no_resume",
651                 "--platform=win32",
652                 "--no_auth",
653                 "--bucket", "chromium-gn",
654                 "-s", "src/tools/gn/bin/win/gn.exe.sha1",
655     ],
656   },
657   {
658     "name": "gn_mac",
659     "pattern": "src/tools/gn/bin/mac/gn.sha1",
660     "action": [ "download_from_google_storage",
661                 "--no_resume",
662                 "--platform=darwin",
663                 "--no_auth",
664                 "--bucket", "chromium-gn",
665                 "-s", "src/tools/gn/bin/mac/gn.sha1",
666     ],
667   },
668   {
669     "name": "gn_linux",
670     "pattern": "src/tools/gn/bin/linux/gn.sha1",
671     "action": [ "download_from_google_storage",
672                 "--no_resume",
673                 "--platform=linux*",
674                 "--no_auth",
675                 "--bucket", "chromium-gn",
676                 "-s", "src/tools/gn/bin/linux/gn.sha1",
677     ],
678   },
679   {
680     "name": "gn_linux32",
681     "pattern": "src/tools/gn/bin/linux/gn32.sha1",
682     "action": [ "download_from_google_storage",
683                 "--no_resume",
684                 "--platform=linux*",
685                 "--no_auth",
686                 "--bucket", "chromium-gn",
687                 "-s", "src/tools/gn/bin/linux/gn32.sha1",
688     ],
689   },
690   {
691     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
692     "name": "gyp",
693     "pattern": ".",
694     "action": ["python", "src/build/gyp_chromium"],
695   },
696   {
697     # Check for landmines (reasons to clobber the build).
698     "name": "landmines",
699     "pattern": ".",
700     "action": ["python", "src/build/landmines.py"],
701   },