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