Updated Khronos GLES2 headers.
[chromium-blink-merge.git] / DEPS
blob61a814b68dc9f5ead4ed9102c57cb1e9ea4e1694
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": "164085",
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": "12558",
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   "google_toolbox_for_mac_revision": "616",
32   "libaddressinput_revision": "176",
33   "libphonenumber_revision": "621",
34   "libvpx_revision": "241571",
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": "241347",
40   "ffmpeg_hash": "a42d8cbb4010bfabc7f9fe4c4b21aef9de39533f",
42   "sfntly_revision": "228",
43   "lighttpd_revision": "33737",
44   "skia_revision": "12758",
45   "skia_hash": "9ebad0d1562d99637665f74b929abacc6d88a778",
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": "18330",
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@1262",
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@919",
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@240938",
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/google_toolbox_for_mac/src":
345       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
346       Var("google_toolbox_for_mac_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/google_toolbox_for_mac/src":
403       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
404       Var("google_toolbox_for_mac_revision"),
406     "src/third_party/pdfsqueeze":
407       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
409     "src/third_party/lighttpd":
410       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
412     "src/third_party/swig/mac":
413       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
415     # NSS, for SSLClientSocketNSS.
416     "src/third_party/nss":
417       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
419     "src/chrome/installer/mac/third_party/xz/xz":
420       "/trunk/deps/third_party/xz@233311",
421   },
422   "unix": {
423     # Linux, really.
424     "src/chrome/tools/test/reference_build/chrome_linux":
425       "/trunk/deps/reference_builds/chrome_linux64@237381",
427     "src/third_party/xdg-utils":
428       "/trunk/deps/third_party/xdg-utils@203785",
430     "src/third_party/swig/linux":
431       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
433     "src/third_party/lss":
434       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
435        Var("lss_revision")),
437     "src/third_party/openssl":
438       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
440     "src/third_party/gold":
441       "/trunk/deps/third_party/gold@228995",
443     "src/third_party/libmtp":
444       "/trunk/deps/third_party/libmtp@206535",
446     # Used on Linux only. CrOS already has a copy.
447     "src/third_party/mtpd/source":
448       Var("chromiumos_git") + "/platform/mtpd.git" +
449       "@5be739c938a0a229ba9479b00b180e1f9c843e81",
451     # Used on Linux only. CrOS already has a copy.
452     "src/third_party/cros_dbus_cplusplus/source":
453       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
454       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
456     # For Linux and Chromium OS.
457     "src/third_party/cros_system_api":
458       Var("chromiumos_git") + "/platform/system_api.git" +
459       "@cfa23a554dcb262bfac10f9f5ac624d26c8c4e38",
461     # Note that this is different from Android's freetype repo.
462     "src/third_party/freetype2/src":
463       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
464       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
466     # Build tools for targeting ChromeOS.
467     "src/third_party/chromite":
468       Var("chromiumos_git") + "/chromite.git" +
469       "@cbdd21c5ea76aa93ba4619a6d253697765f4de1f",
471     # Dependency of chromite.git.
472     "src/third_party/pyelftools":
473       Var("chromiumos_git") + "/third_party/pyelftools.git" +
474       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
476     "src/third_party/undoview":
477       "/trunk/deps/third_party/undoview@119694",
479     "src/third_party/liblouis/src":
480       Var("chromium_git") +
481       "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
483   },
484   "android": {
485     "src/third_party/android_tools":
486       Var("chromium_git") + "/android_tools.git" +
487       "@25cf2d85072b06f78956ecaacd564ef56a054d65",
489     "src/third_party/aosp":
490       "/trunk/deps/third_party/aosp@148330",
492     "src/third_party/apache-mime4j":
493       "/trunk/deps/third_party/apache-mime4j@170888",
495     "src/third_party/findbugs":
496       "/trunk/deps/third_party/findbugs@163586",
498     "src/third_party/freetype":
499       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
500       "@e3b631da8034f7c6ecc6d809cd9e46d306215c32",
502     "src/third_party/guava/src":
503       Var("chromium_git") + "/external/guava-libraries.git" +
504       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
506     "src/third_party/httpcomponents-client":
507       "/trunk/deps/third_party/httpcomponents-client@170888",
509     "src/third_party/httpcomponents-core":
510       "/trunk/deps/third_party/httpcomponents-core@170888",
512     "src/third_party/jarjar":
513       "/trunk/deps/third_party/jarjar@170888",
515     "src/third_party/jsr-305/src":
516       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
518     "src/third_party/lss":
519       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
520        Var("lss_revision")),
522     "src/third_party/openssl":
523       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
525     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
526       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
528     # Android shouldn't use this address validation library.
529     "src/third_party/libaddressinput/src/cpp": None,
530     "src/third_party/libaddressinput/src/testdata": None,
531   },
535 include_rules = [
536   # Everybody can use some things.
537   "+base",
538   "+build",
539   "+ipc",
541   # Everybody can use headers generated by tools/generate_library_loader.
542   "+library_loaders",
544   "+testing",
545   "+third_party/icu/source/common/unicode",
546   "+third_party/icu/source/i18n/unicode",
547   "+url",
551 # checkdeps.py shouldn't check include paths for files in these dirs:
552 skip_child_includes = [
553   "breakpad",
554   "chrome_frame",
555   "delegate_execute",
556   "metro_driver",
557   "native_client_sdk",
558   "o3d",
559   "pdf",
560   "sdch",
561   "skia",
562   "testing",
563   "third_party",
564   "v8",
565   "win8",
569 hooks = [
570   {
571     # This downloads binaries for Native Client's newlib toolchain.
572     # Done in lieu of building the toolchain from scratch as it can take
573     # anywhere from 30 minutes to 4 hours depending on platform to build.
574     "name": "nacltools",
575     "pattern": ".",
576     "action": [
577         "python", "src/build/download_nacl_toolchains.py",
578          "--no-arm-trusted",
579          "--keep",
580     ],
581   },
582   {
583     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
584     # at about the same rate that the chrome build deps change.
585     # This script is a no-op except for linux users who have
586     # target_arch=arm in their GYP_DEFINES.
587     "name": "sysroot",
588     "pattern": ".",
589     "action": ["python", "src/build/linux/install-arm-sysroot.py",
590                "--linux-only"],
591   },
592   {
593     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
594     # This sysroot updates at about the same rate that the chrome build deps
595     # change. This script is a no-op except for linux users who are doing
596     # official chrome builds.
597     "name": "sysroot",
598     "pattern": ".",
599     "action": [
600         "python",
601         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
602         "--linux-only",
603         "--arch=amd64"],
604   },
605   {
606     # Same as above, but for 32-bit Linux.
607     "name": "sysroot",
608     "pattern": ".",
609     "action": [
610         "python",
611         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
612         "--linux-only",
613         "--arch=i386"],
614   },
615   {
616     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
617     # zero seconds to run. If something changed, it downloads a prebuilt clang,
618     # which takes ~20s, but clang speeds up builds by more than 20s.
619     "name": "clang",
620     "pattern": ".",
621     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
622   },
623   {
624     # Update the cygwin mount on Windows.
625     "name": "cygwin",
626     "pattern": ".",
627     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
628   },
629   {
630     # Update LASTCHANGE. This is also run by export_tarball.py in
631     # src/tools/export_tarball - please keep them in sync.
632     "name": "lastchange",
633     "pattern": ".",
634     "action": ["python", "src/build/util/lastchange.py",
635                "-o", "src/build/util/LASTCHANGE"],
636   },
637   {
638     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
639     # src/tools/export_tarball - please keep them in sync.
640     "name": "lastchange",
641     "pattern": ".",
642     "action": ["python", "src/build/util/lastchange.py",
643                "-s", "src/third_party/WebKit",
644                "-o", "src/build/util/LASTCHANGE.blink"],
645   },
646   # Pull GN binaries. This needs to be before running GYP below.
647   {
648     "name": "gn_win",
649     "pattern": "src/tools/gn/bin/win/gn.exe.sha1",
650     "action": [ "download_from_google_storage",
651                 "--no_resume",
652                 "--platform=win32",
653                 "--no_auth",
654                 "--bucket", "chromium-gn",
655                 "-s", "src/tools/gn/bin/win/gn.exe.sha1",
656     ],
657   },
658   {
659     "name": "gn_mac",
660     "pattern": "src/tools/gn/bin/mac/gn.sha1",
661     "action": [ "download_from_google_storage",
662                 "--no_resume",
663                 "--platform=darwin",
664                 "--no_auth",
665                 "--bucket", "chromium-gn",
666                 "-s", "src/tools/gn/bin/mac/gn.sha1",
667     ],
668   },
669   {
670     "name": "gn_linux",
671     "pattern": "src/tools/gn/bin/linux/gn.sha1",
672     "action": [ "download_from_google_storage",
673                 "--no_resume",
674                 "--platform=linux*",
675                 "--no_auth",
676                 "--bucket", "chromium-gn",
677                 "-s", "src/tools/gn/bin/linux/gn.sha1",
678     ],
679   },
680   {
681     "name": "gn_linux32",
682     "pattern": "src/tools/gn/bin/linux/gn32.sha1",
683     "action": [ "download_from_google_storage",
684                 "--no_resume",
685                 "--platform=linux*",
686                 "--no_auth",
687                 "--bucket", "chromium-gn",
688                 "-s", "src/tools/gn/bin/linux/gn32.sha1",
689     ],
690   },
691   {
692     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
693     "name": "gyp",
694     "pattern": ".",
695     "action": ["python", "src/build/gyp_chromium"],
696   },
697   {
698     # Check for landmines (reasons to clobber the build).
699     "name": "landmines",
700     "pattern": ".",
701     "action": ["python", "src/build/landmines.py"],
702   },