Change the metro / desktop restart strings again
[chromium-blink-merge.git] / DEPS
blob0804ee5ca2f3dc2f89ea043108bfaa3e5ef9bb4b
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": "128729",
12   "chromium_git": "http://git.chromium.org/git",
13   "chromiumos_git": "http://git.chromium.org/chromiumos",
14   "swig_revision": "69281",
15   "nacl_revision": "9742",
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": "534",
21   "libjingle_revision": "193",
22   "libphonenumber_revision": "456",
23   "libvpx_revision": "152423",
24   "lss_revision": "11",
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": "155401",
29   "ffmpeg_hash": "4a1909e22211b340ee859a8c9d12e8825fe499b7",
31   "sfntly_revision": "134",
32   "skia_revision": "5559",
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": "154476",
45 deps = {
46   "src/breakpad/src":
47     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1020",
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@144",
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@149334",
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@67",
105   "src/tools/gyp":
106     # DO NOT ROLL GYP. The next gyp roll needs some tricks to work.
107     # Talk to thakis@ for details. (I'll try to get this fixed by friday.)
108     (Var("googlecode_url") % "gyp") + "/trunk@1492",
110   "src/v8":
111     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
113   "src/native_client":
114     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
116   "src/native_client_sdk/src/site_scons":
117     Var("nacl_trunk") + "/src/native_client/site_scons@" + Var("nacl_revision"),
119   "src/third_party/pymox/src":
120     (Var("googlecode_url") % "pymox") + "/trunk@70",
122   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
123     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
124     Var("nacl_revision"),
126   "src/third_party/sfntly/cpp/src":
127     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
128     Var("sfntly_revision"),
130   "src/third_party/skia/src":
131     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
133   "src/third_party/skia/gyp":
134     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
136   "src/third_party/skia/include":
137     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
139   "src/third_party/WebKit/LayoutTests":
140     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
142   "src/third_party/WebKit/Source":
143     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
145   "src/third_party/WebKit/Tools/DumpRenderTree":
146     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
148   "src/third_party/WebKit/Tools/Scripts":
149     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
151   "src/third_party/WebKit/Tools/TestWebKitAPI":
152     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
154   "src/third_party/ots":
155     (Var("googlecode_url") % "ots") + "/trunk@95",
157   "src/tools/page_cycler/acid3":
158     "/trunk/deps/page_cycler/acid3@150075",
160   "src/chrome/test/data/perf/canvas_bench":
161     "/trunk/deps/canvas_bench@122605",
163   "src/chrome/test/data/perf/frame_rate/content":
164     "/trunk/deps/frame_rate/content@93671",
166   "src/third_party/bidichecker":
167     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
169   "src/third_party/v8-i18n":
170     (Var("googlecode_url") % "v8-i18n") + "/trunk@142",
172   # When roll to another webgl conformance tests revision, please goto
173   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
174   "src/third_party/webgl_conformance":
175     "/trunk/deps/third_party/webgl/sdk/tests@148561",
177   # We run these layout tests as UI tests. Since many of the buildbots that
178   # run layout tests do NOT have access to the LayoutTest directory, we need
179   # to map them here. In practice, these do not take up much space.
180   "src/content/test/data/layout_tests/LayoutTests/fast/events":
181     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
182     Var("webkit_revision"),
183   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
184     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
185     Var("webkit_revision"),
186   "src/content/test/data/layout_tests/LayoutTests/fast/workers":
187     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
188     Var("webkit_revision"),
189   "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
190     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
191     Var("webkit_revision"),
192   "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
193     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
194     Var("webkit_revision"),
195   "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
196     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
197     Var("webkit_revision"),
198   "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
199     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
200     Var("webkit_revision"),
201   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
202     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
203     Var("webkit_revision"),
204   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events":
205     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/events@" +
206     Var("webkit_revision"),
207   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
208     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
209     Var("webkit_revision"),
210   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
211     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
212     Var("webkit_revision"),
213   "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
214     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
215     Var("webkit_revision"),
216   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
217     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
218     Var("webkit_revision"),
219   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
220     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
221     Var("webkit_revision"),
222   "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
223     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
224     Var("webkit_revision"),
225   "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
226     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
227     Var("webkit_revision"),
228   "src/content/test/data/layout_tests/LayoutTests/fast/files":
229     Var("webkit_trunk") + "/LayoutTests/fast/files@" +
230     Var("webkit_revision"),
231   "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
232     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
233     Var("webkit_revision"),
234   "src/content/test/data/layout_tests/LayoutTests/media":
235     Var("webkit_trunk") + "/LayoutTests/media@" +
236     Var("webkit_revision"),
238   "src/third_party/swig/Lib":
239     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
241   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
242   "src/third_party/webdriver/pylib":
243     (Var("googlecode_url") % "selenium") + "/trunk/py@16922",
245   "src/third_party/libvpx":
246     "/trunk/deps/third_party/libvpx@" +
247     Var("libvpx_revision"),
249   "src/third_party/ffmpeg":
250     "/trunk/deps/third_party/ffmpeg@" +
251     Var("ffmpeg_revision"),
253   "src/third_party/libjingle/source":
254     (Var("googlecode_url") % "libjingle") + "/trunk@" +
255     Var("libjingle_revision"),
257   "src/third_party/libsrtp":
258     "/trunk/deps/third_party/libsrtp@156317",
260   "src/third_party/speex":
261     "/trunk/deps/third_party/speex@149334",
263   "src/third_party/yasm/source/patched-yasm":
264     "/trunk/deps/third_party/yasm/patched-yasm@154708",
266   "src/third_party/libjpeg_turbo":
267     "/trunk/deps/third_party/libjpeg_turbo@149334",
269   "src/third_party/flac":
270     "/trunk/deps/third_party/flac@149334",
272   "src/third_party/pyftpdlib/src":
273     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
275   "src/third_party/scons-2.0.1":
276     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
277         Var("nacl_tools_revision"),
279   "src/third_party/webrtc":
280     (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision"),
282   "src/third_party/jsoncpp/source/include":
283     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
284         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
286   "src/third_party/jsoncpp/source/src/lib_json":
287     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
288         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
290   "src/third_party/libyuv":
291     (Var("googlecode_url") % "libyuv") + "/trunk@354",
293   "src/third_party/mozc/session":
294     (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
296   "src/third_party/mozc/chrome/chromeos/renderer":
297     (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
299   "src/third_party/smhasher/src":
300     (Var("googlecode_url") % "smhasher") + "/trunk@146",
302   "src/third_party/libphonenumber/src/phonenumbers":
303      (Var("googlecode_url") % "libphonenumber") +
304          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
305   "src/third_party/libphonenumber/src/test":
306      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
307          Var("libphonenumber_revision"),
308   "src/third_party/libphonenumber/src/resources":
309      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
310          Var("libphonenumber_revision"),
312   "src/third_party/undoview":
313     "/trunk/deps/third_party/undoview@119694",
315   "src/tools/deps2git":
316     "/trunk/tools/deps2git@153866",
318   "src/third_party/webpagereplay":
319     (Var("googlecode_url") % "web-page-replay") + "/trunk@494",
321   "src/third_party/pywebsocket/src":
322     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@661",
326 deps_os = {
327   "win": {
328     "src/chrome/tools/test/reference_build/chrome_win":
329       "/trunk/deps/reference_builds/chrome_win@137747",
331     "src/third_party/cygwin":
332       "/trunk/deps/third_party/cygwin@133786",
334     "src/third_party/python_26":
335       "/trunk/tools/third_party/python_26@89111",
337     "src/third_party/psyco_win32":
338       "/trunk/deps/third_party/psyco_win32@79861",
340     "src/third_party/bison":
341       "/trunk/deps/third_party/bison@147303",
343     "src/third_party/gperf":
344       "/trunk/deps/third_party/gperf@147304",
346     "src/third_party/perl":
347       "/trunk/deps/third_party/perl@147900",
349     "src/third_party/lighttpd":
350       "/trunk/deps/third_party/lighttpd@33727",
352     # Chrome Frame related deps
353     "src/third_party/xulrunner-sdk":
354       "/trunk/deps/third_party/xulrunner-sdk@119756",
355     "src/chrome_frame/tools/test/reference_build/chrome_win":
356       "/trunk/deps/reference_builds/chrome_win@89574",
358     # Parses Windows PE/COFF executable format.
359     "src/third_party/pefile":
360       (Var("googlecode_url") % "pefile") + "/trunk@63",
362     # NSS, for SSLClientSocketNSS.
363     "src/third_party/nss":
364       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
366     "src/third_party/swig/win":
367       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
369     # GNU binutils assembler for x86-32.
370     "src/third_party/gnu_binutils":
371       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
372        Var("nacl_tools_revision")),
373     # GNU binutils assembler for x86-64.
374     "src/third_party/mingw-w64/mingw/bin":
375       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
376        Var("nacl_tools_revision")),
378     # Dependencies used by libjpeg-turbo
379     "src/third_party/yasm/binaries":
380       "/trunk/deps/third_party/yasm/binaries@154708",
382     # Binary level profile guided optimizations. This points to the
383     # latest release binaries for the toolchain.
384     "src/third_party/syzygy/binaries":
385       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1083",
387     # Binaries for nacl sdk.
388     "src/third_party/nacl_sdk_binaries":
389       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
390   },
391   "ios": {
392     "src/third_party/GTM":
393       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
394       Var("gtm_revision"),
396     "src/third_party/nss":
397       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
399     # class-dump utility to generate header files for undocumented SDKs
400     "src/testing/iossim/third_party/class-dump":
401       "/trunk/deps/third_party/class-dump@147231",
403     # Pull only the headers from WebKit.
404     "src/third_party/WebKit/Source/WebKit/chromium/public":
405       Var("webkit_trunk") + "/Source/WebKit/chromium/public@" +
406       Var("webkit_revision"),
407     "src/third_party/WebKit/Source/Platform/chromium/public":
408       Var("webkit_trunk") + "/Source/Platform/chromium/public@" +
409       Var("webkit_revision"),
411     # Code that's not needed due to not building everything (especially WebKit).
412     "src/build/util/support": None,
413     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
414     "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
415     "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources": None,
416     "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
417     "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
418     "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
419     "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
420     "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
421     "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
422     "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
423     "src/content/test/data/layout_tests/LayoutTests/media": None,
424     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
425     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
426     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
427     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
428     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events": None,
429     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": None,
430     "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
431     "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
432     "src/chrome/test/data/perf/canvas_bench": None,
433     "src/chrome/test/data/perf/frame_rate/content": None,
434     "src/native_client": None,
435     "src/native_client/src/third_party/ppapi": None,
436     "src/native_client_sdk/src/site_scons": None,
437     "src/sandbox/linux/seccomp-legacy": None,
438     "src/third_party/angle": None,
439     "src/third_party/bidichecker": None,
440     "src/third_party/webgl_conformance": None,
441     "src/third_party/ffmpeg": None,
442     "src/third_party/hunspell_dictionaries": None,
443     "src/third_party/hunspell": None,
444     "src/third_party/leveldatabase/src": None,
445     "src/third_party/libexif/sources": None,
446     "src/third_party/libjingle/source": None,
447     "src/third_party/libjpeg_turbo": None,
448     "src/third_party/libphonenumber/src/phonenumbers": None,
449     "src/third_party/libphonenumber/src/test": None,
450     "src/third_party/libphonenumber/src/resources": None,
451     "src/third_party/jsoncpp/source/include": None,
452     "src/third_party/jsoncpp/source/src/lib_json": None,
453     "src/third_party/libsrtp": None,
454     "src/third_party/libvpx": None,
455     "src/third_party/libyuv": None,
456     "src/third_party/mozc/session": None,
457     "src/third_party/mozc/chrome/chromeos/renderer": None,
458     "src/third_party/ots": None,
459     "src/third_party/pylib": None,
460     "src/third_party/pymox/src": None,
461     "src/third_party/safe_browsing/testing": None,
462     "src/third_party/scons-2.0.1": None,
463     "src/third_party/sfntly/cpp/src": None,
464     "src/third_party/smhasher/src": None,
465     "src/third_party/snappy/src": None,
466     "src/third_party/swig/Lib": None,
467     "src/third_party/undoview": None,
468     "src/third_party/v8-i18n": None,
469     "src/third_party/webdriver/pylib": None,
470     "src/third_party/webpagereplay": None,
471     "src/third_party/webrtc": None,
472     "src/third_party/WebKit": None,
473     "src/third_party/WebKit/LayoutTests": None,
474     "src/third_party/WebKit/Source": None,
475     "src/third_party/WebKit/Tools/DumpRenderTree": None,
476     "src/third_party/WebKit/Tools/Scripts": None,
477     "src/third_party/WebKit/Tools/TestWebKitAPI": None,
478     "src/third_party/yasm/source/patched-yasm": None,
479     "src/tools/page_cycler/acid3": None,
480     "src/v8": None,
481   },
482   "mac": {
483     "src/chrome/tools/test/reference_build/chrome_mac":
484       "/trunk/deps/reference_builds/chrome_mac@137727",
486     "src/third_party/GTM":
487       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
488       Var("gtm_revision"),
489     "src/third_party/pdfsqueeze":
490       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
491     "src/third_party/lighttpd":
492       "/trunk/deps/third_party/lighttpd@33737",
494     "src/third_party/swig/mac":
495       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
497     # NSS, for SSLClientSocketNSS.
498     "src/third_party/nss":
499       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
501     "src/chrome/installer/mac/third_party/xz/xz":
502       "/trunk/deps/third_party/xz@87706",
503   },
504   "unix": {
505     # Linux, really.
506     "src/chrome/tools/test/reference_build/chrome_linux":
507       "/trunk/deps/reference_builds/chrome_linux@137712",
509     "src/third_party/xdg-utils":
510       "/trunk/deps/third_party/xdg-utils@149334",
512     "src/third_party/swig/linux":
513       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
515     "src/third_party/lss":
516       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
517        Var("lss_revision")),
519     "src/third_party/openssl":
520       "/trunk/deps/third_party/openssl@151890",
522     "src/third_party/WebKit/Tools/gdb":
523       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
525     "src/third_party/gold":
526       "/trunk/deps/third_party/gold@149858",
528     "src/third_party/libmtp":
529       "/trunk/deps/third_party/libmtp@149713",
531     # For Chromium OS.
532     "src/third_party/cros_system_api":
533       Var("chromiumos_git") + "/platform/system_api.git" +
534       "@cb147b466b03f18b56c04056a375f097ed52189b",
535   },
536   "android": {
537     "src/third_party/freetype":
538       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
539       "@41c2c4116acca09389cc5fe2ea393eaada546422",
541     "src/third_party/aosp":
542       "/trunk/deps/third_party/aosp@148330",
544     "src/third_party/android_tools":
545       Var("chromium_git") + "/android_tools.git" +
546       "@e1bf0d38fe01f7ada8ff7ba96321c9af8c06d7c2",
547   },
551 include_rules = [
552   # Everybody can use some things.
553   "+base",
554   "+build",
555   "+googleurl",
556   "+ipc",
558   # For now, we allow ICU to be included by specifying "unicode/...", although
559   # this should probably change.
560   "+unicode",
561   "+testing",
565 # checkdeps.py shouldn't check include paths for files in these dirs:
566 skip_child_includes = [
567   "breakpad",
568   "chrome_frame",
569   "delegate_execute",
570   "metro_driver",
571   "native_client_sdk",
572   "o3d",
573   "pdf",
574   "sdch",
575   "skia",
576   "testing",
577   "third_party",
578   "v8",
579   "win8",
583 hooks = [
584   {
585     # This downloads binaries for Native Client's newlib toolchain.
586     # Done in lieu of building the toolchain from scratch as it can take
587     # anywhere from 30 minutes to 4 hours depending on platform to build.
588     "pattern": ".",
589     "action": [
590         "python", "src/build/download_nacl_toolchains.py",
591          "--no-arm-trusted",
592          "--save-downloads-dir",
593              "src/native_client_sdk/src/build_tools/toolchain_archives",
594          "--keep",
595     ],
596   },
597   {
598     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
599     # zero seconds to run. If something changed, it downloads a prebuilt clang,
600     # which takes ~20s, but clang speeds up builds by more than 20s.
601     "pattern": ".",
602     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
603   },
604   {
605     # Update the cygwin mount on Windows.
606     "pattern": ".",
607     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
608   },
609   {
610     # Update LASTCHANGE. This is also run by export_tarball.py in
611     # src/tools/export_tarball - please keep them in sync.
612     "pattern": ".",
613     "action": ["python", "src/build/util/lastchange.py",
614                "-o", "src/build/util/LASTCHANGE"],
615   },
616   {
617     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
618     "pattern": ".",
619     "action": ["python", "src/build/gyp_chromium"],
620   },