Update manifest file for Quickoffice component extension
[chromium-blink-merge.git] / DEPS
blob6a281677bb4b5aaae2cb51c3ccb66cb33ddef5e5
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": "147503",
12   "chromium_git": "https://chromium.googlesource.com",
13   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
14   "swig_revision": "69281",
15   "nacl_revision": "11083",
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": "578",
21   "libjingle_revision": "299",
22   "libphonenumber_revision": "456",
23   "libvpx_revision": "187374",
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": "8476",
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": "14075",
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": "3704",
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": "191052",
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",
53 deps = {
54   "src/breakpad/src":
55     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1139",
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@2040",
75   "src/third_party/trace-viewer":
76     (Var("googlecode_url") % "trace-viewer") + "/trunk@245",
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@292",
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@1605",
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@189528",
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/openmax_dl":
298     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@3720",
300   "src/third_party/jsoncpp/source/include":
301     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
302         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
304   "src/third_party/jsoncpp/source/src/lib_json":
305     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
306         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
308   "src/third_party/libyuv":
309     (Var("googlecode_url") % "libyuv") + "/trunk@618",
311   "src/third_party/smhasher/src":
312     (Var("googlecode_url") % "smhasher") + "/trunk@147",
314   "src/third_party/libphonenumber/src/phonenumbers":
315      (Var("googlecode_url") % "libphonenumber") +
316          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
317   "src/third_party/libphonenumber/src/test":
318      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
319          Var("libphonenumber_revision"),
320   "src/third_party/libphonenumber/src/resources":
321      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
322          Var("libphonenumber_revision"),
324   "src/third_party/undoview":
325     "/trunk/deps/third_party/undoview@119694",
327   "src/tools/deps2git":
328     "/trunk/tools/deps2git@181098",
330   "src/third_party/webpagereplay":
331     (Var("googlecode_url") % "web-page-replay") + "/trunk@506",
333   "src/third_party/pywebsocket/src":
334     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
336   "src/third_party/opus/src":
337     "/trunk/deps/third_party/opus@185324",
339   "src/third_party/accessibility-developer-tools":
340     Var("chromium_git") + "/external/accessibility-developer-tools.git@ad5df9a5341d38778658c90e4aa241c4ebe4e8aa",
342   "src/webkit/media/crypto/ppapi/cdm":
343     "/trunk/deps/cdm@181763",
347 deps_os = {
348   "win": {
349     "src/chrome/tools/test/reference_build/chrome_win":
350       "/trunk/deps/reference_builds/chrome_win@137747",
352     "src/third_party/cygwin":
353       "/trunk/deps/third_party/cygwin@133786",
355     "src/third_party/python_26":
356       "/trunk/tools/third_party/python_26@89111",
358     "src/third_party/psyco_win32":
359       "/trunk/deps/third_party/psyco_win32@79861",
361     "src/third_party/bison":
362       "/trunk/deps/third_party/bison@147303",
364     "src/third_party/gperf":
365       "/trunk/deps/third_party/gperf@147304",
367     "src/third_party/perl":
368       "/trunk/deps/third_party/perl@147900",
370     "src/third_party/lighttpd":
371       "/trunk/deps/third_party/lighttpd@33727",
373     # Chrome Frame related deps
374     "src/third_party/xulrunner-sdk":
375       "/trunk/deps/third_party/xulrunner-sdk@119756",
376     "src/chrome_frame/tools/test/reference_build/chrome_win":
377       "/trunk/deps/reference_builds/chrome_win@89574",
379     # Parses Windows PE/COFF executable format.
380     "src/third_party/pefile":
381       (Var("googlecode_url") % "pefile") + "/trunk@63",
383     # NSS, for SSLClientSocketNSS.
384     "src/third_party/nss":
385       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
387     "src/third_party/swig/win":
388       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
390     # GNU binutils assembler for x86-32.
391     "src/third_party/gnu_binutils":
392       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
393        Var("nacl_tools_revision")),
394     # GNU binutils assembler for x86-64.
395     "src/third_party/mingw-w64/mingw/bin":
396       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
397        Var("nacl_tools_revision")),
399     # Dependencies used by libjpeg-turbo
400     "src/third_party/yasm/binaries":
401       "/trunk/deps/third_party/yasm/binaries@154708",
403     # Binary level profile guided optimizations. This points to the
404     # latest release binaries for the toolchain.
405     "src/third_party/syzygy/binaries":
406       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1395",
408     # Binaries for nacl sdk.
409     "src/third_party/nacl_sdk_binaries":
410       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
411   },
412   "ios": {
413     "src/third_party/GTM":
414       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
415       Var("gtm_revision"),
417     "src/third_party/nss":
418       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
420     # class-dump utility to generate header files for undocumented SDKs
421     "src/testing/iossim/third_party/class-dump":
422       "/trunk/deps/third_party/class-dump@147231",
424     # Pull only the headers from WebKit.
425     "src/third_party/WebKit/Source/WebKit/chromium/public":
426       Var("webkit_trunk") + "/Source/WebKit/chromium/public@" +
427       Var("webkit_revision"),
428     "src/third_party/WebKit/Source/Platform/chromium/public":
429       Var("webkit_trunk") + "/Source/Platform/chromium/public@" +
430       Var("webkit_revision"),
432     # Code that's not needed due to not building everything (especially WebKit).
433     "src/build/util/support": None,
434     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
435     "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources": None,
436     "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
437     "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None,
438     "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
439     "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
440     "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
441     "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
442     "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
443     "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
444     "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
445     "src/content/test/data/layout_tests/LayoutTests/media": None,
446     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
447     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
448     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
449     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
450     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events": None,
451     "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": None,
452     "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
453     "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
454     "src/chrome/test/data/perf/canvas_bench": None,
455     "src/chrome/test/data/perf/frame_rate/content": None,
456     "src/native_client": None,
457     "src/native_client/src/third_party/ppapi": None,
458     "src/sandbox/linux/seccomp-legacy": None,
459     "src/third_party/angle": None,
460     "src/third_party/bidichecker": None,
461     "src/third_party/webgl_conformance": None,
462     "src/third_party/ffmpeg": None,
463     "src/third_party/hunspell_dictionaries": None,
464     "src/third_party/hunspell": None,
465     "src/third_party/leveldatabase/src": None,
466     "src/third_party/libexif/sources": None,
467     "src/third_party/libjpeg_turbo": None,
468     "src/third_party/libphonenumber/src/phonenumbers": None,
469     "src/third_party/libphonenumber/src/test": None,
470     "src/third_party/libphonenumber/src/resources": None,
471     "src/third_party/libsrtp": None,
472     "src/third_party/libvpx": None,
473     "src/third_party/libyuv": None,
474     "src/third_party/ots": None,
475     "src/third_party/pylib": None,
476     "src/third_party/pymox/src": None,
477     "src/third_party/safe_browsing/testing": None,
478     "src/third_party/scons-2.0.1": None,
479     "src/third_party/sfntly/cpp/src": None,
480     "src/third_party/smhasher/src": None,
481     "src/third_party/snappy/src": None,
482     "src/third_party/swig/Lib": None,
483     "src/third_party/undoview": None,
484     "src/third_party/v8-i18n": None,
485     "src/third_party/webdriver/pylib": None,
486     "src/third_party/webpagereplay": None,
487     "src/third_party/webrtc": None,
488     "src/third_party/WebKit": None,
489     "src/third_party/WebKit/LayoutTests": None,
490     "src/third_party/WebKit/Source": None,
491     "src/third_party/WebKit/Tools/DumpRenderTree": None,
492     "src/third_party/WebKit/Tools/Scripts": None,
493     "src/third_party/WebKit/Tools/TestWebKitAPI": None,
494     "src/third_party/yasm/source/patched-yasm": None,
495     "src/tools/page_cycler/acid3": None,
496     "src/v8": None,
497   },
498   "mac": {
499     "src/chrome/tools/test/reference_build/chrome_mac":
500       "/trunk/deps/reference_builds/chrome_mac@137727",
502     "src/third_party/GTM":
503       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
504       Var("gtm_revision"),
505     "src/third_party/pdfsqueeze":
506       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
507     "src/third_party/lighttpd":
508       "/trunk/deps/third_party/lighttpd@33737",
510     "src/third_party/swig/mac":
511       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
513     # NSS, for SSLClientSocketNSS.
514     "src/third_party/nss":
515       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
517     "src/chrome/installer/mac/third_party/xz/xz":
518       "/trunk/deps/third_party/xz@189101",
519   },
520   "unix": {
521     # Linux, really.
522     "src/chrome/tools/test/reference_build/chrome_linux":
523       "/trunk/deps/reference_builds/chrome_linux@137712",
525     "src/third_party/xdg-utils":
526       "/trunk/deps/third_party/xdg-utils@149334",
528     "src/third_party/swig/linux":
529       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
531     "src/third_party/lss":
532       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
533        Var("lss_revision")),
535     "src/third_party/openssl":
536       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
538     "src/third_party/WebKit/Tools/gdb":
539       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
541     "src/third_party/gold":
542       "/trunk/deps/third_party/gold@168091",
544     "src/third_party/libmtp":
545       "/trunk/deps/third_party/libmtp@178673",
547     # Used on Linux only. CrOS already has a copy.
548     "src/third_party/mtpd/source":
549       Var("chromiumos_git") + "/platform/mtpd.git" +
550       "@132604f107368f617a3073ba2d515b78641ceeed",
552     # Used on Linux only. CrOS already has a copy.
553     "src/third_party/cros_dbus_cplusplus/source":
554       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
555       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
557     # For Linux and Chromium OS.
558     "src/third_party/cros_system_api":
559       Var("chromiumos_git") + "/platform/system_api.git" +
560       "@3191a5ed48b982bf6e0ae7f77b9d70c817a4d015",
562     # Note that this is different from Android's freetype repo.
563     "src/third_party/freetype2/src":
564       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
565       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
567     # Build tools for targeting ChromeOS.
568     "src/third_party/chromite":
569       Var("chromiumos_git") + "/chromite.git" +
570       "@1d8a25be640e27cbac454995239cd71f34b5f613",
572     # Dependency of chromite.git.
573     "src/third_party/pyelftools":
574       Var("chromiumos_git") + "/third_party/pyelftools.git" +
575       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
576   },
577   "android": {
578     "src/third_party/android_tools":
579       Var("chromium_git") + "/android_tools.git" +
580       "@02d3db3c400baa959883006dc697c6cbd70c5194",
582     "src/third_party/aosp":
583       "/trunk/deps/third_party/aosp@148330",
585     "src/third_party/apache-mime4j":
586       "/trunk/deps/third_party/apache-mime4j@170888",
588     "src/third_party/findbugs":
589       "/trunk/deps/third_party/findbugs@163586",
591     "src/third_party/freetype":
592       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
593       "@96551feab72aac26836e9aaf4fae0962d39d5ab0",
595     "src/third_party/guava/src":
596       Var("chromium_git") + "/external/guava-libraries.git" +
597       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
599     "src/third_party/httpcomponents-client":
600       "/trunk/deps/third_party/httpcomponents-client@170888",
602     "src/third_party/httpcomponents-core":
603       "/trunk/deps/third_party/httpcomponents-core@170888",
605     "src/third_party/jarjar":
606       "/trunk/deps/third_party/jarjar@170888",
608     "src/third_party/jsr-305/src":
609       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
611     "src/third_party/lss":
612       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
613        Var("lss_revision")),
615     "src/third_party/openssl":
616       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
618     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
619       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
620   },
624 include_rules = [
625   # Everybody can use some things.
626   "+base",
627   "+build",
628   "+googleurl",
629   "+ipc",
631   # Everybody can use headers generated by tools/generate_library_loader.
632   "+library_loaders",
634   "+testing",
635   "+third_party/icu/public",
639 # checkdeps.py shouldn't check include paths for files in these dirs:
640 skip_child_includes = [
641   "breakpad",
642   "chrome_frame",
643   "delegate_execute",
644   "googleurl",
645   "metro_driver",
646   "native_client_sdk",
647   "o3d",
648   "pdf",
649   "sdch",
650   "skia",
651   "testing",
652   "third_party",
653   "v8",
654   "win8",
658 hooks = [
659   {
660     # This downloads binaries for Native Client's newlib toolchain.
661     # Done in lieu of building the toolchain from scratch as it can take
662     # anywhere from 30 minutes to 4 hours depending on platform to build.
663     "pattern": ".",
664     "action": [
665         "python", "src/build/download_nacl_toolchains.py",
666          "--no-arm-trusted",
667          "--keep",
668     ],
669   },
670   {
671     # Download arm sysroot image to src/arm-sysroot. This image updates
672     # at about the same rate that the chrome build deps change.
673     # This script is a no-op except for linux users who have
674     # target_arch=arm in thier GYP_DEFINES.
675     "pattern": ".",
676     "action": ["python", "src/build/linux/install-arm-sysroot.py",
677                "--linux-only"],
678   },
679   {
680     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
681     # zero seconds to run. If something changed, it downloads a prebuilt clang,
682     # which takes ~20s, but clang speeds up builds by more than 20s.
683     "pattern": ".",
684     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
685   },
686   {
687     # Update the cygwin mount on Windows.
688     "pattern": ".",
689     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
690   },
691   {
692     # Update LASTCHANGE. This is also run by export_tarball.py in
693     # src/tools/export_tarball - please keep them in sync.
694     "pattern": ".",
695     "action": ["python", "src/build/util/lastchange.py",
696                "-o", "src/build/util/LASTCHANGE"],
697   },
698   {
699     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
700     "pattern": ".",
701     "action": ["python", "src/build/gyp_chromium"],
702   },
703   {
704     # Check for landmines (reasons to clobber the build).
705     "pattern": ".",
706     "action": ["python", "src/build/landmines.py"],
707   },