[rAC, OSX] Cleanup: Separate out WindowController
[chromium-blink-merge.git] / DEPS
blob38892e00732e4db518d6af3a73804cf7ffc0227a
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": "162401",
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": "12372",
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   # TODO(rouslan): Get security approval when including more of the code.
34   "libaddressinput_revision": "146",
36   "libphonenumber_revision": "621",
37   "libvpx_revision": "232686",
38   "lss_revision": "24",
40   # These two FFmpeg variables must be updated together.  One is used for SVN
41   # checkouts and the other for Git checkouts.
42   "ffmpeg_revision": "234251",
43   "ffmpeg_hash": "0889dced5e40025c2ed0efd8e9e5e46e59d39c22",
45   "sfntly_revision": "228",
46   "lighttpd_revision": "33737",
47   "skia_revision": "12308",
48   "skia_hash": "10822c6daabf836f73e468003787d11bf33aba66",
49   # Three lines of non-changing comments so that
50   # the commit queue can handle CLs rolling Skia
51   # and V8 without interference from each other.
52   "v8_revision": "17897",
53   # Three lines of non-changing comments so that
54   # the commit queue can handle CLs rolling WebRTC
55   # and V8 without interference from each other.
56   "webrtc_revision": "5122",
57   "jsoncpp_revision": "248",
58   "nss_revision": "235242",
59   # Three lines of non-changing comments so that
60   # the commit queue can handle CLs rolling swarming_client
61   # and whatever else without interference from each other.
62   "swarming_revision": "e98b112accc431dd4f896d356856c0ffb53b2be2",
63   # Three lines of non-changing comments so that
64   # the commit queue can handle CLs rolling openssl
65   # and whatever else without interference from each other.
66   "openssl_revision": "235797",
69 deps = {
70   "src/breakpad/src":
71     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1233",
73   "src/sdch/open-vcdiff":
74     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
76   "src/testing/gtest":
77     (Var("googlecode_url") % "googletest") + "/trunk@643",
79   "src/testing/gmock":
80     (Var("googlecode_url") % "googlemock") + "/trunk@410",
82   "src/third_party/angle":
83     Var("chromium_git") +
84     "/angle/angle.git@a60e0805721f62c28a55faf2df74472cc5fc91fc",
86   "src/third_party/angle_dx11":
87     Var("chromium_git") +
88     "/external/angle.git@a60e0805721f62c28a55faf2df74472cc5fc91fc",
90   "src/third_party/trace-viewer":
91     (Var("googlecode_url") % "trace-viewer") + "/trunk@1057",
93   "src/third_party/WebKit":
94     Var("webkit_trunk") + "@" + Var("webkit_revision"),
96   "src/third_party/icu":
97     "/trunk/deps/third_party/icu46@228516",
99   "src/third_party/libexif/sources":
100     "/trunk/deps/third_party/libexif/sources@146817",
102   "src/third_party/hunspell":
103    "/trunk/deps/third_party/hunspell@206172",
105   "src/third_party/hunspell_dictionaries":
106     "/trunk/deps/third_party/hunspell_dictionaries@193701",
108   "src/third_party/safe_browsing/testing":
109     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
111   "src/third_party/cacheinvalidation/src":
112     (Var("googlecode_url") % "google-cache-invalidation-api") +
113     "/trunk/src@313",
115   "src/third_party/leveldatabase/src":
116     (Var("googlecode_url") % "leveldb") + "/trunk@77",
118   "src/third_party/snappy/src":
119     (Var("googlecode_url") % "snappy") + "/trunk@80",
121   "src/tools/grit":
122     (Var("googlecode_url") % "grit-i18n") + "/trunk@138",
124   "src/tools/gyp":
125     (Var("googlecode_url") % "gyp") + "/trunk@1785",
127   "src/tools/swarming_client":
128     Var("chromium_git") + "/external/swarming.client.git@" +
129         Var("swarming_revision"),
131   "src/v8":
132     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
134   "src/native_client":
135     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
137   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
138     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
139     Var("nacl_revision"),
141   "src/third_party/sfntly/cpp/src":
142     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
143     Var("sfntly_revision"),
145   "src/third_party/skia/src":
146     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
148   "src/third_party/skia/gyp":
149     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
151   "src/third_party/skia/include":
152     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
154   "src/third_party/ots":
155     (Var("googlecode_url") % "ots") + "/trunk@107",
157   "src/tools/page_cycler/acid3":
158     "/trunk/deps/page_cycler/acid3@171600",
160   "src/chrome/test/data/perf/canvas_bench":
161     "/trunk/deps/canvas_bench@122605",
163   "src/chrome/test/data/perf/frame_rate/content":
164     "/trunk/deps/frame_rate/content@93671",
166   "src/chrome/test/data/perf/third_party/octane":
167     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
169   "src/third_party/bidichecker":
170     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
172   "src/third_party/webgl_conformance":
173     "/trunk/deps/third_party/webgl/sdk/tests@230853",
175   "src/third_party/swig/Lib":
176     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
178   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
179   "src/third_party/webdriver/pylib":
180     (Var("googlecode_url") % "selenium") + "/trunk/py@18337",
182   "src/third_party/libvpx":
183     "/trunk/deps/third_party/libvpx@" +
184     Var("libvpx_revision"),
186   "src/third_party/ffmpeg":
187     "/trunk/deps/third_party/ffmpeg@" +
188     Var("ffmpeg_revision"),
190   "src/third_party/libjingle/source/talk":
191     (Var("googlecode_url") % "webrtc") + "/stable/talk@" +
192     Var("webrtc_revision"),
194   "src/third_party/usrsctp/usrsctplib":
195     (Var("googlecode_url") % "sctp-refimpl") +
196     "/trunk/KERN/usrsctp/usrsctplib@8603",
198   "src/third_party/libsrtp":
199     "/trunk/deps/third_party/libsrtp@214783",
201   "src/third_party/speex":
202     "/trunk/deps/third_party/speex@198168",
204   "src/third_party/yasm/source/patched-yasm":
205     "/trunk/deps/third_party/yasm/patched-yasm@167605",
207   "src/third_party/libjpeg_turbo":
208     "/trunk/deps/third_party/libjpeg_turbo@228394",
210   "src/third_party/flac":
211     "/trunk/deps/third_party/flac@222897",
213   "src/third_party/pyftpdlib/src":
214     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
216   "src/third_party/scons-2.0.1":
217     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
218         Var("nacl_tools_revision"),
220   "src/third_party/webrtc":
221     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
223   "src/third_party/openmax_dl":
224     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@5124",
226   "src/third_party/jsoncpp/source/include":
227     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
228         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
230   "src/third_party/jsoncpp/source/src/lib_json":
231     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
232         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
234   "src/third_party/libyuv":
235     (Var("googlecode_url") % "libyuv") + "/trunk@723",
237   "src/third_party/smhasher/src":
238     (Var("googlecode_url") % "smhasher") + "/trunk@149",
240   "src/third_party/libaddressinput/src/cpp":
241     (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" +
242         Var("libaddressinput_revision"),
243   "src/third_party/libaddressinput/src/testdata":
244     (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" +
245         Var("libaddressinput_revision"),
247   "src/third_party/libphonenumber/src/phonenumbers":
248     (Var("googlecode_url") % "libphonenumber") +
249         "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
250   "src/third_party/libphonenumber/src/test":
251     (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
252         Var("libphonenumber_revision"),
253   "src/third_party/libphonenumber/src/resources":
254     (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
255         Var("libphonenumber_revision"),
257   "src/tools/deps2git":
258     "/trunk/tools/deps2git@234015",
260   "src/third_party/webpagereplay":
261     (Var("googlecode_url") % "web-page-replay") + "/trunk@528",
263   "src/third_party/pywebsocket/src":
264     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
266   "src/third_party/opus/src":
267     "/trunk/deps/third_party/opus@185324",
269   "src/media/cdm/ppapi/api":
270     "/trunk/deps/cdm@232829",
272   "src/third_party/mesa/src":
273     "/trunk/deps/third_party/mesa@229994",
275   "src/third_party/cld_2/src":
276     (Var("googlecode_url") % "cld2") + "/trunk@84",
280 deps_os = {
281   "win": {
282     "src/chrome/tools/test/reference_build/chrome_win":
283       "/trunk/deps/reference_builds/chrome_win@221746",
285     "src/third_party/cygwin":
286       "/trunk/deps/third_party/cygwin@231940",
288     "src/third_party/python_26":
289       "/trunk/tools/third_party/python_26@89111",
291     "src/third_party/psyco_win32":
292       "/trunk/deps/third_party/psyco_win32@79861",
294     "src/third_party/bison":
295       "/trunk/deps/third_party/bison@147303",
297     "src/third_party/gperf":
298       "/trunk/deps/third_party/gperf@147304",
300     "src/third_party/perl":
301       "/trunk/deps/third_party/perl@147900",
303     "src/third_party/lighttpd":
304       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
306     # Chrome Frame related deps
307     "src/third_party/xulrunner-sdk":
308       "/trunk/deps/third_party/xulrunner-sdk@119756",
309     "src/chrome_frame/tools/test/reference_build/chrome_win":
310       "/trunk/deps/reference_builds/chrome_win@89574",
312     # Parses Windows PE/COFF executable format.
313     "src/third_party/pefile":
314       (Var("googlecode_url") % "pefile") + "/trunk@63",
316     # NSS, for SSLClientSocketNSS.
317     "src/third_party/nss":
318       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
320     "src/third_party/swig/win":
321       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
323     # GNU binutils assembler for x86-32.
324     "src/third_party/gnu_binutils":
325       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
326        Var("nacl_tools_revision")),
327     # GNU binutils assembler for x86-64.
328     "src/third_party/mingw-w64/mingw/bin":
329       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
330        Var("nacl_tools_revision")),
332     # Dependencies used by libjpeg-turbo
333     "src/third_party/yasm/binaries":
334       "/trunk/deps/third_party/yasm/binaries@154708",
336     # Binary level profile guided optimizations. This points to the
337     # latest release binaries for the toolchain.
338     "src/third_party/syzygy/binaries":
339       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1899",
341     # Binaries for nacl sdk.
342     "src/third_party/nacl_sdk_binaries":
343       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
344   },
345   "ios": {
346     "src/third_party/GTM":
347       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
348       Var("gtm_revision"),
350     "src/third_party/nss":
351       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
353     # class-dump utility to generate header files for undocumented SDKs
354     "src/testing/iossim/third_party/class-dump":
355       "/trunk/deps/third_party/class-dump@199203",
357     # Code that's not needed due to not building everything
358     "src/build/util/support": None,
359     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
360     "src/chrome/test/data/perf/canvas_bench": None,
361     "src/chrome/test/data/perf/frame_rate/content": None,
362     "src/chrome/test/data/perf/third_party/octane": None,
363     "src/media/cdm/ppapi/api": None,
364     "src/native_client": None,
365     "src/native_client/src/third_party/ppapi": None,
366     "src/third_party/angle": None,
367     "src/third_party/angle_dx11": None,
368     "src/third_party/bidichecker": None,
369     "src/third_party/cld_2/src": None,
370     "src/third_party/ffmpeg": None,
371     "src/third_party/hunspell_dictionaries": None,
372     "src/third_party/hunspell": None,
373     "src/third_party/libaddressinput/src/cpp": None,
374     "src/third_party/libaddressinput/src/testdata": None,
375     "src/third_party/libexif/sources": None,
376     "src/third_party/libjpeg_turbo": None,
377     "src/third_party/libsrtp": None,
378     "src/third_party/libvpx": None,
379     "src/third_party/libyuv": None,
380     "src/third_party/mesa/src": None,
381     "src/third_party/opus/src": None,
382     "src/third_party/openmax_dl": None,
383     "src/third_party/ots": None,
384     "src/third_party/pymox/src": None,
385     "src/third_party/safe_browsing/testing": None,
386     "src/third_party/scons-2.0.1": None,
387     "src/third_party/sfntly/cpp/src": None,
388     "src/third_party/smhasher/src": None,
389     "src/third_party/swig/Lib": None,
390     "src/third_party/undoview": None,
391     "src/third_party/usrsctp/usrsctplib": None,
392     "src/third_party/v8-i18n": None,
393     "src/third_party/webdriver/pylib": None,
394     "src/third_party/webgl_conformance": None,
395     "src/third_party/webpagereplay": None,
396     "src/third_party/webrtc": None,
397     "src/third_party/yasm/source/patched-yasm": None,
398     "src/tools/page_cycler/acid3": None,
399     "src/v8": None,
400   },
401   "mac": {
402     "src/chrome/tools/test/reference_build/chrome_mac":
403       "/trunk/deps/reference_builds/chrome_mac@221746",
405     "src/third_party/GTM":
406       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
407       Var("gtm_revision"),
408     "src/third_party/pdfsqueeze":
409       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
410     "src/third_party/lighttpd":
411       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
413     "src/third_party/swig/mac":
414       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
416     # NSS, for SSLClientSocketNSS.
417     "src/third_party/nss":
418       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
420     "src/chrome/installer/mac/third_party/xz/xz":
421       "/trunk/deps/third_party/xz@233311",
422   },
423   "unix": {
424     # Linux, really.
425     "src/chrome/tools/test/reference_build/chrome_linux":
426       "/trunk/deps/reference_builds/chrome_linux64@232223",
428     "src/third_party/xdg-utils":
429       "/trunk/deps/third_party/xdg-utils@203785",
431     "src/third_party/swig/linux":
432       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
434     "src/third_party/lss":
435       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
436        Var("lss_revision")),
438     "src/third_party/openssl":
439       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
441     "src/third_party/gold":
442       "/trunk/deps/third_party/gold@228995",
444     "src/third_party/libmtp":
445       "/trunk/deps/third_party/libmtp@206535",
447     # Used on Linux only. CrOS already has a copy.
448     "src/third_party/mtpd/source":
449       Var("chromiumos_git") + "/platform/mtpd.git" +
450       "@5be739c938a0a229ba9479b00b180e1f9c843e81",
452     # Used on Linux only. CrOS already has a copy.
453     "src/third_party/cros_dbus_cplusplus/source":
454       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
455       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
457     # For Linux and Chromium OS.
458     "src/third_party/cros_system_api":
459       Var("chromiumos_git") + "/platform/system_api.git" +
460       "@b8d86367208b98613c18aa4b164ef7c637cdbf85",
462     # Note that this is different from Android's freetype repo.
463     "src/third_party/freetype2/src":
464       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
465       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
467     # Build tools for targeting ChromeOS.
468     "src/third_party/chromite":
469       Var("chromiumos_git") + "/chromite.git" +
470       "@cbdd21c5ea76aa93ba4619a6d253697765f4de1f",
472     # Dependency of chromite.git.
473     "src/third_party/pyelftools":
474       Var("chromiumos_git") + "/third_party/pyelftools.git" +
475       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
477     "src/third_party/undoview":
478       "/trunk/deps/third_party/undoview@119694",
480     "src/third_party/liblouis/src":
481       Var("chromium_git") +
482       "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
484   },
485   "android": {
486     "src/third_party/android_tools":
487       Var("chromium_git") + "/android_tools.git" +
488       "@ff871feb88741a524587ed348504c562b733a6f8",
490     "src/third_party/aosp":
491       "/trunk/deps/third_party/aosp@148330",
493     "src/third_party/apache-mime4j":
494       "/trunk/deps/third_party/apache-mime4j@170888",
496     "src/third_party/findbugs":
497       "/trunk/deps/third_party/findbugs@163586",
499     "src/third_party/freetype":
500       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
501       "@e3b631da8034f7c6ecc6d809cd9e46d306215c32",
503     "src/third_party/guava/src":
504       Var("chromium_git") + "/external/guava-libraries.git" +
505       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
507     "src/third_party/httpcomponents-client":
508       "/trunk/deps/third_party/httpcomponents-client@170888",
510     "src/third_party/httpcomponents-core":
511       "/trunk/deps/third_party/httpcomponents-core@170888",
513     "src/third_party/jarjar":
514       "/trunk/deps/third_party/jarjar@170888",
516     "src/third_party/jsr-305/src":
517       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
519     "src/third_party/lss":
520       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
521        Var("lss_revision")),
523     "src/third_party/openssl":
524       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
526     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
527       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
529     # Android shouldn't use this address validation library.
530     "src/third_party/libaddressinput/src/cpp": None,
531     "src/third_party/libaddressinput/src/testdata": None,
532   },
536 include_rules = [
537   # Everybody can use some things.
538   "+base",
539   "+build",
540   "+ipc",
542   # Everybody can use headers generated by tools/generate_library_loader.
543   "+library_loaders",
545   "+testing",
546   "+third_party/icu/source/common/unicode",
547   "+third_party/icu/source/i18n/unicode",
548   "+url",
552 # checkdeps.py shouldn't check include paths for files in these dirs:
553 skip_child_includes = [
554   "breakpad",
555   "chrome_frame",
556   "delegate_execute",
557   "metro_driver",
558   "native_client_sdk",
559   "o3d",
560   "pdf",
561   "sdch",
562   "skia",
563   "testing",
564   "third_party",
565   "v8",
566   "win8",
570 hooks = [
571   {
572     # This downloads binaries for Native Client's newlib toolchain.
573     # Done in lieu of building the toolchain from scratch as it can take
574     # anywhere from 30 minutes to 4 hours depending on platform to build.
575     "name": "nacltools",
576     "pattern": ".",
577     "action": [
578         "python", "src/build/download_nacl_toolchains.py",
579          "--no-arm-trusted",
580          "--keep",
581     ],
582   },
583   {
584     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
585     # at about the same rate that the chrome build deps change.
586     # This script is a no-op except for linux users who have
587     # target_arch=arm in their GYP_DEFINES.
588     "name": "sysroot",
589     "pattern": ".",
590     "action": ["python", "src/build/linux/install-arm-sysroot.py",
591                "--linux-only"],
592   },
593   {
594     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
595     # This sysroot updates at about the same rate that the chrome build deps
596     # change. This script is a no-op except for linux users who are doing
597     # official chrome builds.
598     "name": "sysroot",
599     "pattern": ".",
600     "action": [
601         "python",
602         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
603         "--linux-only",
604         "--arch=amd64"],
605   },
606   {
607     # Same as above, but for 32-bit Linux.
608     "name": "sysroot",
609     "pattern": ".",
610     "action": [
611         "python",
612         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
613         "--linux-only",
614         "--arch=i386"],
615   },
616   {
617     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
618     # zero seconds to run. If something changed, it downloads a prebuilt clang,
619     # which takes ~20s, but clang speeds up builds by more than 20s.
620     "name": "clang",
621     "pattern": ".",
622     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
623   },
624   {
625     # Update the cygwin mount on Windows.
626     "name": "cygwin",
627     "pattern": ".",
628     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
629   },
630   {
631     # Update LASTCHANGE. This is also run by export_tarball.py in
632     # src/tools/export_tarball - please keep them in sync.
633     "name": "lastchange",
634     "pattern": ".",
635     "action": ["python", "src/build/util/lastchange.py",
636                "-o", "src/build/util/LASTCHANGE"],
637   },
638   {
639     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
640     # src/tools/export_tarball - please keep them in sync.
641     "name": "lastchange",
642     "pattern": ".",
643     "action": ["python", "src/build/util/lastchange.py",
644                "-s", "src/third_party/WebKit",
645                "-o", "src/build/util/LASTCHANGE.blink"],
646   },
647   # Pull GN binaries. This needs to be before running GYP below.
648   {
649     "name": "gn_win",
650     "pattern": "src/tools/gn/bin/win/gn.exe.sha1",
651     "action": [ "download_from_google_storage",
652                 "--no_resume",
653                 "--platform=win32",
654                 "--no_auth",
655                 "--bucket", "chromium-gn",
656                 "-s", "src/tools/gn/bin/win/gn.exe.sha1",
657     ],
658   },
659   {
660     "name": "gn_mac",
661     "pattern": "src/tools/gn/bin/mac/gn.sha1",
662     "action": [ "download_from_google_storage",
663                 "--no_resume",
664                 "--platform=darwin",
665                 "--no_auth",
666                 "--bucket", "chromium-gn",
667                 "-s", "src/tools/gn/bin/mac/gn.sha1",
668     ],
669   },
670   {
671     "name": "gn_linux",
672     "pattern": "src/tools/gn/bin/linux/gn.sha1",
673     "action": [ "download_from_google_storage",
674                 "--no_resume",
675                 "--platform=linux*",
676                 "--no_auth",
677                 "--bucket", "chromium-gn",
678                 "-s", "src/tools/gn/bin/linux/gn.sha1",
679     ],
680   },
681   {
682     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
683     "name": "gyp",
684     "pattern": ".",
685     "action": ["python", "src/build/gyp_chromium"],
686   },
687   {
688     # Check for landmines (reasons to clobber the build).
689     "name": "landmines",
690     "pattern": ".",
691     "action": ["python", "src/build/landmines.py"],
692   },