Separate Simple Backend creation from initialization.
[chromium-blink-merge.git] / DEPS
bloba21826b497d70e4499143a2f743faedc6b3f868e
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": "148045",
12   "chromium_git": "https://chromium.googlesource.com",
13   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
14   "swig_revision": "69281",
15   "nacl_revision": "11142",
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": "302",
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": "189952",
29   "ffmpeg_hash": "54b4fe19d390794c895226f7d014cd4deff24293",
31   "sfntly_revision": "134",
32   "skia_revision": "8588",
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": "14182",
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": "3765",
41   "jsoncpp_revision": "248",
42   "nss_revision": "191424",
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": "193231",
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": "191822",
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@1139",
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@2040",
81   "src/third_party/trace-viewer":
82     (Var("googlecode_url") % "trace-viewer") + "/trunk@251",
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@175986",
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@296",
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@1606",
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@171",
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/fast/workers":
217     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
218     Var("webkit_revision"),
219   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/files":
220     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/files@" +
221     Var("webkit_revision"),
222   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events":
223     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/events@" +
224     Var("webkit_revision"),
225   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
226     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
227     Var("webkit_revision"),
228   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
229     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
230     Var("webkit_revision"),
231   "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
232     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
233     Var("webkit_revision"),
234   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
235     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
236     Var("webkit_revision"),
237   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
238     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
239     Var("webkit_revision"),
240   "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
241     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
242     Var("webkit_revision"),
243   "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
244     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
245     Var("webkit_revision"),
246   "src/content/test/data/layout_tests/LayoutTests/fast/files":
247     Var("webkit_trunk") + "/LayoutTests/fast/files@" +
248     Var("webkit_revision"),
249   "src/content/test/data/layout_tests/LayoutTests/fast/filesystem":
250     Var("webkit_trunk") + "/LayoutTests/fast/filesystem@" +
251     Var("webkit_revision"),
252   "src/content/test/data/layout_tests/LayoutTests/media":
253     Var("webkit_trunk") + "/LayoutTests/media@" +
254     Var("webkit_revision"),
255   "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources":
256     Var("webkit_trunk") + "/LayoutTests/editing/pasteboard/resources@" +
257     Var("webkit_revision"),
259   "src/third_party/swig/Lib":
260     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
262   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
263   "src/third_party/webdriver/pylib":
264     (Var("googlecode_url") % "selenium") + "/trunk/py@16922",
266   "src/third_party/libvpx":
267     "/trunk/deps/third_party/libvpx@" +
268     Var("libvpx_revision"),
270   "src/third_party/ffmpeg":
271     "/trunk/deps/third_party/ffmpeg@" +
272     Var("ffmpeg_revision"),
274   "src/third_party/libjingle/source":
275     (Var("googlecode_url") % "libjingle") + "/trunk@" +
276     Var("libjingle_revision"),
278   "src/third_party/libsrtp":
279     "/trunk/deps/third_party/libsrtp@189528",
281   "src/third_party/speex":
282     "/trunk/deps/third_party/speex@177782",
284   "src/third_party/yasm/source/patched-yasm":
285     "/trunk/deps/third_party/yasm/patched-yasm@167605",
287   "src/third_party/libjpeg_turbo":
288     "/trunk/deps/third_party/libjpeg_turbo@177737",
290   "src/third_party/flac":
291     "/trunk/deps/third_party/flac@177788",
293   "src/third_party/pyftpdlib/src":
294     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
296   "src/third_party/scons-2.0.1":
297     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
298         Var("nacl_tools_revision"),
300   "src/third_party/webrtc":
301     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
303   "src/third_party/openmax_dl":
304     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@3720",
306   "src/third_party/jsoncpp/source/include":
307     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
308         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
310   "src/third_party/jsoncpp/source/src/lib_json":
311     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
312         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
314   "src/third_party/libyuv":
315     (Var("googlecode_url") % "libyuv") + "/trunk@618",
317   "src/third_party/smhasher/src":
318     (Var("googlecode_url") % "smhasher") + "/trunk@147",
320   "src/third_party/libphonenumber/src/phonenumbers":
321      (Var("googlecode_url") % "libphonenumber") +
322          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
323   "src/third_party/libphonenumber/src/test":
324      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
325          Var("libphonenumber_revision"),
326   "src/third_party/libphonenumber/src/resources":
327      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
328          Var("libphonenumber_revision"),
330   "src/third_party/undoview":
331     "/trunk/deps/third_party/undoview@119694",
333   "src/tools/deps2git":
334     "/trunk/tools/deps2git@181098",
336   "src/third_party/webpagereplay":
337     (Var("googlecode_url") % "web-page-replay") + "/trunk@506",
339   "src/third_party/pywebsocket/src":
340     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
342   "src/third_party/opus/src":
343     "/trunk/deps/third_party/opus@185324",
345   "src/third_party/accessibility-developer-tools":
346     Var("chromium_git") + "/external/accessibility-developer-tools.git@ad5df9a5341d38778658c90e4aa241c4ebe4e8aa",
348   "src/webkit/media/crypto/ppapi/cdm":
349     "/trunk/deps/cdm@181763",
353 deps_os = {
354   "win": {
355     "src/chrome/tools/test/reference_build/chrome_win":
356       "/trunk/deps/reference_builds/chrome_win@137747",
358     "src/third_party/cygwin":
359       "/trunk/deps/third_party/cygwin@133786",
361     "src/third_party/python_26":
362       "/trunk/tools/third_party/python_26@89111",
364     "src/third_party/psyco_win32":
365       "/trunk/deps/third_party/psyco_win32@79861",
367     "src/third_party/bison":
368       "/trunk/deps/third_party/bison@147303",
370     "src/third_party/gperf":
371       "/trunk/deps/third_party/gperf@147304",
373     "src/third_party/perl":
374       "/trunk/deps/third_party/perl@147900",
376     "src/third_party/lighttpd":
377       "/trunk/deps/third_party/lighttpd@33727",
379     # Chrome Frame related deps
380     "src/third_party/xulrunner-sdk":
381       "/trunk/deps/third_party/xulrunner-sdk@119756",
382     "src/chrome_frame/tools/test/reference_build/chrome_win":
383       "/trunk/deps/reference_builds/chrome_win@89574",
385     # Parses Windows PE/COFF executable format.
386     "src/third_party/pefile":
387       (Var("googlecode_url") % "pefile") + "/trunk@63",
389     # NSS, for SSLClientSocketNSS.
390     "src/third_party/nss":
391       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
393     "src/third_party/swig/win":
394       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
396     # GNU binutils assembler for x86-32.
397     "src/third_party/gnu_binutils":
398       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
399        Var("nacl_tools_revision")),
400     # GNU binutils assembler for x86-64.
401     "src/third_party/mingw-w64/mingw/bin":
402       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
403        Var("nacl_tools_revision")),
405     # Dependencies used by libjpeg-turbo
406     "src/third_party/yasm/binaries":
407       "/trunk/deps/third_party/yasm/binaries@154708",
409     # Binary level profile guided optimizations. This points to the
410     # latest release binaries for the toolchain.
411     "src/third_party/syzygy/binaries":
412       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1439",
414     # Binaries for nacl sdk.
415     "src/third_party/nacl_sdk_binaries":
416       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
417   },
418   "ios": {
419     "src/third_party/GTM":
420       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
421       Var("gtm_revision"),
423     "src/third_party/nss":
424       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
426     # class-dump utility to generate header files for undocumented SDKs
427     "src/testing/iossim/third_party/class-dump":
428       "/trunk/deps/third_party/class-dump@147231",
430     # Pull only the headers from WebKit.
431     "src/third_party/WebKit/Source/WebKit/chromium/public":
432       Var("ios_webkit_trunk") + "/Source/WebKit/chromium/public@" +
433       Var("ios_webkit_revision"),
434     "src/third_party/WebKit/Source/Platform/chromium/public":
435       Var("ios_webkit_trunk") + "/Source/Platform/chromium/public@" +
436       Var("ios_webkit_revision"),
438     # Code that's not needed due to not building everything (especially WebKit).
439     "src/build/util/support": None,
440     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
441     "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources": None,
442     "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
443     "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None,
444     "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
445     "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
446     "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
447     "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
448     "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
449     "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
450     "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
451     "src/content/test/data/layout_tests/LayoutTests/media": None,
452     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
453     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
454     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
455     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
456     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events": None,
457     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": None,
458     "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
459     "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
460     "src/chrome/test/data/perf/canvas_bench": None,
461     "src/chrome/test/data/perf/frame_rate/content": None,
462     "src/native_client": None,
463     "src/native_client/src/third_party/ppapi": None,
464     "src/sandbox/linux/seccomp-legacy": None,
465     "src/third_party/angle": None,
466     "src/third_party/bidichecker": None,
467     "src/third_party/webgl_conformance": None,
468     "src/third_party/ffmpeg": None,
469     "src/third_party/hunspell_dictionaries": None,
470     "src/third_party/hunspell": None,
471     "src/third_party/leveldatabase/src": None,
472     "src/third_party/libexif/sources": None,
473     "src/third_party/libjpeg_turbo": None,
474     "src/third_party/libphonenumber/src/phonenumbers": None,
475     "src/third_party/libphonenumber/src/test": None,
476     "src/third_party/libphonenumber/src/resources": None,
477     "src/third_party/libsrtp": None,
478     "src/third_party/libvpx": None,
479     "src/third_party/libyuv": None,
480     "src/third_party/ots": None,
481     "src/third_party/pylib": None,
482     "src/third_party/pymox/src": None,
483     "src/third_party/safe_browsing/testing": None,
484     "src/third_party/scons-2.0.1": None,
485     "src/third_party/sfntly/cpp/src": None,
486     "src/third_party/smhasher/src": None,
487     "src/third_party/snappy/src": None,
488     "src/third_party/swig/Lib": None,
489     "src/third_party/undoview": None,
490     "src/third_party/v8-i18n": None,
491     "src/third_party/webdriver/pylib": None,
492     "src/third_party/webpagereplay": None,
493     "src/third_party/webrtc": None,
494     "src/third_party/WebKit": None,
495     "src/third_party/WebKit/LayoutTests": None,
496     "src/third_party/WebKit/Source": None,
497     "src/third_party/WebKit/Tools/DumpRenderTree": None,
498     "src/third_party/WebKit/Tools/Scripts": None,
499     "src/third_party/WebKit/Tools/TestWebKitAPI": None,
500     "src/third_party/yasm/source/patched-yasm": None,
501     "src/tools/page_cycler/acid3": None,
502     "src/v8": None,
503   },
504   "mac": {
505     "src/chrome/tools/test/reference_build/chrome_mac":
506       "/trunk/deps/reference_builds/chrome_mac@137727",
508     "src/third_party/GTM":
509       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
510       Var("gtm_revision"),
511     "src/third_party/pdfsqueeze":
512       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
513     "src/third_party/lighttpd":
514       "/trunk/deps/third_party/lighttpd@33737",
516     "src/third_party/swig/mac":
517       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
519     # NSS, for SSLClientSocketNSS.
520     "src/third_party/nss":
521       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
523     "src/chrome/installer/mac/third_party/xz/xz":
524       "/trunk/deps/third_party/xz@189101",
525   },
526   "unix": {
527     # Linux, really.
528     "src/chrome/tools/test/reference_build/chrome_linux":
529       "/trunk/deps/reference_builds/chrome_linux@137712",
531     "src/third_party/xdg-utils":
532       "/trunk/deps/third_party/xdg-utils@149334",
534     "src/third_party/swig/linux":
535       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
537     "src/third_party/lss":
538       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
539        Var("lss_revision")),
541     "src/third_party/openssl":
542       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
544     "src/third_party/WebKit/Tools/gdb":
545       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
547     "src/third_party/gold":
548       "/trunk/deps/third_party/gold@168091",
550     "src/third_party/libmtp":
551       "/trunk/deps/third_party/libmtp@178673",
553     # Used on Linux only. CrOS already has a copy.
554     "src/third_party/mtpd/source":
555       Var("chromiumos_git") + "/platform/mtpd.git" +
556       "@132604f107368f617a3073ba2d515b78641ceeed",
558     # Used on Linux only. CrOS already has a copy.
559     "src/third_party/cros_dbus_cplusplus/source":
560       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
561       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
563     # For Linux and Chromium OS.
564     "src/third_party/cros_system_api":
565       Var("chromiumos_git") + "/platform/system_api.git" +
566       "@330a47fba93b9acef48503646413554cd5053b7a",
568     # Note that this is different from Android's freetype repo.
569     "src/third_party/freetype2/src":
570       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
571       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
573     # Build tools for targeting ChromeOS.
574     "src/third_party/chromite":
575       Var("chromiumos_git") + "/chromite.git" +
576       "@1d8a25be640e27cbac454995239cd71f34b5f613",
578     # Dependency of chromite.git.
579     "src/third_party/pyelftools":
580       Var("chromiumos_git") + "/third_party/pyelftools.git" +
581       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
582   },
583   "android": {
584     "src/third_party/android_tools":
585       Var("chromium_git") + "/android_tools.git" +
586       "@02d3db3c400baa959883006dc697c6cbd70c5194",
588     "src/third_party/aosp":
589       "/trunk/deps/third_party/aosp@148330",
591     "src/third_party/apache-mime4j":
592       "/trunk/deps/third_party/apache-mime4j@170888",
594     "src/third_party/findbugs":
595       "/trunk/deps/third_party/findbugs@163586",
597     "src/third_party/freetype":
598       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
599       "@96551feab72aac26836e9aaf4fae0962d39d5ab0",
601     "src/third_party/guava/src":
602       Var("chromium_git") + "/external/guava-libraries.git" +
603       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
605     "src/third_party/httpcomponents-client":
606       "/trunk/deps/third_party/httpcomponents-client@170888",
608     "src/third_party/httpcomponents-core":
609       "/trunk/deps/third_party/httpcomponents-core@170888",
611     "src/third_party/jarjar":
612       "/trunk/deps/third_party/jarjar@170888",
614     "src/third_party/jsr-305/src":
615       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
617     "src/third_party/lss":
618       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
619        Var("lss_revision")),
621     "src/third_party/openssl":
622       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
624     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
625       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
626   },
630 include_rules = [
631   # Everybody can use some things.
632   "+base",
633   "+build",
634   "+googleurl",
635   "+ipc",
637   # Everybody can use headers generated by tools/generate_library_loader.
638   "+library_loaders",
640   "+testing",
641   "+third_party/icu/public",
645 # checkdeps.py shouldn't check include paths for files in these dirs:
646 skip_child_includes = [
647   "breakpad",
648   "chrome_frame",
649   "delegate_execute",
650   "googleurl",
651   "metro_driver",
652   "native_client_sdk",
653   "o3d",
654   "pdf",
655   "sdch",
656   "skia",
657   "testing",
658   "third_party",
659   "v8",
660   "win8",
664 hooks = [
665   {
666     # This downloads binaries for Native Client's newlib toolchain.
667     # Done in lieu of building the toolchain from scratch as it can take
668     # anywhere from 30 minutes to 4 hours depending on platform to build.
669     "pattern": ".",
670     "action": [
671         "python", "src/build/download_nacl_toolchains.py",
672          "--no-arm-trusted",
673          "--keep",
674     ],
675   },
676   {
677     # Download arm sysroot image to src/arm-sysroot. This image updates
678     # at about the same rate that the chrome build deps change.
679     # This script is a no-op except for linux users who have
680     # target_arch=arm in thier GYP_DEFINES.
681     "pattern": ".",
682     "action": ["python", "src/build/linux/install-arm-sysroot.py",
683                "--linux-only"],
684   },
685   {
686     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
687     # zero seconds to run. If something changed, it downloads a prebuilt clang,
688     # which takes ~20s, but clang speeds up builds by more than 20s.
689     "pattern": ".",
690     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
691   },
692   {
693     # Update the cygwin mount on Windows.
694     "pattern": ".",
695     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
696   },
697   {
698     # Update LASTCHANGE. This is also run by export_tarball.py in
699     # src/tools/export_tarball - please keep them in sync.
700     "pattern": ".",
701     "action": ["python", "src/build/util/lastchange.py",
702                "-o", "src/build/util/LASTCHANGE"],
703   },
704   {
705     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
706     "pattern": ".",
707     "action": ["python", "src/build/gyp_chromium"],
708   },
709   {
710     # Check for landmines (reasons to clobber the build).
711     "pattern": ".",
712     "action": ["python", "src/build/landmines.py"],
713   },