Add missing nullity check to LayerTreeHostAnimationTestAnimationFinishedEvents
[chromium-blink-merge.git] / DEPS
blob41d80f66457281100ecfcae03c97bef8f6af2cb2
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://svn.webkit.org/repository/webkit/trunk",
10   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
11   "webkit_revision": "142973",
12   "chromium_git": "https://chromium.googlesource.com",
13   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
14   "swig_revision": "69281",
15   "nacl_revision": "10793",
16   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
17   # to update other nacl_*_revision's.
18   "nacl_tools_revision": "10001",  # native_client/DEPS: tools_rev
19   "gtm_revision": "578",
21   "libjingle_revision": "278",
22   "libphonenumber_revision": "456",
23   "libvpx_revision": "180104",
24   "lss_revision": "17",
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": "182000",
29   "ffmpeg_hash": "f1eba5baf573937ce2f50fee91300dbe7df8b91e",
31   "sfntly_revision": "134",
32   "skia_revision": "7745",
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": "13671",
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": "3501",
41   "jsoncpp_revision": "248",
42   "nss_revision": "182578",
45 deps = {
46   "src/breakpad/src":
47     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1104",
49   "src/googleurl":
50     (Var("googlecode_url") % "google-url") + "/trunk@183",
52   "src/sandbox/linux/seccomp-legacy":
53     (Var("googlecode_url") % "seccompsandbox") + "/trunk@189",
55   "src/sdch/open-vcdiff":
56     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
58   "src/testing/gtest":
59     (Var("googlecode_url") % "googletest") + "/trunk@629",
61   "src/testing/gmock":
62     (Var("googlecode_url") % "googlemock") + "/trunk@410",
64   "src/third_party/angle":
65     (Var("googlecode_url") % "angleproject") + "/trunk@1827",
67   "src/third_party/trace-viewer":
68     (Var("googlecode_url") % "trace-viewer") + "/trunk@204",
70   # Note that this is *not* where we check out WebKit -- this just
71   # puts some extra files into place for the real WebKit checkout to
72   # happen.  See lines mentioning "webkit_revision" for the real
73   # WebKit checkout.
74   "src/third_party/WebKit":
75     "/trunk/deps/third_party/WebKit@76115",
77   "src/third_party/icu":
78     "/trunk/deps/third_party/icu46@182486",
80   "src/third_party/libexif/sources":
81     "/trunk/deps/third_party/libexif/sources@146817",
83   "src/third_party/hunspell":
84    "/trunk/deps/third_party/hunspell@177853",
86   "src/third_party/hunspell_dictionaries":
87     "/trunk/deps/third_party/hunspell_dictionaries@175986",
89   "src/third_party/safe_browsing/testing":
90     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
92   "src/third_party/cacheinvalidation/src":
93     (Var("googlecode_url") % "google-cache-invalidation-api") +
94     "/trunk/src@273",
96   "src/third_party/leveldatabase/src":
97     (Var("googlecode_url") % "leveldb") + "/trunk@72",
99   "src/third_party/snappy/src":
100     (Var("googlecode_url") % "snappy") + "/trunk@63",
102   "src/tools/grit":
103     (Var("googlecode_url") % "grit-i18n") + "/trunk@107",
105   "src/tools/gyp":
106     (Var("googlecode_url") % "gyp") + "/trunk@1575",
108   "src/tools/swarm_client":
109     "/trunk/tools/swarm_client@181665",
111   "src/v8":
112     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
114   "src/native_client":
115     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
117   "src/third_party/pymox/src":
118     (Var("googlecode_url") % "pymox") + "/trunk@70",
120   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
121     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
122     Var("nacl_revision"),
124   "src/third_party/sfntly/cpp/src":
125     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
126     Var("sfntly_revision"),
128   "src/third_party/skia/src":
129     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
131   "src/third_party/skia/gyp":
132     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
134   "src/third_party/skia/include":
135     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
137   "src/third_party/WebKit/LayoutTests":
138     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
140   "src/third_party/WebKit/Source":
141     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
143   "src/third_party/WebKit/Tools/DumpRenderTree":
144     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
146   "src/third_party/WebKit/Tools/Scripts":
147     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
149   "src/third_party/WebKit/Tools/TestWebKitAPI":
150     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
152   "src/third_party/ots":
153     (Var("googlecode_url") % "ots") + "/trunk@97",
155   "src/tools/page_cycler/acid3":
156     "/trunk/deps/page_cycler/acid3@171600",
158   "src/chrome/test/data/perf/canvas_bench":
159     "/trunk/deps/canvas_bench@122605",
161   "src/chrome/test/data/perf/frame_rate/content":
162     "/trunk/deps/frame_rate/content@93671",
164   "src/chrome/test/data/perf/third_party/octane":
165     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
167   "src/third_party/bidichecker":
168     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
170   "src/third_party/v8-i18n":
171     (Var("googlecode_url") % "v8-i18n") + "/trunk@164",
173   # When roll to another webgl conformance tests revision, please goto
174   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
175   "src/third_party/webgl_conformance":
176     "/trunk/deps/third_party/webgl/sdk/tests@170088",
178   # We run these layout tests as UI tests. Since many of the buildbots that
179   # run layout tests do NOT have access to the LayoutTest directory, we need
180   # to map them here. In practice, these do not take up much space.
181   "src/content/test/data/layout_tests/LayoutTests/fast/events":
182     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
183     Var("webkit_revision"),
184   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
185     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
186     Var("webkit_revision"),
187   "src/content/test/data/layout_tests/LayoutTests/fast/workers":
188     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
189     Var("webkit_revision"),
190   "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
191     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
192     Var("webkit_revision"),
193   "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
194     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
195     Var("webkit_revision"),
196   "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
197     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
198     Var("webkit_revision"),
199   "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
200     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
201     Var("webkit_revision"),
202   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
203     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
204     Var("webkit_revision"),
205   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/files":
206     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/files@" +
207     Var("webkit_revision"),
208   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events":
209     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/events@" +
210     Var("webkit_revision"),
211   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
212     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
213     Var("webkit_revision"),
214   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
215     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
216     Var("webkit_revision"),
217   "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
218     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
219     Var("webkit_revision"),
220   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
221     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
222     Var("webkit_revision"),
223   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
224     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
225     Var("webkit_revision"),
226   "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
227     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
228     Var("webkit_revision"),
229   "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
230     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
231     Var("webkit_revision"),
232   "src/content/test/data/layout_tests/LayoutTests/fast/files":
233     Var("webkit_trunk") + "/LayoutTests/fast/files@" +
234     Var("webkit_revision"),
235   "src/content/test/data/layout_tests/LayoutTests/fast/filesystem":
236     Var("webkit_trunk") + "/LayoutTests/fast/filesystem@" +
237     Var("webkit_revision"),
238   "src/content/test/data/layout_tests/LayoutTests/media":
239     Var("webkit_trunk") + "/LayoutTests/media@" +
240     Var("webkit_revision"),
241   "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources":
242     Var("webkit_trunk") + "/LayoutTests/editing/pasteboard/resources@" +
243     Var("webkit_revision"),
245   "src/third_party/swig/Lib":
246     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
248   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
249   "src/third_party/webdriver/pylib":
250     (Var("googlecode_url") % "selenium") + "/trunk/py@16922",
252   "src/third_party/libvpx":
253     "/trunk/deps/third_party/libvpx@" +
254     Var("libvpx_revision"),
256   "src/third_party/ffmpeg":
257     "/trunk/deps/third_party/ffmpeg@" +
258     Var("ffmpeg_revision"),
260   "src/third_party/libjingle/source":
261     (Var("googlecode_url") % "libjingle") + "/trunk@" +
262     Var("libjingle_revision"),
264   "src/third_party/libsrtp":
265     "/trunk/deps/third_party/libsrtp@174628",
267   "src/third_party/speex":
268     "/trunk/deps/third_party/speex@177782",
270   "src/third_party/yasm/source/patched-yasm":
271     "/trunk/deps/third_party/yasm/patched-yasm@167605",
273   "src/third_party/libjpeg_turbo":
274     "/trunk/deps/third_party/libjpeg_turbo@177737",
276   "src/third_party/flac":
277     "/trunk/deps/third_party/flac@177788",
279   "src/third_party/pyftpdlib/src":
280     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
282   "src/third_party/scons-2.0.1":
283     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
284         Var("nacl_tools_revision"),
286   "src/third_party/webrtc":
287     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
289   "src/third_party/jsoncpp/source/include":
290     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
291         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
293   "src/third_party/jsoncpp/source/src/lib_json":
294     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
295         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
297   "src/third_party/libyuv":
298     (Var("googlecode_url") % "libyuv") + "/trunk@540",
300   "src/third_party/smhasher/src":
301     (Var("googlecode_url") % "smhasher") + "/trunk@147",
303   "src/third_party/libphonenumber/src/phonenumbers":
304      (Var("googlecode_url") % "libphonenumber") +
305          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
306   "src/third_party/libphonenumber/src/test":
307      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
308          Var("libphonenumber_revision"),
309   "src/third_party/libphonenumber/src/resources":
310      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
311          Var("libphonenumber_revision"),
313   "src/third_party/undoview":
314     "/trunk/deps/third_party/undoview@119694",
316   "src/tools/deps2git":
317     "/trunk/tools/deps2git@181098",
319   "src/third_party/webpagereplay":
320     (Var("googlecode_url") % "web-page-replay") + "/trunk@506",
322   "src/third_party/pywebsocket/src":
323     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
325   "src/third_party/opus/src":
326     "/trunk/deps/third_party/opus@173498",
328   "src/third_party/accessibility-developer-tools":
329     Var("chromium_git") + "/external/accessibility-developer-tools.git@ad5df9a5341d38778658c90e4aa241c4ebe4e8aa",
331   "src/webkit/media/crypto/ppapi/cdm":
332     "/trunk/deps/cdm@181763",
336 deps_os = {
337   "win": {
338     "src/chrome/tools/test/reference_build/chrome_win":
339       "/trunk/deps/reference_builds/chrome_win@137747",
341     "src/third_party/cygwin":
342       "/trunk/deps/third_party/cygwin@133786",
344     "src/third_party/python_26":
345       "/trunk/tools/third_party/python_26@89111",
347     "src/third_party/psyco_win32":
348       "/trunk/deps/third_party/psyco_win32@79861",
350     "src/third_party/bison":
351       "/trunk/deps/third_party/bison@147303",
353     "src/third_party/gperf":
354       "/trunk/deps/third_party/gperf@147304",
356     "src/third_party/perl":
357       "/trunk/deps/third_party/perl@147900",
359     "src/third_party/lighttpd":
360       "/trunk/deps/third_party/lighttpd@33727",
362     # Chrome Frame related deps
363     "src/third_party/xulrunner-sdk":
364       "/trunk/deps/third_party/xulrunner-sdk@119756",
365     "src/chrome_frame/tools/test/reference_build/chrome_win":
366       "/trunk/deps/reference_builds/chrome_win@89574",
368     # Parses Windows PE/COFF executable format.
369     "src/third_party/pefile":
370       (Var("googlecode_url") % "pefile") + "/trunk@63",
372     # NSS, for SSLClientSocketNSS.
373     "src/third_party/nss":
374       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
376     "src/third_party/swig/win":
377       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
379     # GNU binutils assembler for x86-32.
380     "src/third_party/gnu_binutils":
381       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
382        Var("nacl_tools_revision")),
383     # GNU binutils assembler for x86-64.
384     "src/third_party/mingw-w64/mingw/bin":
385       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
386        Var("nacl_tools_revision")),
388     # Dependencies used by libjpeg-turbo
389     "src/third_party/yasm/binaries":
390       "/trunk/deps/third_party/yasm/binaries@154708",
392     # Binary level profile guided optimizations. This points to the
393     # latest release binaries for the toolchain.
394     "src/third_party/syzygy/binaries":
395       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1289",
397     # Binaries for nacl sdk.
398     "src/third_party/nacl_sdk_binaries":
399       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
400   },
401   "ios": {
402     "src/third_party/GTM":
403       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
404       Var("gtm_revision"),
406     "src/third_party/nss":
407       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
409     # class-dump utility to generate header files for undocumented SDKs
410     "src/testing/iossim/third_party/class-dump":
411       "/trunk/deps/third_party/class-dump@147231",
413     # Pull only the headers from WebKit.
414     "src/third_party/WebKit/Source/WebKit/chromium/public":
415       Var("webkit_trunk") + "/Source/WebKit/chromium/public@" +
416       Var("webkit_revision"),
417     "src/third_party/WebKit/Source/Platform/chromium/public":
418       Var("webkit_trunk") + "/Source/Platform/chromium/public@" +
419       Var("webkit_revision"),
421     # Code that's not needed due to not building everything (especially WebKit).
422     "src/build/util/support": None,
423     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
424     "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources": None,
425     "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
426     "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None,
427     "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
428     "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
429     "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
430     "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
431     "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
432     "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
433     "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
434     "src/content/test/data/layout_tests/LayoutTests/media": None,
435     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
436     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
437     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
438     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
439     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events": None,
440     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": None,
441     "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
442     "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
443     "src/chrome/test/data/perf/canvas_bench": None,
444     "src/chrome/test/data/perf/frame_rate/content": None,
445     "src/native_client": None,
446     "src/native_client/src/third_party/ppapi": None,
447     "src/sandbox/linux/seccomp-legacy": None,
448     "src/third_party/angle": None,
449     "src/third_party/bidichecker": None,
450     "src/third_party/webgl_conformance": None,
451     "src/third_party/ffmpeg": None,
452     "src/third_party/hunspell_dictionaries": None,
453     "src/third_party/hunspell": None,
454     "src/third_party/leveldatabase/src": None,
455     "src/third_party/libexif/sources": None,
456     "src/third_party/libjpeg_turbo": None,
457     "src/third_party/libphonenumber/src/phonenumbers": None,
458     "src/third_party/libphonenumber/src/test": None,
459     "src/third_party/libphonenumber/src/resources": None,
460     "src/third_party/libsrtp": None,
461     "src/third_party/libvpx": None,
462     "src/third_party/libyuv": None,
463     "src/third_party/ots": None,
464     "src/third_party/pylib": None,
465     "src/third_party/pymox/src": None,
466     "src/third_party/safe_browsing/testing": None,
467     "src/third_party/scons-2.0.1": None,
468     "src/third_party/sfntly/cpp/src": None,
469     "src/third_party/smhasher/src": None,
470     "src/third_party/snappy/src": None,
471     "src/third_party/swig/Lib": None,
472     "src/third_party/undoview": None,
473     "src/third_party/v8-i18n": None,
474     "src/third_party/webdriver/pylib": None,
475     "src/third_party/webpagereplay": None,
476     "src/third_party/webrtc": None,
477     "src/third_party/WebKit": None,
478     "src/third_party/WebKit/LayoutTests": None,
479     "src/third_party/WebKit/Source": None,
480     "src/third_party/WebKit/Tools/DumpRenderTree": None,
481     "src/third_party/WebKit/Tools/Scripts": None,
482     "src/third_party/WebKit/Tools/TestWebKitAPI": None,
483     "src/third_party/yasm/source/patched-yasm": None,
484     "src/tools/page_cycler/acid3": None,
485     "src/v8": None,
486   },
487   "mac": {
488     "src/chrome/tools/test/reference_build/chrome_mac":
489       "/trunk/deps/reference_builds/chrome_mac@137727",
491     "src/third_party/GTM":
492       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
493       Var("gtm_revision"),
494     "src/third_party/pdfsqueeze":
495       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
496     "src/third_party/lighttpd":
497       "/trunk/deps/third_party/lighttpd@33737",
499     "src/third_party/swig/mac":
500       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
502     # NSS, for SSLClientSocketNSS.
503     "src/third_party/nss":
504       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
506     "src/chrome/installer/mac/third_party/xz/xz":
507       "/trunk/deps/third_party/xz@87706",
508   },
509   "unix": {
510     # Linux, really.
511     "src/chrome/tools/test/reference_build/chrome_linux":
512       "/trunk/deps/reference_builds/chrome_linux@137712",
514     "src/third_party/xdg-utils":
515       "/trunk/deps/third_party/xdg-utils@149334",
517     "src/third_party/swig/linux":
518       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
520     "src/third_party/lss":
521       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
522        Var("lss_revision")),
524     "src/third_party/openssl":
525       "/trunk/deps/third_party/openssl@177803",
527     "src/third_party/WebKit/Tools/gdb":
528       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
530     "src/third_party/gold":
531       "/trunk/deps/third_party/gold@149858",
533     "src/third_party/libmtp":
534       "/trunk/deps/third_party/libmtp@178673",
536     # Used on Linux only. CrOS already has a copy.
537     "src/third_party/mtpd/source":
538       Var("chromiumos_git") + "/platform/mtpd.git" +
539       "@7313deef1bb6e4188bd1714acb6fc4c2be835be1",
541     # Used on Linux only. CrOS already has a copy.
542     "src/third_party/cros_dbus_cplusplus/source":
543       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
544       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
546     # For Linux and Chromium OS.
547     "src/third_party/cros_system_api":
548       Var("chromiumos_git") + "/platform/system_api.git" +
549       "@f1fccbe00f2e161da74ccb2776ab9d961b15259d",
550   },
551   "android": {
552     "src/third_party/android_tools":
553       Var("chromium_git") + "/android_tools.git" +
554       "@c92dbd7072f264fc90434221b01ab093f807bba6",
556     "src/third_party/aosp":
557       "/trunk/deps/third_party/aosp@148330",
559     "src/third_party/apache-mime4j":
560       "/trunk/deps/third_party/apache-mime4j@170888",
562     "src/third_party/findbugs":
563       "/trunk/deps/third_party/findbugs@163586",
565     "src/third_party/freetype":
566       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
567       "@96551feab72aac26836e9aaf4fae0962d39d5ab0",
569     "src/third_party/guava/src":
570       Var("chromium_git") + "/external/guava-libraries.git" +
571       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
573     "src/third_party/httpcomponents-client":
574       "/trunk/deps/third_party/httpcomponents-client@170888",
576     "src/third_party/httpcomponents-core":
577       "/trunk/deps/third_party/httpcomponents-core@170888",
579     "src/third_party/jarjar":
580       "/trunk/deps/third_party/jarjar@170888",
582     "src/third_party/jsr-305/src":
583       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
585     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
586       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
587   },
591 include_rules = [
592   # Everybody can use some things.
593   "+base",
594   "+build",
595   "+googleurl",
596   "+ipc",
598   # Everybody can use headers generated by tools/generate_library_loader.
599   "+library_loaders",
601   "+testing",
602   "+third_party/icu/public",
606 # checkdeps.py shouldn't check include paths for files in these dirs:
607 skip_child_includes = [
608   "breakpad",
609   "chrome_frame",
610   "delegate_execute",
611   "googleurl",
612   "metro_driver",
613   "native_client_sdk",
614   "o3d",
615   "pdf",
616   "sdch",
617   "skia",
618   "testing",
619   "third_party",
620   "v8",
621   "win8",
625 hooks = [
626   {
627     # This downloads binaries for Native Client's newlib toolchain.
628     # Done in lieu of building the toolchain from scratch as it can take
629     # anywhere from 30 minutes to 4 hours depending on platform to build.
630     "pattern": ".",
631     "action": [
632         "python", "src/build/download_nacl_toolchains.py",
633          "--no-arm-trusted",
634          "--keep",
635     ],
636   },
637   {
638     # Download arm sysroot image to src/arm-sysroot. This image updates
639     # at about the same rate that the chrome build deps change.
640     # This script is a no-op except for linux users who have
641     # target_arch=arm in thier GYP_DEFINES.
642     "pattern": ".",
643     "action": ["python", "src/build/linux/install-arm-sysroot.py",
644                "--linux-only"],
645   },
646   {
647     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
648     # zero seconds to run. If something changed, it downloads a prebuilt clang,
649     # which takes ~20s, but clang speeds up builds by more than 20s.
650     "pattern": ".",
651     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
652   },
653   {
654     # Update the cygwin mount on Windows.
655     "pattern": ".",
656     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
657   },
658   {
659     # Update LASTCHANGE. This is also run by export_tarball.py in
660     # src/tools/export_tarball - please keep them in sync.
661     "pattern": ".",
662     "action": ["python", "src/build/util/lastchange.py",
663                "-o", "src/build/util/LASTCHANGE"],
664   },
665   {
666     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
667     "pattern": ".",
668     "action": ["python", "src/build/gyp_chromium"],
669   },
670   {
671     # Check for landmines (reasons to clobber the build).
672     "pattern": ".",
673     "action": ["python", "src/build/landmines.py"],
674   },