Give a default HMONITOR for Pepper's OnHostMsgGetHmonitor
[chromium-blink-merge.git] / DEPS
blob98aae66754114b12a6e81263762b942ccb897586
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": "152350",
12   "chromium_git": "https://chromium.googlesource.com",
13   "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
14   "swig_revision": "69281",
15   "nacl_revision": "11528",
16   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
17   # to update other nacl_*_revision's.
18   "nacl_tools_revision": "11437",  # native_client/DEPS: tools_rev
19   "gtm_revision": "608",
21   "libjingle_revision": "342",
22   "libphonenumber_revision": "456",
23   "libvpx_revision": "197977",
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": "203786",
29   "ffmpeg_hash": "245a8c0cdfdd5ab3da9045089661017e9ddd8d0e",
31   "sfntly_revision": "134",
32   "skia_revision": "9555",
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": "15136",
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": "4197",
41   "jsoncpp_revision": "248",
42   "nss_revision": "206124",
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": "204510",
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": "203545",
53 deps = {
54   "src/breakpad/src":
55     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1182",
57   "src/googleurl":
58     (Var("googlecode_url") % "google-url") + "/trunk@185",
60   "src/sdch/open-vcdiff":
61     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
63   "src/testing/gtest":
64     (Var("googlecode_url") % "googletest") + "/trunk@629",
66   "src/testing/gmock":
67     (Var("googlecode_url") % "googlemock") + "/trunk@410",
69   "src/third_party/angle":
70     (Var("googlecode_url") % "angleproject") + "/trunk@2249",
72   "src/third_party/trace-viewer":
73     (Var("googlecode_url") % "trace-viewer") + "/trunk@579",
75   "src/third_party/WebKit":
76     Var("webkit_trunk") + "@" + Var("webkit_revision"),
78   "src/third_party/icu":
79     "/trunk/deps/third_party/icu46@199252",
81   "src/third_party/libexif/sources":
82     "/trunk/deps/third_party/libexif/sources@146817",
84   "src/third_party/hunspell":
85    "/trunk/deps/third_party/hunspell@197309",
87   "src/third_party/hunspell_dictionaries":
88     "/trunk/deps/third_party/hunspell_dictionaries@193701",
90   "src/third_party/safe_browsing/testing":
91     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
93   "src/third_party/cacheinvalidation/src":
94     (Var("googlecode_url") % "google-cache-invalidation-api") +
95     "/trunk/src@309",
97   "src/third_party/leveldatabase/src":
98     (Var("googlecode_url") % "leveldb") + "/trunk@73",
100   "src/third_party/snappy/src":
101     (Var("googlecode_url") % "snappy") + "/trunk@74",
103   "src/tools/grit":
104     (Var("googlecode_url") % "grit-i18n") + "/trunk@127",
106   "src/tools/gyp":
107     (Var("googlecode_url") % "gyp") + "/trunk@1646",
109   "src/tools/swarm_client":
110     "/trunk/tools/swarm_client@" + Var("swarm_revision"),
112   "src/v8":
113     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
115   "src/native_client":
116     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
118   "src/third_party/pymox/src":
119     (Var("googlecode_url") % "pymox") + "/trunk@70",
121   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
122     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
123     Var("nacl_revision"),
125   "src/third_party/sfntly/cpp/src":
126     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
127     Var("sfntly_revision"),
129   "src/third_party/skia/src":
130     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
132   "src/third_party/skia/gyp":
133     (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
135   "src/third_party/skia/include":
136     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
138   "src/third_party/ots":
139     (Var("googlecode_url") % "ots") + "/trunk@102",
141   "src/tools/page_cycler/acid3":
142     "/trunk/deps/page_cycler/acid3@171600",
144   "src/chrome/test/data/perf/canvas_bench":
145     "/trunk/deps/canvas_bench@122605",
147   "src/chrome/test/data/perf/frame_rate/content":
148     "/trunk/deps/frame_rate/content@93671",
150   "src/chrome/test/data/perf/third_party/octane":
151     (Var("googlecode_url") % "octane-benchmark") + "/trunk@19",
153   "src/third_party/bidichecker":
154     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
156   "src/third_party/v8-i18n":
157     (Var("googlecode_url") % "v8-i18n") + "/trunk@182",
159   # When roll to another webgl conformance tests revision, please goto
160   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
161   "src/third_party/webgl_conformance":
162     "/trunk/deps/third_party/webgl/sdk/tests@202601",
164   # We run these layout tests as UI tests. Since many of the buildbots that
165   # run layout tests do NOT have access to the LayoutTest directory, we need
166   # to map them here. In practice, these do not take up much space.
167   #
168   # TODO: crbug.com/230215. Remove these and update the tests to pull directly
169   # from the Blink repo since the layout tests are now always checked out.
170   "src/content/test/data/layout_tests/LayoutTests/fast/events":
171     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
172     Var("webkit_revision"),
173   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
174     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
175     Var("webkit_revision"),
176   "src/content/test/data/layout_tests/LayoutTests/fast/workers":
177     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
178     Var("webkit_revision"),
179   "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
180     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
181     Var("webkit_revision"),
182   "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
183     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
184     Var("webkit_revision"),
185   "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
186     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
187     Var("webkit_revision"),
188   "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
189     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
190     Var("webkit_revision"),
191   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
192     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
193     Var("webkit_revision"),
194   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
195     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
196     Var("webkit_revision"),
197   "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
198     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
199     Var("webkit_revision"),
200   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
201     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
202     Var("webkit_revision"),
203   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
204     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
205     Var("webkit_revision"),
206   "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
207     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
208     Var("webkit_revision"),
209   "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
210     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
211     Var("webkit_revision"),
212   "src/content/test/data/layout_tests/LayoutTests/fast/files":
213     Var("webkit_trunk") + "/LayoutTests/fast/files@" +
214     Var("webkit_revision"),
215   "src/content/test/data/layout_tests/LayoutTests/fast/filesystem":
216     Var("webkit_trunk") + "/LayoutTests/fast/filesystem@" +
217     Var("webkit_revision"),
218   "src/content/test/data/layout_tests/LayoutTests/media":
219     Var("webkit_trunk") + "/LayoutTests/media@" +
220     Var("webkit_revision"),
221   "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources":
222     Var("webkit_trunk") + "/LayoutTests/editing/pasteboard/resources@" +
223     Var("webkit_revision"),
225   "src/third_party/swig/Lib":
226     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
228   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
229   "src/third_party/webdriver/pylib":
230     (Var("googlecode_url") % "selenium") + "/trunk/py@18337",
232   "src/third_party/libvpx":
233     "/trunk/deps/third_party/libvpx@" +
234     Var("libvpx_revision"),
236   "src/third_party/ffmpeg":
237     "/trunk/deps/third_party/ffmpeg@" +
238     Var("ffmpeg_revision"),
240   "src/third_party/libjingle/source":
241     (Var("googlecode_url") % "libjingle") + "/trunk@" +
242     Var("libjingle_revision"),
244   "src/third_party/usrsctp/usrsctplib":
245     (Var("googlecode_url") % "sctp-refimpl") +
246     "/trunk/KERN/usrsctp/usrsctplib@8463",
248   "src/third_party/libsrtp":
249     "/trunk/deps/third_party/libsrtp@189528",
251   "src/third_party/speex":
252     "/trunk/deps/third_party/speex@198168",
254   "src/third_party/yasm/source/patched-yasm":
255     "/trunk/deps/third_party/yasm/patched-yasm@167605",
257   "src/third_party/libjpeg_turbo":
258     "/trunk/deps/third_party/libjpeg_turbo@177737",
260   "src/third_party/flac":
261     "/trunk/deps/third_party/flac@198139",
263   "src/third_party/pyftpdlib/src":
264     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
266   "src/third_party/scons-2.0.1":
267     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
268         Var("nacl_tools_revision"),
270   "src/third_party/webrtc":
271     (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
273   "src/third_party/openmax_dl":
274     (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@4148",
276   "src/third_party/jsoncpp/source/include":
277     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
278         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
280   "src/third_party/jsoncpp/source/src/lib_json":
281     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
282         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
284   "src/third_party/libyuv":
285     (Var("googlecode_url") % "libyuv") + "/trunk@723",
287   "src/third_party/smhasher/src":
288     (Var("googlecode_url") % "smhasher") + "/trunk@149",
290   "src/third_party/libphonenumber/src/phonenumbers":
291      (Var("googlecode_url") % "libphonenumber") +
292          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
293   "src/third_party/libphonenumber/src/test":
294      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
295          Var("libphonenumber_revision"),
296   "src/third_party/libphonenumber/src/resources":
297      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
298          Var("libphonenumber_revision"),
300   "src/third_party/undoview":
301     "/trunk/deps/third_party/undoview@119694",
303   "src/tools/deps2git":
304     "/trunk/tools/deps2git@202885",
306   "src/third_party/webpagereplay":
307     (Var("googlecode_url") % "web-page-replay") + "/trunk@513",
309   "src/third_party/pywebsocket/src":
310     (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
312   "src/third_party/opus/src":
313     "/trunk/deps/third_party/opus@185324",
315   "src/third_party/accessibility-developer-tools":
316     Var("chromium_git") + "/external/accessibility-developer-tools.git@ad5df9a5341d38778658c90e4aa241c4ebe4e8aa",
318   "src/webkit/renderer/media/crypto/ppapi/cdm":
319     "/trunk/deps/cdm@181763",
321   "src/third_party/mesa/src":
322     "/trunk/deps/third_party/mesa@204346",
326 deps_os = {
327   "win": {
328     "src/chrome/tools/test/reference_build/chrome_win":
329       "/trunk/deps/reference_builds/chrome_win@197743",
331     "src/third_party/cygwin":
332       "/trunk/deps/third_party/cygwin@133786",
334     "src/third_party/python_26":
335       "/trunk/tools/third_party/python_26@89111",
337     "src/third_party/psyco_win32":
338       "/trunk/deps/third_party/psyco_win32@79861",
340     "src/third_party/bison":
341       "/trunk/deps/third_party/bison@147303",
343     "src/third_party/gperf":
344       "/trunk/deps/third_party/gperf@147304",
346     "src/third_party/perl":
347       "/trunk/deps/third_party/perl@147900",
349     "src/third_party/lighttpd":
350       "/trunk/deps/third_party/lighttpd@33727",
352     # Chrome Frame related deps
353     "src/third_party/xulrunner-sdk":
354       "/trunk/deps/third_party/xulrunner-sdk@119756",
355     "src/chrome_frame/tools/test/reference_build/chrome_win":
356       "/trunk/deps/reference_builds/chrome_win@89574",
358     # Parses Windows PE/COFF executable format.
359     "src/third_party/pefile":
360       (Var("googlecode_url") % "pefile") + "/trunk@63",
362     # NSS, for SSLClientSocketNSS.
363     "src/third_party/nss":
364       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
366     "src/third_party/swig/win":
367       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
369     # GNU binutils assembler for x86-32.
370     "src/third_party/gnu_binutils":
371       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
372        Var("nacl_tools_revision")),
373     # GNU binutils assembler for x86-64.
374     "src/third_party/mingw-w64/mingw/bin":
375       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
376        Var("nacl_tools_revision")),
378     # Dependencies used by libjpeg-turbo
379     "src/third_party/yasm/binaries":
380       "/trunk/deps/third_party/yasm/binaries@154708",
382     # Binary level profile guided optimizations. This points to the
383     # latest release binaries for the toolchain.
384     "src/third_party/syzygy/binaries":
385       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1570",
387     # Binaries for nacl sdk.
388     "src/third_party/nacl_sdk_binaries":
389       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
390   },
391   "ios": {
392     "src/third_party/GTM":
393       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
394       Var("gtm_revision"),
396     "src/third_party/nss":
397       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
399     # class-dump utility to generate header files for undocumented SDKs
400     "src/testing/iossim/third_party/class-dump":
401       "/trunk/deps/third_party/class-dump@199203",
403     # Code that's not needed due to not building everything
404     "src/build/util/support": None,
405     "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
406     "src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources": None,
407     "src/content/test/data/layout_tests/LayoutTests/fast/events": None,
408     "src/content/test/data/layout_tests/LayoutTests/fast/filesystem_temp": None,
409     "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": None,
410     "src/content/test/data/layout_tests/LayoutTests/fast/workers": None,
411     "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": None,
412     "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": None,
413     "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": None,
414     "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": None,
415     "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": None,
416     "src/content/test/data/layout_tests/LayoutTests/media": None,
417     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": None,
418     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": None,
419     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": None,
420     "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": None,
421     "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": None,
422     "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": None,
423     "src/chrome/test/data/perf/canvas_bench": None,
424     "src/chrome/test/data/perf/frame_rate/content": None,
425     "src/native_client": None,
426     "src/native_client/src/third_party/ppapi": None,
427     "src/third_party/angle": None,
428     "src/third_party/bidichecker": None,
429     "src/third_party/webgl_conformance": None,
430     "src/third_party/ffmpeg": None,
431     "src/third_party/hunspell_dictionaries": None,
432     "src/third_party/hunspell": None,
433     "src/third_party/leveldatabase/src": None,
434     "src/third_party/libexif/sources": None,
435     "src/third_party/libjpeg_turbo": None,
436     "src/third_party/libphonenumber/src/phonenumbers": None,
437     "src/third_party/libphonenumber/src/test": None,
438     "src/third_party/libphonenumber/src/resources": None,
439     "src/third_party/libsrtp": None,
440     "src/third_party/usrsctp/usrsctplib": None,
441     "src/third_party/libvpx": None,
442     "src/third_party/libyuv": None,
443     "src/third_party/ots": None,
444     "src/third_party/pylib": None,
445     "src/third_party/pymox/src": None,
446     "src/third_party/safe_browsing/testing": None,
447     "src/third_party/scons-2.0.1": None,
448     "src/third_party/sfntly/cpp/src": None,
449     "src/third_party/smhasher/src": None,
450     "src/third_party/snappy/src": None,
451     "src/third_party/swig/Lib": None,
452     "src/third_party/undoview": None,
453     "src/third_party/v8-i18n": None,
454     "src/third_party/webdriver/pylib": None,
455     "src/third_party/webpagereplay": None,
456     "src/third_party/webrtc": None,
457     "src/third_party/yasm/source/patched-yasm": None,
458     "src/tools/page_cycler/acid3": None,
459     "src/v8": None,
460   },
461   "mac": {
462     "src/chrome/tools/test/reference_build/chrome_mac":
463       "/trunk/deps/reference_builds/chrome_mac@197743",
465     "src/third_party/GTM":
466       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
467       Var("gtm_revision"),
468     "src/third_party/pdfsqueeze":
469       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
470     "src/third_party/lighttpd":
471       "/trunk/deps/third_party/lighttpd@33737",
473     "src/third_party/swig/mac":
474       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
476     # NSS, for SSLClientSocketNSS.
477     "src/third_party/nss":
478       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
480     "src/chrome/installer/mac/third_party/xz/xz":
481       "/trunk/deps/third_party/xz@189101",
482   },
483   "unix": {
484     # Linux, really.
485     "src/chrome/tools/test/reference_build/chrome_linux":
486       "/trunk/deps/reference_builds/chrome_linux@197743",
488     "src/third_party/xdg-utils":
489       "/trunk/deps/third_party/xdg-utils@203785",
491     "src/third_party/swig/linux":
492       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
494     "src/third_party/lss":
495       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
496        Var("lss_revision")),
498     "src/third_party/openssl":
499       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
501     "src/third_party/gold":
502       "/trunk/deps/third_party/gold@203758",
504     "src/third_party/libmtp":
505       "/trunk/deps/third_party/libmtp@178673",
507     # Used on Linux only. CrOS already has a copy.
508     "src/third_party/mtpd/source":
509       Var("chromiumos_git") + "/platform/mtpd.git" +
510       "@132604f107368f617a3073ba2d515b78641ceeed",
512     # Used on Linux only. CrOS already has a copy.
513     "src/third_party/cros_dbus_cplusplus/source":
514       Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
515       "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
517     # For Linux and Chromium OS.
518     "src/third_party/cros_system_api":
519       Var("chromiumos_git") + "/platform/system_api.git" +
520       "@d2d441c18212d24fec220a24e81cf36957c70b14",
522     # Note that this is different from Android's freetype repo.
523     "src/third_party/freetype2/src":
524       Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
525       "@d699c2994ecc178c4ed05ac2086061b2034c2178",
527     # Build tools for targeting ChromeOS.
528     "src/third_party/chromite":
529       Var("chromiumos_git") + "/chromite.git" +
530       "@785fedc51fc430445d8f397440012ea3b489bac9",
532     # Dependency of chromite.git.
533     "src/third_party/pyelftools":
534       Var("chromiumos_git") + "/third_party/pyelftools.git" +
535       "@bdc1d380acd88d4bfaf47265008091483b0d614e",
536   },
537   "android": {
538     "src/third_party/android_tools":
539       Var("chromium_git") + "/android_tools.git" +
540       "@e9da75d5e88d3e122ac60ee1d642cdcc1acb2bd8",
542     "src/third_party/aosp":
543       "/trunk/deps/third_party/aosp@148330",
545     "src/third_party/apache-mime4j":
546       "/trunk/deps/third_party/apache-mime4j@170888",
548     "src/third_party/findbugs":
549       "/trunk/deps/third_party/findbugs@163586",
551     "src/third_party/freetype":
552       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
553       "@96551feab72aac26836e9aaf4fae0962d39d5ab0",
555     "src/third_party/guava/src":
556       Var("chromium_git") + "/external/guava-libraries.git" +
557       "@c523556ab7d0f05afadebd20e7768d4c16af8771",
559     "src/third_party/httpcomponents-client":
560       "/trunk/deps/third_party/httpcomponents-client@170888",
562     "src/third_party/httpcomponents-core":
563       "/trunk/deps/third_party/httpcomponents-core@170888",
565     "src/third_party/jarjar":
566       "/trunk/deps/third_party/jarjar@170888",
568     "src/third_party/jsr-305/src":
569       (Var("googlecode_url") % "jsr-305") + "/trunk@51",
571     "src/third_party/lss":
572       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
573        Var("lss_revision")),
575     "src/third_party/openssl":
576       "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
578     "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
579       (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
580   },
584 include_rules = [
585   # Everybody can use some things.
586   "+base",
587   "+build",
588   "+googleurl",
589   "+ipc",
591   # Everybody can use headers generated by tools/generate_library_loader.
592   "+library_loaders",
594   "+testing",
595   "+third_party/icu/public",
599 # checkdeps.py shouldn't check include paths for files in these dirs:
600 skip_child_includes = [
601   "breakpad",
602   "chrome_frame",
603   "delegate_execute",
604   "googleurl",
605   "metro_driver",
606   "native_client_sdk",
607   "o3d",
608   "pdf",
609   "sdch",
610   "skia",
611   "testing",
612   "third_party",
613   "v8",
614   "win8",
618 hooks = [
619   {
620     # This downloads binaries for Native Client's newlib toolchain.
621     # Done in lieu of building the toolchain from scratch as it can take
622     # anywhere from 30 minutes to 4 hours depending on platform to build.
623     "pattern": ".",
624     "action": [
625         "python", "src/build/download_nacl_toolchains.py",
626          "--no-arm-trusted",
627          "--keep",
628     ],
629   },
630   {
631     # Downloads an ARM sysroot image to src/arm-sysroot. This image updates
632     # at about the same rate that the chrome build deps change.
633     # This script is a no-op except for linux users who have
634     # target_arch=arm in their GYP_DEFINES.
635     "pattern": ".",
636     "action": ["python", "src/build/linux/install-arm-sysroot.py",
637                "--linux-only"],
638   },
639   {
640     # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
641     # This sysroot updates at about the same rate that the chrome build deps
642     # change. This script is a no-op except for linux users who are doing
643     # official chrome builds.
644     "pattern": ".",
645     "action": [
646         "python",
647         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
648         "--linux-only",
649         "--arch=amd64"],
650   },
651   {
652     # Same as above, but for 32-bit Linux.
653     "pattern": ".",
654     "action": [
655         "python",
656         "src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
657         "--linux-only",
658         "--arch=i386"],
659   },
660   {
661     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
662     # zero seconds to run. If something changed, it downloads a prebuilt clang,
663     # which takes ~20s, but clang speeds up builds by more than 20s.
664     "pattern": ".",
665     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
666   },
667   {
668     # Update the cygwin mount on Windows.
669     "pattern": ".",
670     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
671   },
672   {
673     # Update LASTCHANGE. This is also run by export_tarball.py in
674     # src/tools/export_tarball - please keep them in sync.
675     "pattern": ".",
676     "action": ["python", "src/build/util/lastchange.py",
677                "-o", "src/build/util/LASTCHANGE"],
678   },
679   {
680     # Update LASTCHANGE.blink. This is also run by export_tarball.py in
681     # src/tools/export_tarball - please keep them in sync.
682     "pattern": ".",
683     "action": ["python", "src/build/util/lastchange.py",
684                "-s", "src/third_party/WebKit",
685                "-o", "src/build/util/LASTCHANGE.blink"],
686   },
687   {
688     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
689     "pattern": ".",
690     "action": ["python", "src/build/gyp_chromium"],
691   },
692   {
693     # Check for landmines (reasons to clobber the build).
694     "pattern": ".",
695     "action": ["python", "src/build/landmines.py"],
696   },