Prevent the browser process from creating duplicate RenderWidgetHosts
[chromium-blink-merge.git] / DEPS
bloba95871faac8c5b8759673888370a8bc55e92f382
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": "12465",
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_conformance":
170     "/trunk/deps/third_party/webgl/sdk/tests@230853",
172   "src/third_party/swig/Lib":
173     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
175   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
176   "src/third_party/webdriver/pylib":
177     (Var("googlecode_url") % "selenium") + "/trunk/py@18337",
179   "src/third_party/libvpx":
180     "/trunk/deps/third_party/libvpx@" +
181     Var("libvpx_revision"),
183   "src/third_party/ffmpeg":
184     "/trunk/deps/third_party/ffmpeg@" +
185     Var("ffmpeg_revision"),
187   "src/third_party/libjingle/source/talk":
188     (Var("googlecode_url") % "webrtc") + "/stable/talk@" +
189     Var("webrtc_revision"),
191   "src/third_party/usrsctp/usrsctplib":
192     (Var("googlecode_url") % "sctp-refimpl") +
193     "/trunk/KERN/usrsctp/usrsctplib@8723",
195   "src/third_party/libsrtp":
196     "/trunk/deps/third_party/libsrtp@214783",
198   "src/third_party/speex":
199     "/trunk/deps/third_party/speex@198168",
201   "src/third_party/yasm/source/patched-yasm":
202     "/trunk/deps/third_party/yasm/patched-yasm@167605",
204   "src/third_party/libjpeg_turbo":
205     "/trunk/deps/third_party/libjpeg_turbo@238478",
207   "src/third_party/flac":
208     "/trunk/deps/third_party/flac@222897",
210   "src/third_party/pyftpdlib/src":
211     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
213   "src/third_party/scons-2.0.1":
214     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
215         Var("nacl_tools_revision"),
217   "src/third_party/webrtc":
218     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
220   "src/third_party/openmax_dl":
221     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@5205",
223   "src/third_party/jsoncpp/source/include":
224     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
225         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
227   "src/third_party/jsoncpp/source/src/lib_json":
228     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
229         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
231   "src/third_party/libyuv":
232     (Var("googlecode_url") % "libyuv") + "/trunk@723",
234   "src/third_party/smhasher/src":
235     (Var("googlecode_url") % "smhasher") + "/trunk@149",
237   "src/third_party/libaddressinput/src/cpp":
238     (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" +
239         Var("libaddressinput_revision"),
240   "src/third_party/libaddressinput/src/testdata":
241     (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" +
242         Var("libaddressinput_revision"),
244   "src/third_party/libphonenumber/src/phonenumbers":
245     (Var("googlecode_url") % "libphonenumber") +
246         "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
247   "src/third_party/libphonenumber/src/test":
248     (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
249         Var("libphonenumber_revision"),
250   "src/third_party/libphonenumber/src/resources":
251     (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
252         Var("libphonenumber_revision"),
254   "src/tools/deps2git":
255     "/trunk/tools/deps2git@236839",
257   "src/third_party/webpagereplay":
258     (Var("googlecode_url") % "web-page-replay") + "/trunk@528",
260   "src/third_party/pywebsocket/src":
261     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
263   "src/third_party/opus/src":
264     "/trunk/deps/third_party/opus@237544",
266   "src/media/cdm/ppapi/api":
267     "/trunk/deps/cdm@237635",
269   "src/third_party/mesa/src":
270     "/trunk/deps/third_party/mesa@229994",
272   "src/third_party/cld_2/src":
273     (Var("googlecode_url") % "cld2") + "/trunk@84",
277 deps_os = {
278   "win": {
279     "src/chrome/tools/test/reference_build/chrome_win":
280       "/trunk/deps/reference_builds/chrome_win@237381",
282     "src/third_party/cygwin":
283       "/trunk/deps/third_party/cygwin@231940",
285     "src/third_party/python_26":
286       "/trunk/tools/third_party/python_26@89111",
288     "src/third_party/psyco_win32":
289       "/trunk/deps/third_party/psyco_win32@237949",
291     "src/third_party/bison":
292       "/trunk/deps/third_party/bison@147303",
294     "src/third_party/gperf":
295       "/trunk/deps/third_party/gperf@147304",
297     "src/third_party/perl":
298       "/trunk/deps/third_party/perl@147900",
300     "src/third_party/lighttpd":
301       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
303     # Chrome Frame related deps
304     "src/third_party/xulrunner-sdk":
305       "/trunk/deps/third_party/xulrunner-sdk@119756",
306     "src/chrome_frame/tools/test/reference_build/chrome_win":
307       "/trunk/deps/reference_builds/chrome_win@89574",
309     # Parses Windows PE/COFF executable format.
310     "src/third_party/pefile":
311       (Var("googlecode_url") % "pefile") + "/trunk@63",
313     # NSS, for SSLClientSocketNSS.
314     "src/third_party/nss":
315       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
317     "src/third_party/swig/win":
318       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
320     # GNU binutils assembler for x86-32.
321     "src/third_party/gnu_binutils":
322       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
323        Var("nacl_tools_revision")),
324     # GNU binutils assembler for x86-64.
325     "src/third_party/mingw-w64/mingw/bin":
326       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
327        Var("nacl_tools_revision")),
329     # Dependencies used by libjpeg-turbo
330     "src/third_party/yasm/binaries":
331       "/trunk/deps/third_party/yasm/binaries@154708",
333     # Binary level profile guided optimizations. This points to the
334     # latest release binaries for the toolchain.
335     "src/third_party/syzygy/binaries":
336       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1909",
338     # Binaries for nacl sdk.
339     "src/third_party/nacl_sdk_binaries":
340       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
341   },
342   "ios": {
343     "src/third_party/GTM":
344       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
345       Var("gtm_revision"),
347     "src/third_party/nss":
348       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
350     # class-dump utility to generate header files for undocumented SDKs
351     "src/testing/iossim/third_party/class-dump":
352       "/trunk/deps/third_party/class-dump@199203",
354     # Code that's not needed due to not building everything
355     "src/build/util/support": None,
356     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
357     "src/chrome/test/data/perf/canvas_bench": None,
358     "src/chrome/test/data/perf/frame_rate/content": None,
359     "src/chrome/test/data/perf/third_party/octane": None,
360     "src/media/cdm/ppapi/api": None,
361     "src/native_client": None,
362     "src/native_client/src/third_party/ppapi": None,
363     "src/third_party/angle": None,
364     "src/third_party/angle_dx11": 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_conformance": 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       "@e67a489bdcde04fc5a6274bc7b531fb6652cb0d3",
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   },