Revert 187797 "Added tests for page launcher extensions in the a..."
[chromium-blink-merge.git] / DEPS
bloba58d8f730e860c75dc936e79fe95749ce4f61113
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": "145675",
12   "chromium_git": "https://chromium.googlesource.com",
13   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
14   "swig_revision": "69281",
15   "nacl_revision": "10967",
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": "8087",
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": "13882",
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": "3661",
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": "185899",
49 deps = {
50   "src/breakpad/src":
51     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1104",
53   "src/googleurl":
54     (Var("googlecode_url") % "google-url") + "/trunk@183",
56   "src/sandbox/linux/seccomp-legacy":
57     (Var("googlecode_url") % "seccompsandbox") + "/trunk@189",
59   "src/sdch/open-vcdiff":
60     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
62   "src/testing/gtest":
63     (Var("googlecode_url") % "googletest") + "/trunk@629",
65   "src/testing/gmock":
66     (Var("googlecode_url") % "googlemock") + "/trunk@410",
68   "src/third_party/angle":
69     (Var("googlecode_url") % "angleproject") + "/trunk@1992",
71   "src/third_party/trace-viewer":
72     (Var("googlecode_url") % "trace-viewer") + "/trunk@204",
74   # Note that this is *not* where we check out WebKit -- this just
75   # puts some extra files into place for the real WebKit checkout to
76   # happen.  See lines mentioning "webkit_revision" for the real
77   # WebKit checkout.
78   "src/third_party/WebKit":
79     "/trunk/deps/third_party/WebKit@76115",
81   "src/third_party/icu":
82     "/trunk/deps/third_party/icu46@182486",
84   "src/third_party/libexif/sources":
85     "/trunk/deps/third_party/libexif/sources@146817",
87   "src/third_party/hunspell":
88    "/trunk/deps/third_party/hunspell@184822",
90   "src/third_party/hunspell_dictionaries":
91     "/trunk/deps/third_party/hunspell_dictionaries@175986",
93   "src/third_party/safe_browsing/testing":
94     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
96   "src/third_party/cacheinvalidation/src":
97     (Var("googlecode_url") % "google-cache-invalidation-api") +
98     "/trunk/src@284",
100   "src/third_party/leveldatabase/src":
101     (Var("googlecode_url") % "leveldb") + "/trunk@72",
103   "src/third_party/snappy/src":
104     (Var("googlecode_url") % "snappy") + "/trunk@63",
106   "src/tools/grit":
107     (Var("googlecode_url") % "grit-i18n") + "/trunk@114",
109   "src/tools/gyp":
110     (Var("googlecode_url") % "gyp") + "/trunk@1589",
112   "src/tools/swarm_client":
113     "/trunk/tools/swarm_client@" + Var("swarm_revision"),
115   "src/v8":
116     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
118   "src/native_client":
119     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
121   "src/third_party/pymox/src":
122     (Var("googlecode_url") % "pymox") + "/trunk@70",
124   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
125     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
126     Var("nacl_revision"),
128   "src/third_party/sfntly/cpp/src":
129     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
130     Var("sfntly_revision"),
132   "src/third_party/skia/src":
133     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
135   "src/third_party/skia/gyp":
136     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
138   "src/third_party/skia/include":
139     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
141   "src/third_party/WebKit/LayoutTests":
142     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
144   "src/third_party/WebKit/Source":
145     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
147   "src/third_party/WebKit/Tools/DumpRenderTree":
148     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
150   "src/third_party/WebKit/Tools/Scripts":
151     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
153   "src/third_party/WebKit/Tools/TestWebKitAPI":
154     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
156   "src/third_party/ots":
157     (Var("googlecode_url") % "ots") + "/trunk@97",
159   "src/tools/page_cycler/acid3":
160     "/trunk/deps/page_cycler/acid3@171600",
162   "src/chrome/test/data/perf/canvas_bench":
163     "/trunk/deps/canvas_bench@122605",
165   "src/chrome/test/data/perf/frame_rate/content":
166     "/trunk/deps/frame_rate/content@93671",
168   "src/chrome/test/data/perf/third_party/octane":
169     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
171   "src/third_party/bidichecker":
172     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
174   "src/third_party/v8-i18n":
175     (Var("googlecode_url") % "v8-i18n") + "/trunk@171",
177   # When roll to another webgl conformance tests revision, please goto
178   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
179   "src/third_party/webgl_conformance":
180     "/trunk/deps/third_party/webgl/sdk/tests@170088",
182   # We run these layout tests as UI tests. Since many of the buildbots that
183   # run layout tests do NOT have access to the LayoutTest directory, we need
184   # to map them here. In practice, these do not take up much space.
185   "src/content/test/data/layout_tests/LayoutTests/fast/events":
186     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
187     Var("webkit_revision"),
188   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
189     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
190     Var("webkit_revision"),
191   "src/content/test/data/layout_tests/LayoutTests/fast/workers":
192     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
193     Var("webkit_revision"),
194   "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
195     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
196     Var("webkit_revision"),
197   "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
198     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
199     Var("webkit_revision"),
200   "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
201     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
202     Var("webkit_revision"),
203   "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
204     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
205     Var("webkit_revision"),
206   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
207     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
208     Var("webkit_revision"),
209   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/files":
210     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/files@" +
211     Var("webkit_revision"),
212   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events":
213     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/events@" +
214     Var("webkit_revision"),
215   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
216     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
217     Var("webkit_revision"),
218   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
219     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
220     Var("webkit_revision"),
221   "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
222     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
223     Var("webkit_revision"),
224   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
225     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
226     Var("webkit_revision"),
227   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
228     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
229     Var("webkit_revision"),
230   "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
231     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
232     Var("webkit_revision"),
233   "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
234     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
235     Var("webkit_revision"),
236   "src/content/test/data/layout_tests/LayoutTests/fast/files":
237     Var("webkit_trunk") + "/LayoutTests/fast/files@" +
238     Var("webkit_revision"),
239   "src/content/test/data/layout_tests/LayoutTests/fast/filesystem":
240     Var("webkit_trunk") + "/LayoutTests/fast/filesystem@" +
241     Var("webkit_revision"),
242   "src/content/test/data/layout_tests/LayoutTests/media":
243     Var("webkit_trunk") + "/LayoutTests/media@" +
244     Var("webkit_revision"),
245   "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources":
246     Var("webkit_trunk") + "/LayoutTests/editing/pasteboard/resources@" +
247     Var("webkit_revision"),
249   "src/third_party/swig/Lib":
250     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
252   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
253   "src/third_party/webdriver/pylib":
254     (Var("googlecode_url") % "selenium") + "/trunk/py@16922",
256   "src/third_party/libvpx":
257     "/trunk/deps/third_party/libvpx@" +
258     Var("libvpx_revision"),
260   "src/third_party/ffmpeg":
261     "/trunk/deps/third_party/ffmpeg@" +
262     Var("ffmpeg_revision"),
264   "src/third_party/libjingle/source":
265     (Var("googlecode_url") % "libjingle") + "/trunk@" +
266     Var("libjingle_revision"),
268   "src/third_party/libsrtp":
269     "/trunk/deps/third_party/libsrtp@174628",
271   "src/third_party/speex":
272     "/trunk/deps/third_party/speex@177782",
274   "src/third_party/yasm/source/patched-yasm":
275     "/trunk/deps/third_party/yasm/patched-yasm@167605",
277   "src/third_party/libjpeg_turbo":
278     "/trunk/deps/third_party/libjpeg_turbo@177737",
280   "src/third_party/flac":
281     "/trunk/deps/third_party/flac@177788",
283   "src/third_party/pyftpdlib/src":
284     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
286   "src/third_party/scons-2.0.1":
287     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
288         Var("nacl_tools_revision"),
290   "src/third_party/webrtc":
291     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
293   "src/third_party/jsoncpp/source/include":
294     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
295         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
297   "src/third_party/jsoncpp/source/src/lib_json":
298     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
299         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
301   "src/third_party/libyuv":
302     (Var("googlecode_url") % "libyuv") + "/trunk@590",
304   "src/third_party/smhasher/src":
305     (Var("googlecode_url") % "smhasher") + "/trunk@147",
307   "src/third_party/libphonenumber/src/phonenumbers":
308      (Var("googlecode_url") % "libphonenumber") +
309          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
310   "src/third_party/libphonenumber/src/test":
311      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
312          Var("libphonenumber_revision"),
313   "src/third_party/libphonenumber/src/resources":
314      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
315          Var("libphonenumber_revision"),
317   "src/third_party/undoview":
318     "/trunk/deps/third_party/undoview@119694",
320   "src/tools/deps2git":
321     "/trunk/tools/deps2git@181098",
323   "src/third_party/webpagereplay":
324     (Var("googlecode_url") % "web-page-replay") + "/trunk@506",
326   "src/third_party/pywebsocket/src":
327     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
329   "src/third_party/opus/src":
330     "/trunk/deps/third_party/opus@185324",
332   "src/third_party/accessibility-developer-tools":
333     Var("chromium_git") + "/external/accessibility-developer-tools.git@ad5df9a5341d38778658c90e4aa241c4ebe4e8aa",
335   "src/webkit/media/crypto/ppapi/cdm":
336     "/trunk/deps/cdm@181763",
340 deps_os = {
341   "win": {
342     "src/chrome/tools/test/reference_build/chrome_win":
343       "/trunk/deps/reference_builds/chrome_win@137747",
345     "src/third_party/cygwin":
346       "/trunk/deps/third_party/cygwin@133786",
348     "src/third_party/python_26":
349       "/trunk/tools/third_party/python_26@89111",
351     "src/third_party/psyco_win32":
352       "/trunk/deps/third_party/psyco_win32@79861",
354     "src/third_party/bison":
355       "/trunk/deps/third_party/bison@147303",
357     "src/third_party/gperf":
358       "/trunk/deps/third_party/gperf@147304",
360     "src/third_party/perl":
361       "/trunk/deps/third_party/perl@147900",
363     "src/third_party/lighttpd":
364       "/trunk/deps/third_party/lighttpd@33727",
366     # Chrome Frame related deps
367     "src/third_party/xulrunner-sdk":
368       "/trunk/deps/third_party/xulrunner-sdk@119756",
369     "src/chrome_frame/tools/test/reference_build/chrome_win":
370       "/trunk/deps/reference_builds/chrome_win@89574",
372     # Parses Windows PE/COFF executable format.
373     "src/third_party/pefile":
374       (Var("googlecode_url") % "pefile") + "/trunk@63",
376     # NSS, for SSLClientSocketNSS.
377     "src/third_party/nss":
378       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
380     "src/third_party/swig/win":
381       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
383     # GNU binutils assembler for x86-32.
384     "src/third_party/gnu_binutils":
385       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
386        Var("nacl_tools_revision")),
387     # GNU binutils assembler for x86-64.
388     "src/third_party/mingw-w64/mingw/bin":
389       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
390        Var("nacl_tools_revision")),
392     # Dependencies used by libjpeg-turbo
393     "src/third_party/yasm/binaries":
394       "/trunk/deps/third_party/yasm/binaries@154708",
396     # Binary level profile guided optimizations. This points to the
397     # latest release binaries for the toolchain.
398     "src/third_party/syzygy/binaries":
399       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1361",
401     # Binaries for nacl sdk.
402     "src/third_party/nacl_sdk_binaries":
403       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
404   },
405   "ios": {
406     "src/third_party/GTM":
407       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
408       Var("gtm_revision"),
410     "src/third_party/nss":
411       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
413     # class-dump utility to generate header files for undocumented SDKs
414     "src/testing/iossim/third_party/class-dump":
415       "/trunk/deps/third_party/class-dump@147231",
417     # Pull only the headers from WebKit.
418     "src/third_party/WebKit/Source/WebKit/chromium/public":
419       Var("webkit_trunk") + "/Source/WebKit/chromium/public@" +
420       Var("webkit_revision"),
421     "src/third_party/WebKit/Source/Platform/chromium/public":
422       Var("webkit_trunk") + "/Source/Platform/chromium/public@" +
423       Var("webkit_revision"),
425     # Code that's not needed due to not building everything (especially WebKit).
426     "src/build/util/support": None,
427     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
428     "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources": None,
429     "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
430     "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None,
431     "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
432     "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
433     "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
434     "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
435     "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
436     "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
437     "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
438     "src/content/test/data/layout_tests/LayoutTests/media": None,
439     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
440     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
441     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
442     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
443     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events": None,
444     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": None,
445     "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
446     "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
447     "src/chrome/test/data/perf/canvas_bench": None,
448     "src/chrome/test/data/perf/frame_rate/content": None,
449     "src/native_client": None,
450     "src/native_client/src/third_party/ppapi": None,
451     "src/sandbox/linux/seccomp-legacy": None,
452     "src/third_party/angle": None,
453     "src/third_party/bidichecker": None,
454     "src/third_party/webgl_conformance": None,
455     "src/third_party/ffmpeg": None,
456     "src/third_party/hunspell_dictionaries": None,
457     "src/third_party/hunspell": None,
458     "src/third_party/leveldatabase/src": None,
459     "src/third_party/libexif/sources": None,
460     "src/third_party/libjpeg_turbo": None,
461     "src/third_party/libphonenumber/src/phonenumbers": None,
462     "src/third_party/libphonenumber/src/test": None,
463     "src/third_party/libphonenumber/src/resources": None,
464     "src/third_party/libsrtp": None,
465     "src/third_party/libvpx": None,
466     "src/third_party/libyuv": None,
467     "src/third_party/ots": None,
468     "src/third_party/pylib": None,
469     "src/third_party/pymox/src": None,
470     "src/third_party/safe_browsing/testing": None,
471     "src/third_party/scons-2.0.1": None,
472     "src/third_party/sfntly/cpp/src": None,
473     "src/third_party/smhasher/src": None,
474     "src/third_party/snappy/src": None,
475     "src/third_party/swig/Lib": None,
476     "src/third_party/undoview": None,
477     "src/third_party/v8-i18n": None,
478     "src/third_party/webdriver/pylib": None,
479     "src/third_party/webpagereplay": None,
480     "src/third_party/webrtc": None,
481     "src/third_party/WebKit": None,
482     "src/third_party/WebKit/LayoutTests": None,
483     "src/third_party/WebKit/Source": None,
484     "src/third_party/WebKit/Tools/DumpRenderTree": None,
485     "src/third_party/WebKit/Tools/Scripts": None,
486     "src/third_party/WebKit/Tools/TestWebKitAPI": None,
487     "src/third_party/yasm/source/patched-yasm": None,
488     "src/tools/page_cycler/acid3": None,
489     "src/v8": None,
490   },
491   "mac": {
492     "src/chrome/tools/test/reference_build/chrome_mac":
493       "/trunk/deps/reference_builds/chrome_mac@137727",
495     "src/third_party/GTM":
496       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
497       Var("gtm_revision"),
498     "src/third_party/pdfsqueeze":
499       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
500     "src/third_party/lighttpd":
501       "/trunk/deps/third_party/lighttpd@33737",
503     "src/third_party/swig/mac":
504       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
506     # NSS, for SSLClientSocketNSS.
507     "src/third_party/nss":
508       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
510     "src/chrome/installer/mac/third_party/xz/xz":
511       "/trunk/deps/third_party/xz@87706",
512   },
513   "unix": {
514     # Linux, really.
515     "src/chrome/tools/test/reference_build/chrome_linux":
516       "/trunk/deps/reference_builds/chrome_linux@137712",
518     "src/third_party/xdg-utils":
519       "/trunk/deps/third_party/xdg-utils@149334",
521     "src/third_party/swig/linux":
522       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
524     "src/third_party/lss":
525       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
526        Var("lss_revision")),
528     "src/third_party/openssl":
529       "/trunk/deps/third_party/openssl@177803",
531     "src/third_party/WebKit/Tools/gdb":
532       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
534     "src/third_party/gold":
535       "/trunk/deps/third_party/gold@149858",
537     "src/third_party/libmtp":
538       "/trunk/deps/third_party/libmtp@178673",
540     # Used on Linux only. CrOS already has a copy.
541     "src/third_party/mtpd/source":
542       Var("chromiumos_git") + "/platform/mtpd.git" +
543       "@132604f107368f617a3073ba2d515b78641ceeed",
545     # Used on Linux only. CrOS already has a copy.
546     "src/third_party/cros_dbus_cplusplus/source":
547       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
548       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
550     # For Linux and Chromium OS.
551     "src/third_party/cros_system_api":
552       Var("chromiumos_git") + "/platform/system_api.git" +
553       "@229425b55e789a8d5dd8a76e48115b47506910da",
555     # Note that this is different from Android's freetype repo.
556     "src/third_party/freetype2/src":
557       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
558       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
559   },
560   "android": {
561     "src/third_party/android_tools":
562       Var("chromium_git") + "/android_tools.git" +
563       "@4745ecc25a0a36c24e355ee3e6bd87f63b6a48c7",
565     "src/third_party/aosp":
566       "/trunk/deps/third_party/aosp@148330",
568     "src/third_party/apache-mime4j":
569       "/trunk/deps/third_party/apache-mime4j@170888",
571     "src/third_party/findbugs":
572       "/trunk/deps/third_party/findbugs@163586",
574     "src/third_party/freetype":
575       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
576       "@96551feab72aac26836e9aaf4fae0962d39d5ab0",
578     "src/third_party/guava/src":
579       Var("chromium_git") + "/external/guava-libraries.git" +
580       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
582     "src/third_party/httpcomponents-client":
583       "/trunk/deps/third_party/httpcomponents-client@170888",
585     "src/third_party/httpcomponents-core":
586       "/trunk/deps/third_party/httpcomponents-core@170888",
588     "src/third_party/jarjar":
589       "/trunk/deps/third_party/jarjar@170888",
591     "src/third_party/jsr-305/src":
592       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
594     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
595       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
596   },
600 include_rules = [
601   # Everybody can use some things.
602   "+base",
603   "+build",
604   "+googleurl",
605   "+ipc",
607   # Everybody can use headers generated by tools/generate_library_loader.
608   "+library_loaders",
610   "+testing",
611   "+third_party/icu/public",
615 # checkdeps.py shouldn't check include paths for files in these dirs:
616 skip_child_includes = [
617   "breakpad",
618   "chrome_frame",
619   "delegate_execute",
620   "googleurl",
621   "metro_driver",
622   "native_client_sdk",
623   "o3d",
624   "pdf",
625   "sdch",
626   "skia",
627   "testing",
628   "third_party",
629   "v8",
630   "win8",
634 hooks = [
635   {
636     # This downloads binaries for Native Client's newlib toolchain.
637     # Done in lieu of building the toolchain from scratch as it can take
638     # anywhere from 30 minutes to 4 hours depending on platform to build.
639     "pattern": ".",
640     "action": [
641         "python", "src/build/download_nacl_toolchains.py",
642          "--no-arm-trusted",
643          "--keep",
644     ],
645   },
646   {
647     # Download arm sysroot image to src/arm-sysroot. This image updates
648     # at about the same rate that the chrome build deps change.
649     # This script is a no-op except for linux users who have
650     # target_arch=arm in thier GYP_DEFINES.
651     "pattern": ".",
652     "action": ["python", "src/build/linux/install-arm-sysroot.py",
653                "--linux-only"],
654   },
655   {
656     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
657     # zero seconds to run. If something changed, it downloads a prebuilt clang,
658     # which takes ~20s, but clang speeds up builds by more than 20s.
659     "pattern": ".",
660     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
661   },
662   {
663     # Update the cygwin mount on Windows.
664     "pattern": ".",
665     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
666   },
667   {
668     # Update LASTCHANGE. This is also run by export_tarball.py in
669     # src/tools/export_tarball - please keep them in sync.
670     "pattern": ".",
671     "action": ["python", "src/build/util/lastchange.py",
672                "-o", "src/build/util/LASTCHANGE"],
673   },
674   {
675     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
676     "pattern": ".",
677     "action": ["python", "src/build/gyp_chromium"],
678   },
679   {
680     # Check for landmines (reasons to clobber the build).
681     "pattern": ".",
682     "action": ["python", "src/build/landmines.py"],
683   },