Use blocking pool instead of file thread for ILT.
[chromium-blink-merge.git] / DEPS
blob66ebb0b89fabff7ea293c8d0dad5b245cc1d53b7
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": "129959",
12   "chromium_git": "http://git.chromium.org/git",
13   "chromiumos_git": "http://git.chromium.org/chromiumos",
14   "swig_revision": "69281",
15   "nacl_revision": "9843",
16   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
17   # to update other nacl_*_revision's.
18   "nacl_tools_revision": "9330",  # native_client/DEPS: tools_rev
19   "gtm_revision": "578",
21   "libjingle_revision": "195",
22   "libphonenumber_revision": "456",
23   "libvpx_revision": "152423",
24   "lss_revision": "13",
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": "159317",
29   "ffmpeg_hash": "3a9bce0eec65d13e2cf071e51757b7e90d082a4f",
31   "sfntly_revision": "134",
32   "skia_revision": "5728",
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": "12514",
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": "2718",
41   "jsoncpp_revision": "248",
42   "nss_revision": "158748",
45 deps = {
46   "src/breakpad/src":
47     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1052",
49   "src/googleurl":
50     (Var("googlecode_url") % "google-url") + "/trunk@179",
52   "src/sandbox/linux/seccomp-legacy":
53     (Var("googlecode_url") % "seccompsandbox") + "/trunk@187",
55   "src/sdch/open-vcdiff":
56     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
58   "src/testing/gtest":
59     (Var("googlecode_url") % "googletest") + "/trunk@621",
61   "src/testing/gmock":
62     (Var("googlecode_url") % "googlemock") + "/trunk@405",
64   "src/third_party/angle":
65     (Var("googlecode_url") % "angleproject") + "/trunk@1275",
67   "src/third_party/trace-viewer":
68     (Var("googlecode_url") % "trace-viewer") + "/trunk@168",
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@158118",
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@149334",
86   "src/third_party/hunspell_dictionaries":
87     "/trunk/deps/third_party/hunspell_dictionaries@149334",
89   "src/third_party/safe_browsing/testing":
90     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
92   "src/third_party/cacheinvalidation/files/src/google":
93     (Var("googlecode_url") % "google-cache-invalidation-api") +
94     "/trunk/src/google@220",
96   "src/third_party/leveldatabase/src":
97     (Var("googlecode_url") % "leveldb") + "/trunk@67",
99   "src/third_party/snappy/src":
100     (Var("googlecode_url") % "snappy") + "/trunk@63",
102   "src/tools/grit":
103     (Var("googlecode_url") % "grit-i18n") + "/trunk@71",
105   "src/tools/gyp":
106     (Var("googlecode_url") % "gyp") + "/trunk@1508",
108   "src/v8":
109     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
111   "src/native_client":
112     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
114   "src/third_party/pymox/src":
115     (Var("googlecode_url") % "pymox") + "/trunk@70",
117   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
118     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
119     Var("nacl_revision"),
121   "src/third_party/sfntly/cpp/src":
122     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
123     Var("sfntly_revision"),
125   "src/third_party/skia/src":
126     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
128   "src/third_party/skia/gyp":
129     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
131   "src/third_party/skia/include":
132     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
134   "src/third_party/WebKit/LayoutTests":
135     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
137   "src/third_party/WebKit/Source":
138     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
140   "src/third_party/WebKit/Tools/DumpRenderTree":
141     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
143   "src/third_party/WebKit/Tools/Scripts":
144     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
146   "src/third_party/WebKit/Tools/TestWebKitAPI":
147     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
149   "src/third_party/ots":
150     (Var("googlecode_url") % "ots") + "/trunk@95",
152   "src/tools/page_cycler/acid3":
153     "/trunk/deps/page_cycler/acid3@150075",
155   "src/chrome/test/data/perf/canvas_bench":
156     "/trunk/deps/canvas_bench@122605",
158   "src/chrome/test/data/perf/frame_rate/content":
159     "/trunk/deps/frame_rate/content@93671",
161   "src/third_party/bidichecker":
162     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
164   "src/third_party/v8-i18n":
165     (Var("googlecode_url") % "v8-i18n") + "/trunk@143",
167   # When roll to another webgl conformance tests revision, please goto
168   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
169   "src/third_party/webgl_conformance":
170     "/trunk/deps/third_party/webgl/sdk/tests@148561",
172   # We run these layout tests as UI tests. Since many of the buildbots that
173   # run layout tests do NOT have access to the LayoutTest directory, we need
174   # to map them here. In practice, these do not take up much space.
175   "src/content/test/data/layout_tests/LayoutTests/fast/events":
176     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
177     Var("webkit_revision"),
178   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
179     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
180     Var("webkit_revision"),
181   "src/content/test/data/layout_tests/LayoutTests/fast/workers":
182     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
183     Var("webkit_revision"),
184   "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
185     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
186     Var("webkit_revision"),
187   "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
188     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
189     Var("webkit_revision"),
190   "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
191     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
192     Var("webkit_revision"),
193   "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
194     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
195     Var("webkit_revision"),
196   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
197     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
198     Var("webkit_revision"),
199   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events":
200     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/events@" +
201     Var("webkit_revision"),
202   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
203     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
204     Var("webkit_revision"),
205   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
206     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
207     Var("webkit_revision"),
208   "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
209     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
210     Var("webkit_revision"),
211   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
212     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
213     Var("webkit_revision"),
214   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
215     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
216     Var("webkit_revision"),
217   "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
218     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
219     Var("webkit_revision"),
220   "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
221     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
222     Var("webkit_revision"),
223   "src/content/test/data/layout_tests/LayoutTests/fast/files":
224     Var("webkit_trunk") + "/LayoutTests/fast/files@" +
225     Var("webkit_revision"),
226   "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
227     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
228     Var("webkit_revision"),
229   "src/content/test/data/layout_tests/LayoutTests/media":
230     Var("webkit_trunk") + "/LayoutTests/media@" +
231     Var("webkit_revision"),
233   "src/third_party/swig/Lib":
234     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
236   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
237   "src/third_party/webdriver/pylib":
238     (Var("googlecode_url") % "selenium") + "/trunk/py@16922",
240   "src/third_party/libvpx":
241     "/trunk/deps/third_party/libvpx@" +
242     Var("libvpx_revision"),
244   "src/third_party/ffmpeg":
245     "/trunk/deps/third_party/ffmpeg@" +
246     Var("ffmpeg_revision"),
248   "src/third_party/libjingle/source":
249     (Var("googlecode_url") % "libjingle") + "/trunk@" +
250     Var("libjingle_revision"),
252   "src/third_party/libsrtp":
253     "/trunk/deps/third_party/libsrtp@157430",
255   "src/third_party/speex":
256     "/trunk/deps/third_party/speex@149334",
258   "src/third_party/yasm/source/patched-yasm":
259     "/trunk/deps/third_party/yasm/patched-yasm@154708",
261   "src/third_party/libjpeg_turbo":
262     "/trunk/deps/third_party/libjpeg_turbo@149334",
264   "src/third_party/flac":
265     "/trunk/deps/third_party/flac@149334",
267   "src/third_party/pyftpdlib/src":
268     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
270   "src/third_party/scons-2.0.1":
271     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
272         Var("nacl_tools_revision"),
274   "src/third_party/webrtc":
275     (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision"),
277   "src/third_party/jsoncpp/source/include":
278     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
279         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
281   "src/third_party/jsoncpp/source/src/lib_json":
282     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
283         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
285   "src/third_party/libyuv":
286     (Var("googlecode_url") % "libyuv") + "/trunk@364",
288   "src/third_party/mozc/session":
289     (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
291   "src/third_party/mozc/chrome/chromeos/renderer":
292     (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
294   "src/third_party/smhasher/src":
295     (Var("googlecode_url") % "smhasher") + "/trunk@146",
297   "src/third_party/libphonenumber/src/phonenumbers":
298      (Var("googlecode_url") % "libphonenumber") +
299          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
300   "src/third_party/libphonenumber/src/test":
301      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
302          Var("libphonenumber_revision"),
303   "src/third_party/libphonenumber/src/resources":
304      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
305          Var("libphonenumber_revision"),
307   "src/third_party/undoview":
308     "/trunk/deps/third_party/undoview@119694",
310   "src/tools/deps2git":
311     "/trunk/tools/deps2git@157441",
313   "src/third_party/webpagereplay":
314     (Var("googlecode_url") % "web-page-replay") + "/trunk@494",
316   "src/third_party/pywebsocket/src":
317     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@661",
321 deps_os = {
322   "win": {
323     "src/chrome/tools/test/reference_build/chrome_win":
324       "/trunk/deps/reference_builds/chrome_win@137747",
326     "src/third_party/cygwin":
327       "/trunk/deps/third_party/cygwin@133786",
329     "src/third_party/python_26":
330       "/trunk/tools/third_party/python_26@89111",
332     "src/third_party/psyco_win32":
333       "/trunk/deps/third_party/psyco_win32@79861",
335     "src/third_party/bison":
336       "/trunk/deps/third_party/bison@147303",
338     "src/third_party/gperf":
339       "/trunk/deps/third_party/gperf@147304",
341     "src/third_party/perl":
342       "/trunk/deps/third_party/perl@147900",
344     "src/third_party/lighttpd":
345       "/trunk/deps/third_party/lighttpd@33727",
347     # Chrome Frame related deps
348     "src/third_party/xulrunner-sdk":
349       "/trunk/deps/third_party/xulrunner-sdk@119756",
350     "src/chrome_frame/tools/test/reference_build/chrome_win":
351       "/trunk/deps/reference_builds/chrome_win@89574",
353     # Parses Windows PE/COFF executable format.
354     "src/third_party/pefile":
355       (Var("googlecode_url") % "pefile") + "/trunk@63",
357     # NSS, for SSLClientSocketNSS.
358     "src/third_party/nss":
359       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
361     "src/third_party/swig/win":
362       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
364     # GNU binutils assembler for x86-32.
365     "src/third_party/gnu_binutils":
366       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
367        Var("nacl_tools_revision")),
368     # GNU binutils assembler for x86-64.
369     "src/third_party/mingw-w64/mingw/bin":
370       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
371        Var("nacl_tools_revision")),
373     # Dependencies used by libjpeg-turbo
374     "src/third_party/yasm/binaries":
375       "/trunk/deps/third_party/yasm/binaries@154708",
377     # Binary level profile guided optimizations. This points to the
378     # latest release binaries for the toolchain.
379     "src/third_party/syzygy/binaries":
380       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1083",
382     # Binaries for nacl sdk.
383     "src/third_party/nacl_sdk_binaries":
384       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
385   },
386   "ios": {
387     "src/third_party/GTM":
388       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
389       Var("gtm_revision"),
391     "src/third_party/nss":
392       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
394     # class-dump utility to generate header files for undocumented SDKs
395     "src/testing/iossim/third_party/class-dump":
396       "/trunk/deps/third_party/class-dump@147231",
398     # Pull only the headers from WebKit.
399     "src/third_party/WebKit/Source/WebKit/chromium/public":
400       Var("webkit_trunk") + "/Source/WebKit/chromium/public@" +
401       Var("webkit_revision"),
402     "src/third_party/WebKit/Source/Platform/chromium/public":
403       Var("webkit_trunk") + "/Source/Platform/chromium/public@" +
404       Var("webkit_revision"),
406     # Code that's not needed due to not building everything (especially WebKit).
407     "src/build/util/support": None,
408     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
409     "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
410     "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources": None,
411     "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
412     "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
413     "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
414     "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
415     "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
416     "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
417     "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
418     "src/content/test/data/layout_tests/LayoutTests/media": None,
419     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
420     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
421     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
422     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
423     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events": None,
424     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": None,
425     "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
426     "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
427     "src/chrome/test/data/perf/canvas_bench": None,
428     "src/chrome/test/data/perf/frame_rate/content": None,
429     "src/native_client": None,
430     "src/native_client/src/third_party/ppapi": None,
431     "src/native_client_sdk/src/site_scons": None,
432     "src/sandbox/linux/seccomp-legacy": None,
433     "src/third_party/angle": None,
434     "src/third_party/bidichecker": None,
435     "src/third_party/webgl_conformance": None,
436     "src/third_party/ffmpeg": None,
437     "src/third_party/hunspell_dictionaries": None,
438     "src/third_party/hunspell": None,
439     "src/third_party/leveldatabase/src": None,
440     "src/third_party/libexif/sources": None,
441     "src/third_party/libjingle/source": None,
442     "src/third_party/libjpeg_turbo": None,
443     "src/third_party/libphonenumber/src/phonenumbers": None,
444     "src/third_party/libphonenumber/src/test": None,
445     "src/third_party/libphonenumber/src/resources": None,
446     "src/third_party/jsoncpp/source/include": None,
447     "src/third_party/jsoncpp/source/src/lib_json": None,
448     "src/third_party/libsrtp": None,
449     "src/third_party/libvpx": None,
450     "src/third_party/libyuv": None,
451     "src/third_party/mozc/session": None,
452     "src/third_party/mozc/chrome/chromeos/renderer": None,
453     "src/third_party/ots": None,
454     "src/third_party/pylib": None,
455     "src/third_party/pymox/src": None,
456     "src/third_party/safe_browsing/testing": None,
457     "src/third_party/scons-2.0.1": None,
458     "src/third_party/sfntly/cpp/src": None,
459     "src/third_party/smhasher/src": None,
460     "src/third_party/snappy/src": None,
461     "src/third_party/swig/Lib": None,
462     "src/third_party/undoview": None,
463     "src/third_party/v8-i18n": None,
464     "src/third_party/webdriver/pylib": None,
465     "src/third_party/webpagereplay": None,
466     "src/third_party/webrtc": None,
467     "src/third_party/WebKit": None,
468     "src/third_party/WebKit/LayoutTests": None,
469     "src/third_party/WebKit/Source": None,
470     "src/third_party/WebKit/Tools/DumpRenderTree": None,
471     "src/third_party/WebKit/Tools/Scripts": None,
472     "src/third_party/WebKit/Tools/TestWebKitAPI": None,
473     "src/third_party/yasm/source/patched-yasm": None,
474     "src/tools/page_cycler/acid3": None,
475     "src/v8": None,
476   },
477   "mac": {
478     "src/chrome/tools/test/reference_build/chrome_mac":
479       "/trunk/deps/reference_builds/chrome_mac@137727",
481     "src/third_party/GTM":
482       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
483       Var("gtm_revision"),
484     "src/third_party/pdfsqueeze":
485       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
486     "src/third_party/lighttpd":
487       "/trunk/deps/third_party/lighttpd@33737",
489     "src/third_party/swig/mac":
490       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
492     # NSS, for SSLClientSocketNSS.
493     "src/third_party/nss":
494       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
496     "src/chrome/installer/mac/third_party/xz/xz":
497       "/trunk/deps/third_party/xz@87706",
498   },
499   "unix": {
500     # Linux, really.
501     "src/chrome/tools/test/reference_build/chrome_linux":
502       "/trunk/deps/reference_builds/chrome_linux@137712",
504     "src/third_party/xdg-utils":
505       "/trunk/deps/third_party/xdg-utils@149334",
507     "src/third_party/swig/linux":
508       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
510     "src/third_party/lss":
511       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
512        Var("lss_revision")),
514     "src/third_party/openssl":
515       "/trunk/deps/third_party/openssl@157142",
517     "src/third_party/WebKit/Tools/gdb":
518       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
520     "src/third_party/gold":
521       "/trunk/deps/third_party/gold@149858",
523     "src/third_party/libmtp":
524       "/trunk/deps/third_party/libmtp@149713",
526     # For Chromium OS.
527     "src/third_party/cros_system_api":
528       Var("chromiumos_git") + "/platform/system_api.git" +
529       "@94ed6fa5e9c8d55d183260a41856899502af0459",
530   },
531   "android": {
532     "src/third_party/freetype":
533       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
534       "@41c2c4116acca09389cc5fe2ea393eaada546422",
536     "src/third_party/aosp":
537       "/trunk/deps/third_party/aosp@148330",
539     "src/third_party/android_tools":
540       Var("chromium_git") + "/android_tools.git" +
541       "@e1bf0d38fe01f7ada8ff7ba96321c9af8c06d7c2",
542   },
546 include_rules = [
547   # Everybody can use some things.
548   "+base",
549   "+build",
550   "+googleurl",
551   "+ipc",
553   # For now, we allow ICU to be included by specifying "unicode/...", although
554   # this should probably change.
555   "+unicode",
556   "+testing",
560 # checkdeps.py shouldn't check include paths for files in these dirs:
561 skip_child_includes = [
562   "breakpad",
563   "chrome_frame",
564   "delegate_execute",
565   "metro_driver",
566   "native_client_sdk",
567   "o3d",
568   "pdf",
569   "sdch",
570   "skia",
571   "testing",
572   "third_party",
573   "v8",
574   "win8",
578 hooks = [
579   {
580     # This downloads binaries for Native Client's newlib toolchain.
581     # Done in lieu of building the toolchain from scratch as it can take
582     # anywhere from 30 minutes to 4 hours depending on platform to build.
583     "pattern": ".",
584     "action": [
585         "python", "src/build/download_nacl_toolchains.py",
586          "--no-arm-trusted",
587          "--save-downloads-dir",
588              "src/native_client_sdk/src/build_tools/toolchain_archives",
589          "--keep",
590     ],
591   },
592   {
593     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
594     # zero seconds to run. If something changed, it downloads a prebuilt clang,
595     # which takes ~20s, but clang speeds up builds by more than 20s.
596     "pattern": ".",
597     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
598   },
599   {
600     # Update the cygwin mount on Windows.
601     "pattern": ".",
602     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
603   },
604   {
605     # Update LASTCHANGE. This is also run by export_tarball.py in
606     # src/tools/export_tarball - please keep them in sync.
607     "pattern": ".",
608     "action": ["python", "src/build/util/lastchange.py",
609                "-o", "src/build/util/LASTCHANGE"],
610   },
611   {
612     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
613     "pattern": ".",
614     "action": ["python", "src/build/gyp_chromium"],
615   },