Disable native messaging support.
[chromium-blink-merge.git] / DEPS
blob4d1d7d3b38165ae0d07d7ed2a64da367ec3c55e8
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://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9   "webkit_trunk": "http://src.chromium.org/blink/trunk",
10   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
11   "webkit_revision": "148954",
12   "chromium_git": "https://chromium.googlesource.com",
13   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
14   "swig_revision": "69281",
15   "nacl_revision": "11216",
16   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
17   # to update other nacl_*_revision's.
18   "nacl_tools_revision": "11040",  # native_client/DEPS: tools_rev
19   "gtm_revision": "608",
21   "libjingle_revision": "308",
22   "libphonenumber_revision": "456",
23   "libvpx_revision": "192165",
24   "lss_revision": "20",
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": "192924",
29   "ffmpeg_hash": "b377d75784d29f35d84abb51f54f06ef6ccc7903",
31   "sfntly_revision": "134",
32   "skia_revision": "8793",
33   # Three lines of non-changing comments so that
34   # the commit queue can handle CLs rolling Skia
35   # and V8 without interference from each other.
36   "v8_revision": "14368",
37   # Three lines of non-changing comments so that
38   # the commit queue can handle CLs rolling WebRTC
39   # and V8 without interference from each other.
40   "webrtc_revision": "3853",
41   "jsoncpp_revision": "248",
42   "nss_revision": "195619",
43   # Three lines of non-changing comments so that
44   # the commit queue can handle CLs rolling swarm_client
45   # and whatever else without interference from each other.
46   "swarm_revision": "194930",
47   # Three lines of non-changing comments so that
48   # the commit queue can handle CLs rolling openssl
49   # and whatever else without interference from each other.
50   "openssl_revision": "194187",
52   "ios_webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
53   # Three lines of non-changing comments so that
54   # the commit queue can handle CLs rolling openssl
55   # and whatever else without interference from each other.
56   "ios_webkit_revision": "147503",
59 deps = {
60   "src/breakpad/src":
61     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1155",
63   "src/googleurl":
64     (Var("googlecode_url") % "google-url") + "/trunk@183",
66   "src/sandbox/linux/seccomp-legacy":
67     (Var("googlecode_url") % "seccompsandbox") + "/trunk@189",
69   "src/sdch/open-vcdiff":
70     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
72   "src/testing/gtest":
73     (Var("googlecode_url") % "googletest") + "/trunk@629",
75   "src/testing/gmock":
76     (Var("googlecode_url") % "googlemock") + "/trunk@410",
78   "src/third_party/angle":
79     (Var("googlecode_url") % "angleproject") + "/trunk@2184",
81   "src/third_party/trace-viewer":
82     (Var("googlecode_url") % "trace-viewer") + "/trunk@255",
84   # Note that this is *not* where we check out WebKit -- this just
85   # puts some extra files into place for the real WebKit checkout to
86   # happen.  See lines mentioning "webkit_revision" for the real
87   # WebKit checkout.
88   "src/third_party/WebKit":
89     "/trunk/deps/third_party/WebKit@76115",
91   "src/third_party/icu":
92     "/trunk/deps/third_party/icu46@192960",
94   "src/third_party/libexif/sources":
95     "/trunk/deps/third_party/libexif/sources@146817",
97   "src/third_party/hunspell":
98    "/trunk/deps/third_party/hunspell@184822",
100   "src/third_party/hunspell_dictionaries":
101     "/trunk/deps/third_party/hunspell_dictionaries@193701",
103   "src/third_party/safe_browsing/testing":
104     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
106   "src/third_party/cacheinvalidation/src":
107     (Var("googlecode_url") % "google-cache-invalidation-api") +
108     "/trunk/src@298",
110   "src/third_party/leveldatabase/src":
111     (Var("googlecode_url") % "leveldb") + "/trunk@72",
113   "src/third_party/snappy/src":
114     (Var("googlecode_url") % "snappy") + "/trunk@63",
116   "src/tools/grit":
117     (Var("googlecode_url") % "grit-i18n") + "/trunk@115",
119   "src/tools/gyp":
120     (Var("googlecode_url") % "gyp") + "/trunk@1611",
122   "src/tools/swarm_client":
123     "/trunk/tools/swarm_client@" + Var("swarm_revision"),
125   "src/v8":
126     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
128   "src/native_client":
129     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
131   "src/third_party/pymox/src":
132     (Var("googlecode_url") % "pymox") + "/trunk@70",
134   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
135     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
136     Var("nacl_revision"),
138   "src/third_party/sfntly/cpp/src":
139     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
140     Var("sfntly_revision"),
142   "src/third_party/skia/src":
143     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
145   "src/third_party/skia/gyp":
146     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
148   "src/third_party/skia/include":
149     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
151   "src/third_party/WebKit/LayoutTests":
152     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
154   "src/third_party/WebKit/Source":
155     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
157   "src/third_party/WebKit/Tools/DumpRenderTree":
158     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
160   "src/third_party/WebKit/Tools/Scripts":
161     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
163   "src/third_party/WebKit/Tools/TestWebKitAPI":
164     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
166   "src/third_party/ots":
167     (Var("googlecode_url") % "ots") + "/trunk@97",
169   "src/tools/page_cycler/acid3":
170     "/trunk/deps/page_cycler/acid3@171600",
172   "src/chrome/test/data/perf/canvas_bench":
173     "/trunk/deps/canvas_bench@122605",
175   "src/chrome/test/data/perf/frame_rate/content":
176     "/trunk/deps/frame_rate/content@93671",
178   "src/chrome/test/data/perf/third_party/octane":
179     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
181   "src/third_party/bidichecker":
182     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
184   "src/third_party/v8-i18n":
185     (Var("googlecode_url") % "v8-i18n") + "/trunk@174",
187   # When roll to another webgl conformance tests revision, please goto
188   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
189   "src/third_party/webgl_conformance":
190     "/trunk/deps/third_party/webgl/sdk/tests@170088",
192   # We run these layout tests as UI tests. Since many of the buildbots that
193   # run layout tests do NOT have access to the LayoutTest directory, we need
194   # to map them here. In practice, these do not take up much space.
195   "src/content/test/data/layout_tests/LayoutTests/fast/events":
196     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
197     Var("webkit_revision"),
198   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
199     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
200     Var("webkit_revision"),
201   "src/content/test/data/layout_tests/LayoutTests/fast/workers":
202     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
203     Var("webkit_revision"),
204   "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
205     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
206     Var("webkit_revision"),
207   "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
208     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
209     Var("webkit_revision"),
210   "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
211     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
212     Var("webkit_revision"),
213   "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
214     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
215     Var("webkit_revision"),
216   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
217     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
218     Var("webkit_revision"),
219   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
220     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
221     Var("webkit_revision"),
222   "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
223     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
224     Var("webkit_revision"),
225   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
226     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
227     Var("webkit_revision"),
228   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
229     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
230     Var("webkit_revision"),
231   "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
232     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
233     Var("webkit_revision"),
234   "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
235     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
236     Var("webkit_revision"),
237   "src/content/test/data/layout_tests/LayoutTests/fast/files":
238     Var("webkit_trunk") + "/LayoutTests/fast/files@" +
239     Var("webkit_revision"),
240   "src/content/test/data/layout_tests/LayoutTests/fast/filesystem":
241     Var("webkit_trunk") + "/LayoutTests/fast/filesystem@" +
242     Var("webkit_revision"),
243   "src/content/test/data/layout_tests/LayoutTests/media":
244     Var("webkit_trunk") + "/LayoutTests/media@" +
245     Var("webkit_revision"),
246   "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources":
247     Var("webkit_trunk") + "/LayoutTests/editing/pasteboard/resources@" +
248     Var("webkit_revision"),
250   "src/third_party/swig/Lib":
251     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
253   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
254   "src/third_party/webdriver/pylib":
255     (Var("googlecode_url") % "selenium") + "/trunk/py@16922",
257   "src/third_party/libvpx":
258     "/trunk/deps/third_party/libvpx@" +
259     Var("libvpx_revision"),
261   "src/third_party/ffmpeg":
262     "/trunk/deps/third_party/ffmpeg@" +
263     Var("ffmpeg_revision"),
265   "src/third_party/libjingle/source":
266     (Var("googlecode_url") % "libjingle") + "/trunk@" +
267     Var("libjingle_revision"),
269   "src/third_party/libsrtp":
270     "/trunk/deps/third_party/libsrtp@189528",
272   "src/third_party/speex":
273     "/trunk/deps/third_party/speex@177782",
275   "src/third_party/yasm/source/patched-yasm":
276     "/trunk/deps/third_party/yasm/patched-yasm@167605",
278   "src/third_party/libjpeg_turbo":
279     "/trunk/deps/third_party/libjpeg_turbo@177737",
281   "src/third_party/flac":
282     "/trunk/deps/third_party/flac@177788",
284   "src/third_party/pyftpdlib/src":
285     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
287   "src/third_party/scons-2.0.1":
288     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
289         Var("nacl_tools_revision"),
291   "src/third_party/webrtc":
292     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
294   "src/third_party/openmax_dl":
295     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@3720",
297   "src/third_party/jsoncpp/source/include":
298     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
299         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
301   "src/third_party/jsoncpp/source/src/lib_json":
302     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
303         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
305   "src/third_party/libyuv":
306     (Var("googlecode_url") % "libyuv") + "/trunk@618",
308   "src/third_party/smhasher/src":
309     (Var("googlecode_url") % "smhasher") + "/trunk@148",
311   "src/third_party/libphonenumber/src/phonenumbers":
312      (Var("googlecode_url") % "libphonenumber") +
313          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
314   "src/third_party/libphonenumber/src/test":
315      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
316          Var("libphonenumber_revision"),
317   "src/third_party/libphonenumber/src/resources":
318      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
319          Var("libphonenumber_revision"),
321   "src/third_party/undoview":
322     "/trunk/deps/third_party/undoview@119694",
324   "src/tools/deps2git":
325     "/trunk/tools/deps2git@194189",
327   "src/third_party/webpagereplay":
328     (Var("googlecode_url") % "web-page-replay") + "/trunk@511",
330   "src/third_party/pywebsocket/src":
331     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
333   "src/third_party/opus/src":
334     "/trunk/deps/third_party/opus@185324",
336   "src/third_party/accessibility-developer-tools":
337     Var("chromium_git") + "/external/accessibility-developer-tools.git@ad5df9a5341d38778658c90e4aa241c4ebe4e8aa",
339   "src/webkit/media/crypto/ppapi/cdm":
340     "/trunk/deps/cdm@181763",
344 deps_os = {
345   "win": {
346     "src/chrome/tools/test/reference_build/chrome_win":
347       "/trunk/deps/reference_builds/chrome_win@195861",
349     "src/third_party/cygwin":
350       "/trunk/deps/third_party/cygwin@133786",
352     "src/third_party/python_26":
353       "/trunk/tools/third_party/python_26@89111",
355     "src/third_party/psyco_win32":
356       "/trunk/deps/third_party/psyco_win32@79861",
358     "src/third_party/bison":
359       "/trunk/deps/third_party/bison@147303",
361     "src/third_party/gperf":
362       "/trunk/deps/third_party/gperf@147304",
364     "src/third_party/perl":
365       "/trunk/deps/third_party/perl@147900",
367     "src/third_party/lighttpd":
368       "/trunk/deps/third_party/lighttpd@33727",
370     # Chrome Frame related deps
371     "src/third_party/xulrunner-sdk":
372       "/trunk/deps/third_party/xulrunner-sdk@119756",
373     "src/chrome_frame/tools/test/reference_build/chrome_win":
374       "/trunk/deps/reference_builds/chrome_win@89574",
376     # Parses Windows PE/COFF executable format.
377     "src/third_party/pefile":
378       (Var("googlecode_url") % "pefile") + "/trunk@63",
380     # NSS, for SSLClientSocketNSS.
381     "src/third_party/nss":
382       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
384     "src/third_party/swig/win":
385       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
387     # GNU binutils assembler for x86-32.
388     "src/third_party/gnu_binutils":
389       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
390        Var("nacl_tools_revision")),
391     # GNU binutils assembler for x86-64.
392     "src/third_party/mingw-w64/mingw/bin":
393       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
394        Var("nacl_tools_revision")),
396     # Dependencies used by libjpeg-turbo
397     "src/third_party/yasm/binaries":
398       "/trunk/deps/third_party/yasm/binaries@154708",
400     # Binary level profile guided optimizations. This points to the
401     # latest release binaries for the toolchain.
402     "src/third_party/syzygy/binaries":
403       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1452",
405     # Binaries for nacl sdk.
406     "src/third_party/nacl_sdk_binaries":
407       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
408   },
409   "ios": {
410     "src/third_party/GTM":
411       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
412       Var("gtm_revision"),
414     "src/third_party/nss":
415       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
417     # class-dump utility to generate header files for undocumented SDKs
418     "src/testing/iossim/third_party/class-dump":
419       "/trunk/deps/third_party/class-dump@147231",
421     # Pull only the headers from WebKit.
422     "src/third_party/WebKit/Source/WebKit/chromium/public":
423       Var("ios_webkit_trunk") + "/Source/WebKit/chromium/public@" +
424       Var("ios_webkit_revision"),
425     "src/third_party/WebKit/Source/Platform/chromium/public":
426       Var("ios_webkit_trunk") + "/Source/Platform/chromium/public@" +
427       Var("ios_webkit_revision"),
429     # Code that's not needed due to not building everything (especially WebKit).
430     "src/build/util/support": None,
431     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
432     "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources": None,
433     "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
434     "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None,
435     "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
436     "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
437     "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
438     "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
439     "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
440     "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
441     "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
442     "src/content/test/data/layout_tests/LayoutTests/media": None,
443     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
444     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
445     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
446     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
447     "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
448     "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
449     "src/chrome/test/data/perf/canvas_bench": None,
450     "src/chrome/test/data/perf/frame_rate/content": None,
451     "src/native_client": None,
452     "src/native_client/src/third_party/ppapi": None,
453     "src/sandbox/linux/seccomp-legacy": None,
454     "src/third_party/angle": None,
455     "src/third_party/bidichecker": None,
456     "src/third_party/webgl_conformance": None,
457     "src/third_party/ffmpeg": None,
458     "src/third_party/hunspell_dictionaries": None,
459     "src/third_party/hunspell": None,
460     "src/third_party/leveldatabase/src": None,
461     "src/third_party/libexif/sources": None,
462     "src/third_party/libjpeg_turbo": None,
463     "src/third_party/libphonenumber/src/phonenumbers": None,
464     "src/third_party/libphonenumber/src/test": None,
465     "src/third_party/libphonenumber/src/resources": None,
466     "src/third_party/libsrtp": None,
467     "src/third_party/libvpx": None,
468     "src/third_party/libyuv": None,
469     "src/third_party/ots": None,
470     "src/third_party/pylib": None,
471     "src/third_party/pymox/src": None,
472     "src/third_party/safe_browsing/testing": None,
473     "src/third_party/scons-2.0.1": None,
474     "src/third_party/sfntly/cpp/src": None,
475     "src/third_party/smhasher/src": None,
476     "src/third_party/snappy/src": None,
477     "src/third_party/swig/Lib": None,
478     "src/third_party/undoview": None,
479     "src/third_party/v8-i18n": None,
480     "src/third_party/webdriver/pylib": None,
481     "src/third_party/webpagereplay": None,
482     "src/third_party/webrtc": None,
483     "src/third_party/WebKit": None,
484     "src/third_party/WebKit/LayoutTests": None,
485     "src/third_party/WebKit/Source": None,
486     "src/third_party/WebKit/Tools/DumpRenderTree": None,
487     "src/third_party/WebKit/Tools/Scripts": None,
488     "src/third_party/WebKit/Tools/TestWebKitAPI": None,
489     "src/third_party/yasm/source/patched-yasm": None,
490     "src/tools/page_cycler/acid3": None,
491     "src/v8": None,
492   },
493   "mac": {
494     "src/chrome/tools/test/reference_build/chrome_mac":
495       "/trunk/deps/reference_builds/chrome_mac@195861",
497     "src/third_party/GTM":
498       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
499       Var("gtm_revision"),
500     "src/third_party/pdfsqueeze":
501       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
502     "src/third_party/lighttpd":
503       "/trunk/deps/third_party/lighttpd@33737",
505     "src/third_party/swig/mac":
506       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
508     # NSS, for SSLClientSocketNSS.
509     "src/third_party/nss":
510       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
512     "src/chrome/installer/mac/third_party/xz/xz":
513       "/trunk/deps/third_party/xz@189101",
514   },
515   "unix": {
516     # Linux, really.
517     "src/chrome/tools/test/reference_build/chrome_linux":
518       "/trunk/deps/reference_builds/chrome_linux@195861",
520     "src/third_party/xdg-utils":
521       "/trunk/deps/third_party/xdg-utils@149334",
523     "src/third_party/swig/linux":
524       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
526     "src/third_party/lss":
527       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
528        Var("lss_revision")),
530     "src/third_party/openssl":
531       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
533     "src/third_party/WebKit/Tools/gdb":
534       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
536     "src/third_party/gold":
537       "/trunk/deps/third_party/gold@168091",
539     "src/third_party/libmtp":
540       "/trunk/deps/third_party/libmtp@178673",
542     # Used on Linux only. CrOS already has a copy.
543     "src/third_party/mtpd/source":
544       Var("chromiumos_git") + "/platform/mtpd.git" +
545       "@132604f107368f617a3073ba2d515b78641ceeed",
547     # Used on Linux only. CrOS already has a copy.
548     "src/third_party/cros_dbus_cplusplus/source":
549       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
550       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
552     # For Linux and Chromium OS.
553     "src/third_party/cros_system_api":
554       Var("chromiumos_git") + "/platform/system_api.git" +
555       "@3fabe2002eae665cd108685376d6a07ccbebe533",
557     # Note that this is different from Android's freetype repo.
558     "src/third_party/freetype2/src":
559       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
560       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
562     # Build tools for targeting ChromeOS.
563     "src/third_party/chromite":
564       Var("chromiumos_git") + "/chromite.git" +
565       "@848d591953f69426080f8a5f29130897bd6fc73d",
567     # Dependency of chromite.git.
568     "src/third_party/pyelftools":
569       Var("chromiumos_git") + "/third_party/pyelftools.git" +
570       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
571   },
572   "android": {
573     "src/third_party/android_tools":
574       Var("chromium_git") + "/android_tools.git" +
575       "@6c57b3397787c23888f9ded9f6a0c0c3f3fdc3a5",
577     "src/third_party/aosp":
578       "/trunk/deps/third_party/aosp@148330",
580     "src/third_party/apache-mime4j":
581       "/trunk/deps/third_party/apache-mime4j@170888",
583     "src/third_party/findbugs":
584       "/trunk/deps/third_party/findbugs@163586",
586     "src/third_party/freetype":
587       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
588       "@96551feab72aac26836e9aaf4fae0962d39d5ab0",
590     "src/third_party/guava/src":
591       Var("chromium_git") + "/external/guava-libraries.git" +
592       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
594     "src/third_party/httpcomponents-client":
595       "/trunk/deps/third_party/httpcomponents-client@170888",
597     "src/third_party/httpcomponents-core":
598       "/trunk/deps/third_party/httpcomponents-core@170888",
600     "src/third_party/jarjar":
601       "/trunk/deps/third_party/jarjar@170888",
603     "src/third_party/jsr-305/src":
604       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
606     "src/third_party/lss":
607       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
608        Var("lss_revision")),
610     "src/third_party/openssl":
611       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
613     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
614       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
615   },
619 include_rules = [
620   # Everybody can use some things.
621   "+base",
622   "+build",
623   "+googleurl",
624   "+ipc",
626   # Everybody can use headers generated by tools/generate_library_loader.
627   "+library_loaders",
629   "+testing",
630   "+third_party/icu/public",
634 # checkdeps.py shouldn't check include paths for files in these dirs:
635 skip_child_includes = [
636   "breakpad",
637   "chrome_frame",
638   "delegate_execute",
639   "googleurl",
640   "metro_driver",
641   "native_client_sdk",
642   "o3d",
643   "pdf",
644   "sdch",
645   "skia",
646   "testing",
647   "third_party",
648   "v8",
649   "win8",
653 hooks = [
654   {
655     # This downloads binaries for Native Client's newlib toolchain.
656     # Done in lieu of building the toolchain from scratch as it can take
657     # anywhere from 30 minutes to 4 hours depending on platform to build.
658     "pattern": ".",
659     "action": [
660         "python", "src/build/download_nacl_toolchains.py",
661          "--no-arm-trusted",
662          "--keep",
663     ],
664   },
665   {
666     # Download arm sysroot image to src/arm-sysroot. This image updates
667     # at about the same rate that the chrome build deps change.
668     # This script is a no-op except for linux users who have
669     # target_arch=arm in thier GYP_DEFINES.
670     "pattern": ".",
671     "action": ["python", "src/build/linux/install-arm-sysroot.py",
672                "--linux-only"],
673   },
674   {
675     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
676     # zero seconds to run. If something changed, it downloads a prebuilt clang,
677     # which takes ~20s, but clang speeds up builds by more than 20s.
678     "pattern": ".",
679     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
680   },
681   {
682     # Update the cygwin mount on Windows.
683     "pattern": ".",
684     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
685   },
686   {
687     # Update LASTCHANGE. This is also run by export_tarball.py in
688     # src/tools/export_tarball - please keep them in sync.
689     "pattern": ".",
690     "action": ["python", "src/build/util/lastchange.py",
691                "-o", "src/build/util/LASTCHANGE"],
692   },
693   {
694     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
695     "pattern": ".",
696     "action": ["python", "src/build/gyp_chromium"],
697   },
698   {
699     # Check for landmines (reasons to clobber the build).
700     "pattern": ".",
701     "action": ["python", "src/build/landmines.py"],
702   },