kiosk: Remove cryptohome migration code.
[chromium-blink-merge.git] / DEPS
blobc0947149140dd552bced246130fe4a27e568a884
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": "161743",
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": "12352",
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": "12182",
48   "skia_hash": "f3db546a4bf1717126a7ba4dd47ece077a6e76f7",
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": "17517",
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": "5104",
57   "jsoncpp_revision": "248",
58   "nss_revision": "233722",
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": "233017",
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@629",
79   "src/testing/gmock":
80     (Var("googlecode_url") % "googlemock") + "/trunk@410",
82   "src/third_party/angle_dx11":
83     Var("chromium_git") +
84     "/external/angle.git@9c318342233f68b915d39c8f1f181b9ef545c4db",
86   "src/third_party/trace-viewer":
87     (Var("googlecode_url") % "trace-viewer") + "/trunk@1057",
89   "src/third_party/WebKit":
90     Var("webkit_trunk") + "@" + Var("webkit_revision"),
92   "src/third_party/icu":
93     "/trunk/deps/third_party/icu46@228516",
95   "src/third_party/libexif/sources":
96     "/trunk/deps/third_party/libexif/sources@146817",
98   "src/third_party/hunspell":
99    "/trunk/deps/third_party/hunspell@206172",
101   "src/third_party/hunspell_dictionaries":
102     "/trunk/deps/third_party/hunspell_dictionaries@193701",
104   "src/third_party/safe_browsing/testing":
105     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
107   "src/third_party/cacheinvalidation/src":
108     (Var("googlecode_url") % "google-cache-invalidation-api") +
109     "/trunk/src@313",
111   "src/third_party/leveldatabase/src":
112     (Var("googlecode_url") % "leveldb") + "/trunk@77",
114   "src/third_party/snappy/src":
115     (Var("googlecode_url") % "snappy") + "/trunk@80",
117   "src/tools/grit":
118     (Var("googlecode_url") % "grit-i18n") + "/trunk@136",
120   "src/tools/gyp":
121     (Var("googlecode_url") % "gyp") + "/trunk@1780",
123   "src/tools/swarming_client":
124     Var("chromium_git") + "/external/swarming.client.git@" +
125         Var("swarming_revision"),
127   "src/v8":
128     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
130   "src/native_client":
131     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
133   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
134     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
135     Var("nacl_revision"),
137   "src/third_party/sfntly/cpp/src":
138     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
139     Var("sfntly_revision"),
141   "src/third_party/skia/src":
142     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
144   "src/third_party/skia/gyp":
145     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
147   "src/third_party/skia/include":
148     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
150   "src/third_party/ots":
151     (Var("googlecode_url") % "ots") + "/trunk@103",
153   "src/tools/page_cycler/acid3":
154     "/trunk/deps/page_cycler/acid3@171600",
156   "src/chrome/test/data/perf/canvas_bench":
157     "/trunk/deps/canvas_bench@122605",
159   "src/chrome/test/data/perf/frame_rate/content":
160     "/trunk/deps/frame_rate/content@93671",
162   "src/chrome/test/data/perf/third_party/octane":
163     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
165   "src/third_party/bidichecker":
166     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
168   "src/third_party/webgl_conformance":
169     "/trunk/deps/third_party/webgl/sdk/tests@230853",
171   "src/third_party/swig/Lib":
172     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
174   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
175   "src/third_party/webdriver/pylib":
176     (Var("googlecode_url") % "selenium") + "/trunk/py@18337",
178   "src/third_party/libvpx":
179     "/trunk/deps/third_party/libvpx@" +
180     Var("libvpx_revision"),
182   "src/third_party/ffmpeg":
183     "/trunk/deps/third_party/ffmpeg@" +
184     Var("ffmpeg_revision"),
186   "src/third_party/libjingle/source/talk":
187     (Var("googlecode_url") % "webrtc") + "/stable/talk@" +
188     Var("webrtc_revision"),
190   "src/third_party/usrsctp/usrsctplib":
191     (Var("googlecode_url") % "sctp-refimpl") +
192     "/trunk/KERN/usrsctp/usrsctplib@8603",
194   "src/third_party/libsrtp":
195     "/trunk/deps/third_party/libsrtp@214783",
197   "src/third_party/speex":
198     "/trunk/deps/third_party/speex@198168",
200   "src/third_party/yasm/source/patched-yasm":
201     "/trunk/deps/third_party/yasm/patched-yasm@167605",
203   "src/third_party/libjpeg_turbo":
204     "/trunk/deps/third_party/libjpeg_turbo@228394",
206   "src/third_party/flac":
207     "/trunk/deps/third_party/flac@222897",
209   "src/third_party/pyftpdlib/src":
210     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
212   "src/third_party/scons-2.0.1":
213     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
214         Var("nacl_tools_revision"),
216   "src/third_party/webrtc":
217     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
219   "src/third_party/openmax_dl":
220     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@4261",
222   "src/third_party/jsoncpp/source/include":
223     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
224         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
226   "src/third_party/jsoncpp/source/src/lib_json":
227     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
228         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
230   "src/third_party/libyuv":
231     (Var("googlecode_url") % "libyuv") + "/trunk@723",
233   "src/third_party/smhasher/src":
234     (Var("googlecode_url") % "smhasher") + "/trunk@149",
236   "src/third_party/libaddressinput/src/cpp":
237     (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" +
238         Var("libaddressinput_revision"),
239   "src/third_party/libaddressinput/src/testdata":
240     (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" +
241         Var("libaddressinput_revision"),
243   "src/third_party/libphonenumber/src/phonenumbers":
244     (Var("googlecode_url") % "libphonenumber") +
245         "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
246   "src/third_party/libphonenumber/src/test":
247     (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
248         Var("libphonenumber_revision"),
249   "src/third_party/libphonenumber/src/resources":
250     (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
251         Var("libphonenumber_revision"),
253   "src/tools/deps2git":
254     "/trunk/tools/deps2git@234015",
256   "src/third_party/webpagereplay":
257     (Var("googlecode_url") % "web-page-replay") + "/trunk@525",
259   "src/third_party/pywebsocket/src":
260     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
262   "src/third_party/opus/src":
263     "/trunk/deps/third_party/opus@185324",
265   "src/media/cdm/ppapi/api":
266     "/trunk/deps/cdm@232829",
268   "src/third_party/mesa/src":
269     "/trunk/deps/third_party/mesa@229994",
271   "src/third_party/cld_2/src":
272     (Var("googlecode_url") % "cld2") + "/trunk@84",
276 deps_os = {
277   "win": {
278     "src/chrome/tools/test/reference_build/chrome_win":
279       "/trunk/deps/reference_builds/chrome_win@221746",
281     "src/third_party/cygwin":
282       "/trunk/deps/third_party/cygwin@231940",
284     "src/third_party/python_26":
285       "/trunk/tools/third_party/python_26@89111",
287     "src/third_party/psyco_win32":
288       "/trunk/deps/third_party/psyco_win32@79861",
290     "src/third_party/bison":
291       "/trunk/deps/third_party/bison@147303",
293     "src/third_party/gperf":
294       "/trunk/deps/third_party/gperf@147304",
296     "src/third_party/perl":
297       "/trunk/deps/third_party/perl@147900",
299     "src/third_party/lighttpd":
300       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
302     # Chrome Frame related deps
303     "src/third_party/xulrunner-sdk":
304       "/trunk/deps/third_party/xulrunner-sdk@119756",
305     "src/chrome_frame/tools/test/reference_build/chrome_win":
306       "/trunk/deps/reference_builds/chrome_win@89574",
308     # Parses Windows PE/COFF executable format.
309     "src/third_party/pefile":
310       (Var("googlecode_url") % "pefile") + "/trunk@63",
312     # NSS, for SSLClientSocketNSS.
313     "src/third_party/nss":
314       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
316     "src/third_party/swig/win":
317       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
319     # GNU binutils assembler for x86-32.
320     "src/third_party/gnu_binutils":
321       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
322        Var("nacl_tools_revision")),
323     # GNU binutils assembler for x86-64.
324     "src/third_party/mingw-w64/mingw/bin":
325       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
326        Var("nacl_tools_revision")),
328     # Dependencies used by libjpeg-turbo
329     "src/third_party/yasm/binaries":
330       "/trunk/deps/third_party/yasm/binaries@154708",
332     # Binary level profile guided optimizations. This points to the
333     # latest release binaries for the toolchain.
334     "src/third_party/syzygy/binaries":
335       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1811",
337     # Binaries for nacl sdk.
338     "src/third_party/nacl_sdk_binaries":
339       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
340   },
341   "ios": {
342     "src/third_party/GTM":
343       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
344       Var("gtm_revision"),
346     "src/third_party/nss":
347       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
349     # class-dump utility to generate header files for undocumented SDKs
350     "src/testing/iossim/third_party/class-dump":
351       "/trunk/deps/third_party/class-dump@199203",
353     # Code that's not needed due to not building everything
354     "src/build/util/support": None,
355     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
356     "src/chrome/test/data/perf/canvas_bench": None,
357     "src/chrome/test/data/perf/frame_rate/content": None,
358     "src/chrome/test/data/perf/third_party/octane": None,
359     "src/media/cdm/ppapi/api": None,
360     "src/native_client": None,
361     "src/native_client/src/third_party/ppapi": None,
362     "src/third_party/angle_dx11": None,
363     "src/third_party/bidichecker": None,
364     "src/third_party/cld_2/src": None,
365     "src/third_party/ffmpeg": None,
366     "src/third_party/hunspell_dictionaries": None,
367     "src/third_party/hunspell": None,
368     "src/third_party/libaddressinput/src/cpp": None,
369     "src/third_party/libaddressinput/src/testdata": None,
370     "src/third_party/libexif/sources": None,
371     "src/third_party/libjpeg_turbo": None,
372     "src/third_party/libsrtp": None,
373     "src/third_party/libvpx": None,
374     "src/third_party/libyuv": None,
375     "src/third_party/mesa/src": None,
376     "src/third_party/opus/src": None,
377     "src/third_party/openmax_dl": None,
378     "src/third_party/ots": None,
379     "src/third_party/pymox/src": None,
380     "src/third_party/safe_browsing/testing": None,
381     "src/third_party/scons-2.0.1": None,
382     "src/third_party/sfntly/cpp/src": None,
383     "src/third_party/smhasher/src": None,
384     "src/third_party/swig/Lib": None,
385     "src/third_party/undoview": None,
386     "src/third_party/usrsctp/usrsctplib": None,
387     "src/third_party/v8-i18n": None,
388     "src/third_party/webdriver/pylib": None,
389     "src/third_party/webgl_conformance": None,
390     "src/third_party/webpagereplay": None,
391     "src/third_party/webrtc": None,
392     "src/third_party/yasm/source/patched-yasm": None,
393     "src/tools/page_cycler/acid3": None,
394     "src/v8": None,
395   },
396   "mac": {
397     "src/chrome/tools/test/reference_build/chrome_mac":
398       "/trunk/deps/reference_builds/chrome_mac@221746",
400     "src/third_party/GTM":
401       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
402       Var("gtm_revision"),
403     "src/third_party/pdfsqueeze":
404       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
405     "src/third_party/lighttpd":
406       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
408     "src/third_party/swig/mac":
409       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
411     # NSS, for SSLClientSocketNSS.
412     "src/third_party/nss":
413       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
415     "src/chrome/installer/mac/third_party/xz/xz":
416       "/trunk/deps/third_party/xz@233311",
417   },
418   "unix": {
419     # Linux, really.
420     "src/chrome/tools/test/reference_build/chrome_linux":
421       "/trunk/deps/reference_builds/chrome_linux64@232223",
423     "src/third_party/xdg-utils":
424       "/trunk/deps/third_party/xdg-utils@203785",
426     "src/third_party/swig/linux":
427       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
429     "src/third_party/lss":
430       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
431        Var("lss_revision")),
433     "src/third_party/openssl":
434       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
436     "src/third_party/gold":
437       "/trunk/deps/third_party/gold@228995",
439     "src/third_party/libmtp":
440       "/trunk/deps/third_party/libmtp@206535",
442     # Used on Linux only. CrOS already has a copy.
443     "src/third_party/mtpd/source":
444       Var("chromiumos_git") + "/platform/mtpd.git" +
445       "@5be739c938a0a229ba9479b00b180e1f9c843e81",
447     # Used on Linux only. CrOS already has a copy.
448     "src/third_party/cros_dbus_cplusplus/source":
449       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
450       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
452     # For Linux and Chromium OS.
453     "src/third_party/cros_system_api":
454       Var("chromiumos_git") + "/platform/system_api.git" +
455       "@99bce39f55240926a75454bb70998ab9f5ce9f13",
457     # Note that this is different from Android's freetype repo.
458     "src/third_party/freetype2/src":
459       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
460       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
462     # Build tools for targeting ChromeOS.
463     "src/third_party/chromite":
464       Var("chromiumos_git") + "/chromite.git" +
465       "@cbdd21c5ea76aa93ba4619a6d253697765f4de1f",
467     # Dependency of chromite.git.
468     "src/third_party/pyelftools":
469       Var("chromiumos_git") + "/third_party/pyelftools.git" +
470       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
472     "src/third_party/undoview":
473       "/trunk/deps/third_party/undoview@119694",
475     "src/third_party/liblouis/src":
476       Var("chromium_git") +
477       "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
479   },
480   "android": {
481     "src/third_party/android_tools":
482       Var("chromium_git") + "/android_tools.git" +
483       "@e504b737693e96816b40e6ae80d177352c079c18",
485     "src/third_party/aosp":
486       "/trunk/deps/third_party/aosp@148330",
488     "src/third_party/apache-mime4j":
489       "/trunk/deps/third_party/apache-mime4j@170888",
491     "src/third_party/findbugs":
492       "/trunk/deps/third_party/findbugs@163586",
494     "src/third_party/freetype":
495       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
496       "@e3b631da8034f7c6ecc6d809cd9e46d306215c32",
498     "src/third_party/guava/src":
499       Var("chromium_git") + "/external/guava-libraries.git" +
500       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
502     "src/third_party/httpcomponents-client":
503       "/trunk/deps/third_party/httpcomponents-client@170888",
505     "src/third_party/httpcomponents-core":
506       "/trunk/deps/third_party/httpcomponents-core@170888",
508     "src/third_party/jarjar":
509       "/trunk/deps/third_party/jarjar@170888",
511     "src/third_party/jsr-305/src":
512       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
514     "src/third_party/lss":
515       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
516        Var("lss_revision")),
518     "src/third_party/openssl":
519       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
521     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
522       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
524     # Android shouldn't use this address validation library.
525     "src/third_party/libaddressinput/src/cpp": None,
526     "src/third_party/libaddressinput/src/testdata": None,
527   },
531 include_rules = [
532   # Everybody can use some things.
533   "+base",
534   "+build",
535   "+ipc",
537   # Everybody can use headers generated by tools/generate_library_loader.
538   "+library_loaders",
540   "+testing",
541   "+third_party/icu/source/common/unicode",
542   "+third_party/icu/source/i18n/unicode",
543   "+url",
547 # checkdeps.py shouldn't check include paths for files in these dirs:
548 skip_child_includes = [
549   "breakpad",
550   "chrome_frame",
551   "delegate_execute",
552   "metro_driver",
553   "native_client_sdk",
554   "o3d",
555   "pdf",
556   "sdch",
557   "skia",
558   "testing",
559   "third_party",
560   "v8",
561   "win8",
565 hooks = [
566   {
567     # This downloads binaries for Native Client's newlib toolchain.
568     # Done in lieu of building the toolchain from scratch as it can take
569     # anywhere from 30 minutes to 4 hours depending on platform to build.
570     "name": "nacltools",
571     "pattern": ".",
572     "action": [
573         "python", "src/build/download_nacl_toolchains.py",
574          "--no-arm-trusted",
575          "--keep",
576     ],
577   },
578   {
579     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
580     # at about the same rate that the chrome build deps change.
581     # This script is a no-op except for linux users who have
582     # target_arch=arm in their GYP_DEFINES.
583     "name": "sysroot",
584     "pattern": ".",
585     "action": ["python", "src/build/linux/install-arm-sysroot.py",
586                "--linux-only"],
587   },
588   {
589     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
590     # This sysroot updates at about the same rate that the chrome build deps
591     # change. This script is a no-op except for linux users who are doing
592     # official chrome builds.
593     "name": "sysroot",
594     "pattern": ".",
595     "action": [
596         "python",
597         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
598         "--linux-only",
599         "--arch=amd64"],
600   },
601   {
602     # Same as above, but for 32-bit Linux.
603     "name": "sysroot",
604     "pattern": ".",
605     "action": [
606         "python",
607         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
608         "--linux-only",
609         "--arch=i386"],
610   },
611   {
612     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
613     # zero seconds to run. If something changed, it downloads a prebuilt clang,
614     # which takes ~20s, but clang speeds up builds by more than 20s.
615     "name": "clang",
616     "pattern": ".",
617     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
618   },
619   {
620     # Update the cygwin mount on Windows.
621     "name": "cygwin",
622     "pattern": ".",
623     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
624   },
625   {
626     # Update LASTCHANGE. This is also run by export_tarball.py in
627     # src/tools/export_tarball - please keep them in sync.
628     "name": "lastchange",
629     "pattern": ".",
630     "action": ["python", "src/build/util/lastchange.py",
631                "-o", "src/build/util/LASTCHANGE"],
632   },
633   {
634     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
635     # src/tools/export_tarball - please keep them in sync.
636     "name": "lastchange",
637     "pattern": ".",
638     "action": ["python", "src/build/util/lastchange.py",
639                "-s", "src/third_party/WebKit",
640                "-o", "src/build/util/LASTCHANGE.blink"],
641   },
642   # Pull GN binaries. This needs to be before running GYP below.
643   {
644     "name": "gn_win",
645     "pattern": "\\.sha1$",
646     "action": [ "download_from_google_storage",
647                 "--platform=win32",
648                 "--directory",
649                 "--bucket", "chromium-gn",
650                 "src/tools/gn/bin/win",
651     ],
652   },
653   {
654     "name": "gn_linux",
655     "pattern": "\\.sha1$",
656     "action": [ "download_from_google_storage",
657                 "--platform=linux*",
658                 "--directory",
659                 "--bucket", "chromium-gn",
660                 "src/tools/gn/bin/linux",
661     ],
662   },
663   {
664     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
665     "name": "gyp",
666     "pattern": ".",
667     "action": ["python", "src/build/gyp_chromium"],
668   },
669   {
670     # Check for landmines (reasons to clobber the build).
671     "name": "landmines",
672     "pattern": ".",
673     "action": ["python", "src/build/landmines.py"],
674   },