DCHECK() that the source WebContents being passed to Browser::OpenURLInTab() is part...
[chromium-blink-merge.git] / DEPS
blob05c4e440515622b0f9d53f16f3b0b9caef90c73a
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": "163979",
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": "12544",
28   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
29   # to update other nacl_*_revision's.
30   "nacl_tools_revision": "12526",  # native_client/DEPS: tools_rev
31   "gtm_revision": "616",
32   "libaddressinput_revision": "176",
33   "libphonenumber_revision": "621",
34   "libvpx_revision": "240222",
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": "240434",
40   "ffmpeg_hash": "c6c988923be6b8fd1f381522d478813e14505ce2",
42   "sfntly_revision": "228",
43   "lighttpd_revision": "33737",
44   "skia_revision": "12678",
45   "skia_hash": "e132f5031fb700e34af1ea08b575b2c774393047",
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": "5301",
54   "jsoncpp_revision": "248",
55   "nss_revision": "239365",
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": "f89de358c2edb260e0ca8429c16d1037a4ec4fa4",
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@1253",
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/trace-viewer":
84     (Var("googlecode_url") % "trace-viewer") + "/trunk@1069",
86   "src/third_party/WebKit":
87     Var("webkit_trunk") + "@" + Var("webkit_revision"),
89   "src/third_party/icu":
90     "/trunk/deps/third_party/icu46@239289",
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@314",
108   "src/third_party/leveldatabase/src":
109     (Var("googlecode_url") % "leveldb") + "/trunk@78",
111   "src/third_party/snappy/src":
112     (Var("googlecode_url") % "snappy") + "/trunk@80",
114   "src/tools/grit":
115     (Var("googlecode_url") % "grit-i18n") + "/trunk@140",
117   "src/tools/gyp":
118     (Var("googlecode_url") % "gyp") + "/trunk@1806",
120   "src/tools/swarming_client":
121     Var("chromium_git") + "/external/swarming.client.git@" +
122         Var("swarming_revision"),
124   "src/v8":
125     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
127   "src/native_client":
128     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
130   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
131     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
132     Var("nacl_revision"),
134   "src/third_party/sfntly/cpp/src":
135     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
136     Var("sfntly_revision"),
138   "src/third_party/skia/src":
139     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
141   "src/third_party/skia/gyp":
142     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
144   "src/third_party/skia/include":
145     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
147   "src/third_party/ots":
148     (Var("googlecode_url") % "ots") + "/trunk@108",
150   "src/third_party/brotli/src":
151     Var("chromium_git") +
152     "/external/font-compression-reference.git@931479d735e1121548c3b07aec866fd772cc4932",
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@239583",
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@911",
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@241073",
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/bidichecker": None,
366     "src/third_party/cld_2/src": None,
367     "src/third_party/ffmpeg": None,
368     "src/third_party/hunspell_dictionaries": None,
369     "src/third_party/hunspell": None,
370     "src/third_party/libaddressinput/src/cpp": None,
371     "src/third_party/libaddressinput/src/testdata": None,
372     "src/third_party/libexif/sources": None,
373     "src/third_party/libjpeg_turbo": None,
374     "src/third_party/libsrtp": None,
375     "src/third_party/libvpx": None,
376     "src/third_party/libyuv": None,
377     "src/third_party/mesa/src": None,
378     "src/third_party/opus/src": None,
379     "src/third_party/openmax_dl": None,
380     "src/third_party/ots": None,
381     "src/third_party/pymox/src": None,
382     "src/third_party/safe_browsing/testing": None,
383     "src/third_party/scons-2.0.1": None,
384     "src/third_party/sfntly/cpp/src": None,
385     "src/third_party/smhasher/src": None,
386     "src/third_party/swig/Lib": None,
387     "src/third_party/undoview": None,
388     "src/third_party/usrsctp/usrsctplib": None,
389     "src/third_party/v8-i18n": None,
390     "src/third_party/webdriver/pylib": None,
391     "src/third_party/webgl": None,
392     "src/third_party/webpagereplay": None,
393     "src/third_party/webrtc": None,
394     "src/third_party/yasm/source/patched-yasm": None,
395     "src/tools/page_cycler/acid3": None,
396     "src/v8": None,
397   },
398   "mac": {
399     "src/chrome/tools/test/reference_build/chrome_mac":
400       "/trunk/deps/reference_builds/chrome_mac@237381",
402     "src/third_party/GTM":
403       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
404       Var("gtm_revision"),
405     "src/third_party/pdfsqueeze":
406       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
407     "src/third_party/lighttpd":
408       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
410     "src/third_party/swig/mac":
411       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
413     # NSS, for SSLClientSocketNSS.
414     "src/third_party/nss":
415       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
417     "src/chrome/installer/mac/third_party/xz/xz":
418       "/trunk/deps/third_party/xz@233311",
419   },
420   "unix": {
421     # Linux, really.
422     "src/chrome/tools/test/reference_build/chrome_linux":
423       "/trunk/deps/reference_builds/chrome_linux64@237381",
425     "src/third_party/xdg-utils":
426       "/trunk/deps/third_party/xdg-utils@203785",
428     "src/third_party/swig/linux":
429       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
431     "src/third_party/lss":
432       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
433        Var("lss_revision")),
435     "src/third_party/openssl":
436       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
438     "src/third_party/gold":
439       "/trunk/deps/third_party/gold@228995",
441     "src/third_party/libmtp":
442       "/trunk/deps/third_party/libmtp@206535",
444     # Used on Linux only. CrOS already has a copy.
445     "src/third_party/mtpd/source":
446       Var("chromiumos_git") + "/platform/mtpd.git" +
447       "@5be739c938a0a229ba9479b00b180e1f9c843e81",
449     # Used on Linux only. CrOS already has a copy.
450     "src/third_party/cros_dbus_cplusplus/source":
451       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
452       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
454     # For Linux and Chromium OS.
455     "src/third_party/cros_system_api":
456       Var("chromiumos_git") + "/platform/system_api.git" +
457       "@cfa23a554dcb262bfac10f9f5ac624d26c8c4e38",
459     # Note that this is different from Android's freetype repo.
460     "src/third_party/freetype2/src":
461       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
462       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
464     # Build tools for targeting ChromeOS.
465     "src/third_party/chromite":
466       Var("chromiumos_git") + "/chromite.git" +
467       "@cbdd21c5ea76aa93ba4619a6d253697765f4de1f",
469     # Dependency of chromite.git.
470     "src/third_party/pyelftools":
471       Var("chromiumos_git") + "/third_party/pyelftools.git" +
472       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
474     "src/third_party/undoview":
475       "/trunk/deps/third_party/undoview@119694",
477     "src/third_party/liblouis/src":
478       Var("chromium_git") +
479       "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
481   },
482   "android": {
483     "src/third_party/android_tools":
484       Var("chromium_git") + "/android_tools.git" +
485       "@25cf2d85072b06f78956ecaacd564ef56a054d65",
487     "src/third_party/aosp":
488       "/trunk/deps/third_party/aosp@148330",
490     "src/third_party/apache-mime4j":
491       "/trunk/deps/third_party/apache-mime4j@170888",
493     "src/third_party/findbugs":
494       "/trunk/deps/third_party/findbugs@163586",
496     "src/third_party/freetype":
497       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
498       "@e3b631da8034f7c6ecc6d809cd9e46d306215c32",
500     "src/third_party/guava/src":
501       Var("chromium_git") + "/external/guava-libraries.git" +
502       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
504     "src/third_party/httpcomponents-client":
505       "/trunk/deps/third_party/httpcomponents-client@170888",
507     "src/third_party/httpcomponents-core":
508       "/trunk/deps/third_party/httpcomponents-core@170888",
510     "src/third_party/jarjar":
511       "/trunk/deps/third_party/jarjar@170888",
513     "src/third_party/jsr-305/src":
514       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
516     "src/third_party/lss":
517       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
518        Var("lss_revision")),
520     "src/third_party/openssl":
521       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
523     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
524       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
526     # Android shouldn't use this address validation library.
527     "src/third_party/libaddressinput/src/cpp": None,
528     "src/third_party/libaddressinput/src/testdata": None,
529   },
533 include_rules = [
534   # Everybody can use some things.
535   "+base",
536   "+build",
537   "+ipc",
539   # Everybody can use headers generated by tools/generate_library_loader.
540   "+library_loaders",
542   "+testing",
543   "+third_party/icu/source/common/unicode",
544   "+third_party/icu/source/i18n/unicode",
545   "+url",
549 # checkdeps.py shouldn't check include paths for files in these dirs:
550 skip_child_includes = [
551   "breakpad",
552   "chrome_frame",
553   "delegate_execute",
554   "metro_driver",
555   "native_client_sdk",
556   "o3d",
557   "pdf",
558   "sdch",
559   "skia",
560   "testing",
561   "third_party",
562   "v8",
563   "win8",
567 hooks = [
568   {
569     # This downloads binaries for Native Client's newlib toolchain.
570     # Done in lieu of building the toolchain from scratch as it can take
571     # anywhere from 30 minutes to 4 hours depending on platform to build.
572     "name": "nacltools",
573     "pattern": ".",
574     "action": [
575         "python", "src/build/download_nacl_toolchains.py",
576          "--no-arm-trusted",
577          "--keep",
578     ],
579   },
580   {
581     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
582     # at about the same rate that the chrome build deps change.
583     # This script is a no-op except for linux users who have
584     # target_arch=arm in their GYP_DEFINES.
585     "name": "sysroot",
586     "pattern": ".",
587     "action": ["python", "src/build/linux/install-arm-sysroot.py",
588                "--linux-only"],
589   },
590   {
591     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
592     # This sysroot updates at about the same rate that the chrome build deps
593     # change. This script is a no-op except for linux users who are doing
594     # official chrome builds.
595     "name": "sysroot",
596     "pattern": ".",
597     "action": [
598         "python",
599         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
600         "--linux-only",
601         "--arch=amd64"],
602   },
603   {
604     # Same as above, but for 32-bit Linux.
605     "name": "sysroot",
606     "pattern": ".",
607     "action": [
608         "python",
609         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
610         "--linux-only",
611         "--arch=i386"],
612   },
613   {
614     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
615     # zero seconds to run. If something changed, it downloads a prebuilt clang,
616     # which takes ~20s, but clang speeds up builds by more than 20s.
617     "name": "clang",
618     "pattern": ".",
619     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
620   },
621   {
622     # Update the cygwin mount on Windows.
623     "name": "cygwin",
624     "pattern": ".",
625     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
626   },
627   {
628     # Update LASTCHANGE. This is also run by export_tarball.py in
629     # src/tools/export_tarball - please keep them in sync.
630     "name": "lastchange",
631     "pattern": ".",
632     "action": ["python", "src/build/util/lastchange.py",
633                "-o", "src/build/util/LASTCHANGE"],
634   },
635   {
636     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
637     # src/tools/export_tarball - please keep them in sync.
638     "name": "lastchange",
639     "pattern": ".",
640     "action": ["python", "src/build/util/lastchange.py",
641                "-s", "src/third_party/WebKit",
642                "-o", "src/build/util/LASTCHANGE.blink"],
643   },
644   # Pull GN binaries. This needs to be before running GYP below.
645   {
646     "name": "gn_win",
647     "pattern": "src/tools/gn/bin/win/gn.exe.sha1",
648     "action": [ "download_from_google_storage",
649                 "--no_resume",
650                 "--platform=win32",
651                 "--no_auth",
652                 "--bucket", "chromium-gn",
653                 "-s", "src/tools/gn/bin/win/gn.exe.sha1",
654     ],
655   },
656   {
657     "name": "gn_mac",
658     "pattern": "src/tools/gn/bin/mac/gn.sha1",
659     "action": [ "download_from_google_storage",
660                 "--no_resume",
661                 "--platform=darwin",
662                 "--no_auth",
663                 "--bucket", "chromium-gn",
664                 "-s", "src/tools/gn/bin/mac/gn.sha1",
665     ],
666   },
667   {
668     "name": "gn_linux",
669     "pattern": "src/tools/gn/bin/linux/gn.sha1",
670     "action": [ "download_from_google_storage",
671                 "--no_resume",
672                 "--platform=linux*",
673                 "--no_auth",
674                 "--bucket", "chromium-gn",
675                 "-s", "src/tools/gn/bin/linux/gn.sha1",
676     ],
677   },
678   {
679     "name": "gn_linux32",
680     "pattern": "src/tools/gn/bin/linux/gn32.sha1",
681     "action": [ "download_from_google_storage",
682                 "--no_resume",
683                 "--platform=linux*",
684                 "--no_auth",
685                 "--bucket", "chromium-gn",
686                 "-s", "src/tools/gn/bin/linux/gn32.sha1",
687     ],
688   },
689   {
690     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
691     "name": "gyp",
692     "pattern": ".",
693     "action": ["python", "src/build/gyp_chromium"],
694   },
695   {
696     # Check for landmines (reasons to clobber the build).
697     "name": "landmines",
698     "pattern": ".",
699     "action": ["python", "src/build/landmines.py"],
700   },