Remove ipc::CommandBufferProxy. As an interface, it's not used.
[chromium-blink-merge.git] / DEPS
blob2e0760c076de025638e69c3b0e00a62ed73c7a58
1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory.
4 vars = {
5   # Use this googlecode_url variable only if there is an internal mirror for it.
6   # If you do not know, use the full path while defining your new deps entry.
7   "googlecode_url": "http://%s.googlecode.com/svn",
8   "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
9   "webkit_trunk": "http://src.chromium.org/blink/trunk",
10   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
11   "webkit_revision": "158342",
12   "chromium_git": "https://chromium.googlesource.com",
13   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
14   "skia_git": "https://skia.googlesource.com",
15   "swig_revision": "69281",
16   "nacl_revision": "12194",
17   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
18   # to update other nacl_*_revision's.
19   "nacl_tools_revision": "11437",  # native_client/DEPS: tools_rev
20   "gtm_revision": "616",
22   "libphonenumber_revision": "584",
23   "libvpx_revision": "225010",
24   "lss_revision": "24",
26   # These two FFmpeg variables must be updated together.  One is used for SVN
27   # checkouts and the other for Git checkouts.
28   "ffmpeg_revision": "224426",
29   "ffmpeg_hash": "5879ccd47e649bf2dfaec45f02ec5517bd3621d2",
31   "sfntly_revision": "134",
32   "lighttpd_revision": "33737",
33   "skia_revision": "11460",
34   "skia_hash": "0be840036d902c70d8563c53b07e7a4fe4436569",
35   # Three lines of non-changing comments so that
36   # the commit queue can handle CLs rolling Skia
37   # and V8 without interference from each other.
38   "v8_revision": "16931",
39   # Three lines of non-changing comments so that
40   # the commit queue can handle CLs rolling WebRTC
41   # and V8 without interference from each other.
42   "webrtc_revision": "4831",
43   "jsoncpp_revision": "248",
44   "nss_revision": "223139",
45   # Three lines of non-changing comments so that
46   # the commit queue can handle CLs rolling swarm_client
47   # and whatever else without interference from each other.
48   "swarm_revision": "224429",
49   # Three lines of non-changing comments so that
50   # the commit queue can handle CLs rolling openssl
51   # and whatever else without interference from each other.
52   "openssl_revision": "207965",
55 deps = {
56   "src/breakpad/src":
57     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1213",
59   "src/sdch/open-vcdiff":
60     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
62   "src/testing/gtest":
63     (Var("googlecode_url") % "googletest") + "/trunk@629",
65   "src/testing/gmock":
66     (Var("googlecode_url") % "googlemock") + "/trunk@410",
68   "src/third_party/angle_dx11":
69     Var("chromium_git") +
70     "/external/angle.git@300b1eb5018651d2e68289a9dd234bbf906b3cc0",
72   "src/third_party/trace-viewer":
73     (Var("googlecode_url") % "trace-viewer") + "/trunk@1006",
75   "src/third_party/WebKit":
76     Var("webkit_trunk") + "@" + Var("webkit_revision"),
78   "src/third_party/icu":
79     "/trunk/deps/third_party/icu46@224814",
81   "src/third_party/libexif/sources":
82     "/trunk/deps/third_party/libexif/sources@146817",
84   "src/third_party/hunspell":
85    "/trunk/deps/third_party/hunspell@206172",
87   "src/third_party/hunspell_dictionaries":
88     "/trunk/deps/third_party/hunspell_dictionaries@193701",
90   "src/third_party/safe_browsing/testing":
91     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
93   "src/third_party/cacheinvalidation/src":
94     (Var("googlecode_url") % "google-cache-invalidation-api") +
95     "/trunk/src@313",
97   "src/third_party/leveldatabase/src":
98     (Var("googlecode_url") % "leveldb") + "/trunk@77",
100   "src/third_party/snappy/src":
101     (Var("googlecode_url") % "snappy") + "/trunk@80",
103   "src/tools/grit":
104     (Var("googlecode_url") % "grit-i18n") + "/trunk@136",
106   "src/tools/gyp":
107     (Var("googlecode_url") % "gyp") + "/trunk@1735",
109   "src/tools/swarm_client":
110     "/trunk/tools/swarm_client@" + Var("swarm_revision"),
112   "src/v8":
113     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
115   "src/native_client":
116     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
118   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
119     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
120     Var("nacl_revision"),
122   "src/third_party/sfntly/cpp/src":
123     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
124     Var("sfntly_revision"),
126   "src/third_party/skia/src":
127     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
129   "src/third_party/skia/gyp":
130     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
132   "src/third_party/skia/include":
133     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
135   "src/third_party/ots":
136     (Var("googlecode_url") % "ots") + "/trunk@102",
138   "src/tools/page_cycler/acid3":
139     "/trunk/deps/page_cycler/acid3@171600",
141   "src/chrome/test/data/perf/canvas_bench":
142     "/trunk/deps/canvas_bench@122605",
144   "src/chrome/test/data/perf/frame_rate/content":
145     "/trunk/deps/frame_rate/content@93671",
147   "src/chrome/test/data/perf/third_party/octane":
148     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
150   "src/third_party/bidichecker":
151     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
153   # When roll to another webgl conformance tests revision, please goto
154   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
155   "src/third_party/webgl_conformance":
156     "/trunk/deps/third_party/webgl/sdk/tests@218717",
158   "src/third_party/swig/Lib":
159     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
161   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
162   "src/third_party/webdriver/pylib":
163     (Var("googlecode_url") % "selenium") + "/trunk/py@18337",
165   "src/third_party/libvpx":
166     "/trunk/deps/third_party/libvpx@" +
167     Var("libvpx_revision"),
169   "src/third_party/ffmpeg":
170     "/trunk/deps/third_party/ffmpeg@" +
171     Var("ffmpeg_revision"),
173   "src/third_party/libjingle/source/talk":
174     (Var("googlecode_url") % "webrtc") + "/stable/talk@" +
175     Var("webrtc_revision"),
177   "src/third_party/usrsctp/usrsctplib":
178     (Var("googlecode_url") % "sctp-refimpl") +
179     "/trunk/KERN/usrsctp/usrsctplib@8603",
181   "src/third_party/libsrtp":
182     "/trunk/deps/third_party/libsrtp@214783",
184   "src/third_party/speex":
185     "/trunk/deps/third_party/speex@198168",
187   "src/third_party/yasm/source/patched-yasm":
188     "/trunk/deps/third_party/yasm/patched-yasm@167605",
190   "src/third_party/libjpeg_turbo":
191     "/trunk/deps/third_party/libjpeg_turbo@177737",
193   "src/third_party/flac":
194     "/trunk/deps/third_party/flac@222897",
196   "src/third_party/pyftpdlib/src":
197     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
199   "src/third_party/scons-2.0.1":
200     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
201         Var("nacl_tools_revision"),
203   "src/third_party/webrtc":
204     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
206   "src/third_party/openmax_dl":
207     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@4261",
209   "src/third_party/jsoncpp/source/include":
210     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
211         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
213   "src/third_party/jsoncpp/source/src/lib_json":
214     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
215         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
217   "src/third_party/libyuv":
218     (Var("googlecode_url") % "libyuv") + "/trunk@723",
220   "src/third_party/smhasher/src":
221     (Var("googlecode_url") % "smhasher") + "/trunk@149",
223   "src/third_party/libphonenumber/src/phonenumbers":
224      (Var("googlecode_url") % "libphonenumber") +
225          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
226   "src/third_party/libphonenumber/src/test":
227      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
228          Var("libphonenumber_revision"),
229   "src/third_party/libphonenumber/src/resources":
230      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
231          Var("libphonenumber_revision"),
233   "src/tools/deps2git":
234     "/trunk/tools/deps2git@214390",
236   "src/third_party/webpagereplay":
237     (Var("googlecode_url") % "web-page-replay") + "/trunk@521",
239   "src/third_party/pywebsocket/src":
240     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
242   "src/third_party/opus/src":
243     "/trunk/deps/third_party/opus@185324",
245   "src/third_party/accessibility-developer-tools":
246     Var("chromium_git") + "/external/accessibility-developer-tools.git@2e3c9c8e49277a0ca1eeba510271eb03f9486d8f",
248   "src/media/cdm/ppapi/api":
249     "/trunk/deps/cdm@181763",
251   "src/third_party/mesa/src":
252     "/trunk/deps/third_party/mesa@210110",
254   "src/third_party/cld_2/src":
255     (Var("googlecode_url") % "cld2") + "/trunk@84",
259 deps_os = {
260   "win": {
261     "src/chrome/tools/test/reference_build/chrome_win":
262       "/trunk/deps/reference_builds/chrome_win@221746",
264     "src/third_party/cygwin":
265       "/trunk/deps/third_party/cygwin@133786",
267     "src/third_party/python_26":
268       "/trunk/tools/third_party/python_26@89111",
270     "src/third_party/psyco_win32":
271       "/trunk/deps/third_party/psyco_win32@79861",
273     "src/third_party/bison":
274       "/trunk/deps/third_party/bison@147303",
276     "src/third_party/gperf":
277       "/trunk/deps/third_party/gperf@147304",
279     "src/third_party/perl":
280       "/trunk/deps/third_party/perl@147900",
282     "src/third_party/lighttpd":
283       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
285     # Chrome Frame related deps
286     "src/third_party/xulrunner-sdk":
287       "/trunk/deps/third_party/xulrunner-sdk@119756",
288     "src/chrome_frame/tools/test/reference_build/chrome_win":
289       "/trunk/deps/reference_builds/chrome_win@89574",
291     # Parses Windows PE/COFF executable format.
292     "src/third_party/pefile":
293       (Var("googlecode_url") % "pefile") + "/trunk@63",
295     # NSS, for SSLClientSocketNSS.
296     "src/third_party/nss":
297       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
299     "src/third_party/swig/win":
300       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
302     # GNU binutils assembler for x86-32.
303     "src/third_party/gnu_binutils":
304       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
305        Var("nacl_tools_revision")),
306     # GNU binutils assembler for x86-64.
307     "src/third_party/mingw-w64/mingw/bin":
308       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
309        Var("nacl_tools_revision")),
311     # Dependencies used by libjpeg-turbo
312     "src/third_party/yasm/binaries":
313       "/trunk/deps/third_party/yasm/binaries@154708",
315     # Binary level profile guided optimizations. This points to the
316     # latest release binaries for the toolchain.
317     "src/third_party/syzygy/binaries":
318       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1770",
320     # Binaries for nacl sdk.
321     "src/third_party/nacl_sdk_binaries":
322       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
323   },
324   "ios": {
325     "src/third_party/GTM":
326       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
327       Var("gtm_revision"),
329     "src/third_party/nss":
330       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
332     # class-dump utility to generate header files for undocumented SDKs
333     "src/testing/iossim/third_party/class-dump":
334       "/trunk/deps/third_party/class-dump@199203",
336     # Code that's not needed due to not building everything
337     "src/build/util/support": None,
338     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
339     "src/chrome/test/data/perf/canvas_bench": None,
340     "src/chrome/test/data/perf/frame_rate/content": None,
341     "src/native_client": None,
342     "src/native_client/src/third_party/ppapi": None,
343     "src/third_party/angle_dx11": None,
344     "src/third_party/cld_2/src": None,
345     "src/third_party/bidichecker": None,
346     "src/third_party/webgl_conformance": None,
347     "src/third_party/ffmpeg": None,
348     "src/third_party/hunspell_dictionaries": None,
349     "src/third_party/hunspell": None,
350     "src/third_party/leveldatabase/src": None,
351     "src/third_party/libexif/sources": None,
352     "src/third_party/libjpeg_turbo": None,
353     "src/third_party/libphonenumber/src/phonenumbers": None,
354     "src/third_party/libphonenumber/src/test": None,
355     "src/third_party/libphonenumber/src/resources": None,
356     "src/third_party/libsrtp": None,
357     "src/third_party/usrsctp/usrsctplib": None,
358     "src/third_party/libvpx": None,
359     "src/third_party/libyuv": None,
360     "src/third_party/ots": None,
361     "src/third_party/pylib": None,
362     "src/third_party/pymox/src": None,
363     "src/third_party/safe_browsing/testing": None,
364     "src/third_party/scons-2.0.1": None,
365     "src/third_party/sfntly/cpp/src": None,
366     "src/third_party/smhasher/src": None,
367     "src/third_party/snappy/src": None,
368     "src/third_party/swig/Lib": None,
369     "src/third_party/undoview": None,
370     "src/third_party/v8-i18n": None,
371     "src/third_party/webdriver/pylib": None,
372     "src/third_party/webpagereplay": None,
373     "src/third_party/webrtc": None,
374     "src/third_party/yasm/source/patched-yasm": None,
375     "src/tools/page_cycler/acid3": None,
376     "src/v8": None,
377   },
378   "mac": {
379     "src/chrome/tools/test/reference_build/chrome_mac":
380       "/trunk/deps/reference_builds/chrome_mac@221746",
382     "src/third_party/GTM":
383       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
384       Var("gtm_revision"),
385     "src/third_party/pdfsqueeze":
386       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
387     "src/third_party/lighttpd":
388       "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
390     "src/third_party/swig/mac":
391       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
393     # NSS, for SSLClientSocketNSS.
394     "src/third_party/nss":
395       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
397     "src/chrome/installer/mac/third_party/xz/xz":
398       "/trunk/deps/third_party/xz@189101",
399   },
400   "unix": {
401     # Linux, really.
402     "src/chrome/tools/test/reference_build/chrome_linux":
403       "/trunk/deps/reference_builds/chrome_linux@221746",
405     "src/third_party/xdg-utils":
406       "/trunk/deps/third_party/xdg-utils@203785",
408     "src/third_party/swig/linux":
409       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
411     "src/third_party/lss":
412       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
413        Var("lss_revision")),
415     "src/third_party/openssl":
416       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
418     "src/third_party/gold":
419       "/trunk/deps/third_party/gold@203758",
421     "src/third_party/libmtp":
422       "/trunk/deps/third_party/libmtp@206535",
424     # Used on Linux only. CrOS already has a copy.
425     "src/third_party/mtpd/source":
426       Var("chromiumos_git") + "/platform/mtpd.git" +
427       "@5be739c938a0a229ba9479b00b180e1f9c843e81",
429     # Used on Linux only. CrOS already has a copy.
430     "src/third_party/cros_dbus_cplusplus/source":
431       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
432       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
434     # For Linux and Chromium OS.
435     "src/third_party/cros_system_api":
436       Var("chromiumos_git") + "/platform/system_api.git" +
437       "@aad5ce47ca8ae17ccaa42e31c10c8d9a5c16d202",
439     # Note that this is different from Android's freetype repo.
440     "src/third_party/freetype2/src":
441       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
442       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
444     # Build tools for targeting ChromeOS.
445     "src/third_party/chromite":
446       Var("chromiumos_git") + "/chromite.git" +
447       "@cbdd21c5ea76aa93ba4619a6d253697765f4de1f",
449     # Dependency of chromite.git.
450     "src/third_party/pyelftools":
451       Var("chromiumos_git") + "/third_party/pyelftools.git" +
452       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
454     "src/third_party/undoview":
455       "/trunk/deps/third_party/undoview@119694",
456   },
457   "android": {
458     "src/third_party/android_tools":
459       Var("chromium_git") + "/android_tools.git" +
460       "@e504b737693e96816b40e6ae80d177352c079c18",
462     "src/third_party/aosp":
463       "/trunk/deps/third_party/aosp@148330",
465     "src/third_party/apache-mime4j":
466       "/trunk/deps/third_party/apache-mime4j@170888",
468     "src/third_party/findbugs":
469       "/trunk/deps/third_party/findbugs@163586",
471     "src/third_party/freetype":
472       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
473       "@e3b631da8034f7c6ecc6d809cd9e46d306215c32",
475     "src/third_party/guava/src":
476       Var("chromium_git") + "/external/guava-libraries.git" +
477       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
479     "src/third_party/httpcomponents-client":
480       "/trunk/deps/third_party/httpcomponents-client@170888",
482     "src/third_party/httpcomponents-core":
483       "/trunk/deps/third_party/httpcomponents-core@170888",
485     "src/third_party/jarjar":
486       "/trunk/deps/third_party/jarjar@170888",
488     "src/third_party/jsr-305/src":
489       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
491     "src/third_party/lss":
492       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
493        Var("lss_revision")),
495     "src/third_party/openssl":
496       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
498     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
499       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
500   },
504 include_rules = [
505   # Everybody can use some things.
506   "+base",
507   "+build",
508   "+ipc",
510   # Everybody can use headers generated by tools/generate_library_loader.
511   "+library_loaders",
513   "+testing",
514   "+third_party/icu/source/common/unicode",
515   "+third_party/icu/source/i18n/unicode",
516   "+url",
520 # checkdeps.py shouldn't check include paths for files in these dirs:
521 skip_child_includes = [
522   "breakpad",
523   "chrome_frame",
524   "delegate_execute",
525   "metro_driver",
526   "native_client_sdk",
527   "o3d",
528   "pdf",
529   "sdch",
530   "skia",
531   "testing",
532   "third_party",
533   "v8",
534   "win8",
538 hooks = [
539   {
540     # This downloads binaries for Native Client's newlib toolchain.
541     # Done in lieu of building the toolchain from scratch as it can take
542     # anywhere from 30 minutes to 4 hours depending on platform to build.
543     "name": "nacltools",
544     "pattern": ".",
545     "action": [
546         "python", "src/build/download_nacl_toolchains.py",
547          "--no-arm-trusted",
548          "--keep",
549     ],
550   },
551   {
552     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
553     # at about the same rate that the chrome build deps change.
554     # This script is a no-op except for linux users who have
555     # target_arch=arm in their GYP_DEFINES.
556     "name": "sysroot",
557     "pattern": ".",
558     "action": ["python", "src/build/linux/install-arm-sysroot.py",
559                "--linux-only"],
560   },
561   {
562     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
563     # This sysroot updates at about the same rate that the chrome build deps
564     # change. This script is a no-op except for linux users who are doing
565     # official chrome builds.
566     "name": "sysroot",
567     "pattern": ".",
568     "action": [
569         "python",
570         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
571         "--linux-only",
572         "--arch=amd64"],
573   },
574   {
575     # Same as above, but for 32-bit Linux.
576     "name": "sysroot",
577     "pattern": ".",
578     "action": [
579         "python",
580         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
581         "--linux-only",
582         "--arch=i386"],
583   },
584   {
585     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
586     # zero seconds to run. If something changed, it downloads a prebuilt clang,
587     # which takes ~20s, but clang speeds up builds by more than 20s.
588     "name": "clang",
589     "pattern": ".",
590     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
591   },
592   {
593     # Update the cygwin mount on Windows.
594     "name": "cygwin",
595     "pattern": ".",
596     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
597   },
598   {
599     # Update LASTCHANGE. This is also run by export_tarball.py in
600     # src/tools/export_tarball - please keep them in sync.
601     "name": "lastchange",
602     "pattern": ".",
603     "action": ["python", "src/build/util/lastchange.py",
604                "-o", "src/build/util/LASTCHANGE"],
605   },
606   {
607     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
608     # src/tools/export_tarball - please keep them in sync.
609     "name": "lastchange",
610     "pattern": ".",
611     "action": ["python", "src/build/util/lastchange.py",
612                "-s", "src/third_party/WebKit",
613                "-o", "src/build/util/LASTCHANGE.blink"],
614   },
615   {
616     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
617     "name": "gyp",
618     "pattern": ".",
619     "action": ["python", "src/build/gyp_chromium"],
620   },
621   {
622     # Check for landmines (reasons to clobber the build).
623     "name": "landmines",
624     "pattern": ".",
625     "action": ["python", "src/build/landmines.py"],
626   },