[Chromoting] Log extension name and version number on startup.
[chromium-blink-merge.git] / DEPS
blob761c4bbc52e820cabfa91526ee832d9248f96e16
1 vars = {
2   # Use this googlecode_url variable only if there is an internal mirror for it.
3   # If you do not know, use the full path while defining your new deps entry.
4   "googlecode_url": "http://%s.googlecode.com/svn",
5   "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
6   "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
7   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
8   "webkit_revision": "109464",
9   "chromium_git": "http://git.chromium.org/git",
10   "swig_revision": "69281",
11   "nacl_revision": "7919",
12   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
13   # to update other nacl_*_revision's.
14   "nacl_tools_revision": "7139",  # native_client/DEPS: tools_rev
16   # These hashes need to be updated when nacl_toolchain_revision is changed.
17   # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
18   # new values.
19   "nacl_toolchain_linux_x86_hash":
20       "030324df172abc67f69dca80012c2a37ccd9ebb0",
21   "nacl_toolchain_linux_x86_newlib_hash":
22       "23697d53dce9a506f65a713d6913e99ecb882f18",
23   "nacl_toolchain_mac_x86_hash":
24       "ea06ee0e55d5e4e252fc85c916474a40b6cad023",
25   "nacl_toolchain_mac_x86_newlib_hash":
26       "039a39d2323c8e9380252607bcf9bca1a1cfa7d6",
27   "nacl_toolchain_pnacl_darwin_i386_hash":
28       "fadb4949172a2cc918ddcadca06ec524f19b29b8",
29   "nacl_toolchain_pnacl_linux_i686_hash":
30       "a1be3e4ecea3f3d3becfff6860e8a593ec014d81",
31   "nacl_toolchain_pnacl_linux_x86_64_hash":
32       "f34c8efb57ca0d1f9fb3f71d9e343bfa7026bd03",
33   "nacl_toolchain_win_x86_hash":
34       "6a8fd328bcbdaa88887a39fd9a83a006129b44dd",
35   "nacl_toolchain_win_x86_newlib_hash":
36       "bd8dd553c9998e7bf826f5746c8ef69c3c5e5ac7",
37   "nacl_toolchain_revision": "7799",
38   "pnacl_toolchain_revision": "7799",
40   "libjingle_revision": "119",
41   "libphonenumber_revision": "425",
42   "libvpx_revision": "123809",
43   "lss_revision": "9",
45   # These two FFmpeg variables must be updated together.  One is used for SVN
46   # checkouts and the other for Git checkouts.
47   "ffmpeg_revision": "123524",
48   "ffmpeg_hash": "54e485722e10aaa291dcf3e427b44d1ddb985259",
50   "sfntly_revision": "118",
51   "skia_revision": "3295",
52   # Three lines of non-changing comments so that
53   # the commit queue can handle CLs rolling Skia
54   # and V8 without interference from each other.
55   "v8_revision": "10875",
56   "webrtc_revision": "1538",
57   "jsoncpp_revision": "248",
58   "nss_revision": "123841",
59   "rlz_revision": "66",
62 deps = {
63   "src/breakpad/src":
64     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@922",
66   "src/build/util/support":
67     "/trunk/deps/support@20411",
69   "src/googleurl":
70     (Var("googlecode_url") % "google-url") + "/trunk@168",
72   "src/seccompsandbox":
73     (Var("googlecode_url") % "seccompsandbox") + "/trunk@178",
75   "src/sdch/open-vcdiff":
76     (Var("googlecode_url") % "open-vcdiff") + "/trunk@40",
78   "src/testing/gtest":
79     (Var("googlecode_url") % "googletest") + "/trunk@560",
81   "src/testing/gmock":
82     (Var("googlecode_url") % "googlemock") + "/trunk@374",
84   "src/third_party/angle":
85     (Var("googlecode_url") % "angleproject") + "/trunk@993",
87   # Note that this is *not* where we check out WebKit -- this just
88   # puts some extra files into place for the real WebKit checkout to
89   # happen.  See lines mentioning "webkit_revision" for the real
90   # WebKit checkout.
91   "src/third_party/WebKit":
92     "/trunk/deps/third_party/WebKit@76115",
94   "src/third_party/icu":
95     "/trunk/deps/third_party/icu46@122842",
97   "src/third_party/hunspell":
98    "/trunk/deps/third_party/hunspell@124429",
100   "src/third_party/hunspell_dictionaries":
101     "/trunk/deps/third_party/hunspell_dictionaries@79099",
103   "src/third_party/safe_browsing/testing":
104     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
106   "src/third_party/cacheinvalidation/files/src/google":
107     (Var("googlecode_url") % "google-cache-invalidation-api") +
108     "/trunk/src/google@185",
110   "src/third_party/leveldatabase/src":
111     (Var("googlecode_url") % "leveldb") + "/trunk@58",
113   "src/third_party/snappy/src":
114     (Var("googlecode_url") % "snappy") + "/trunk@37",
116   "src/tools/grit":
117     (Var("googlecode_url") % "grit-i18n") + "/trunk@16",
119   "src/tools/gyp":
120     (Var("googlecode_url") % "gyp") + "/trunk@1233",
122   "src/v8":
123     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
125   "src/native_client":
126     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
128   "src/native_client_sdk/src/site_scons":
129     Var("nacl_trunk") + "/src/native_client/site_scons@" + Var("nacl_revision"),
131   "src/third_party/pymox/src":
132     (Var("googlecode_url") % "pymox") + "/trunk@70",
134   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
135     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
136     Var("nacl_revision"),
138   "src/third_party/sfntly/cpp/src":
139     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
140     Var("sfntly_revision"),
142   "src/third_party/skia/src":
143     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
145   "src/third_party/skia/include":
146     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
148   "src/third_party/skia/third_party/glu":
149     (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
151   "src/third_party/WebKit/LayoutTests":
152     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
154   "src/third_party/WebKit/Source":
155     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
157   "src/third_party/WebKit/Tools/DumpRenderTree":
158     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
160   "src/third_party/WebKit/Tools/Scripts":
161     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
163   "src/third_party/WebKit/Tools/TestWebKitAPI":
164     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
166   "src/third_party/ots":
167     (Var("googlecode_url") % "ots") + "/trunk@82",
169   "src/tools/page_cycler/acid3":
170     "/trunk/deps/page_cycler/acid3@102714",
172   "src/chrome/test/data/perf/canvas_bench":
173     "/trunk/deps/canvas_bench@122605",
175   "src/chrome/test/data/perf/frame_rate/content":
176     "/trunk/deps/frame_rate/content@93671",
178   "src/third_party/bidichecker":
179     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
181   "src/third_party/v8-i18n":
182     (Var("googlecode_url") % "v8-i18n") + "/trunk@25",
184   # When roll to another webgl conformance tests revision, please goto
185   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
186   "src/third_party/webgl_conformance":
187     "/trunk/deps/third_party/webgl/sdk/tests@121363",
189   # We should use the same software_rendering_list.json for all branches.
190   "src/chrome/browser/resources/software_rendering_list":
191     "/trunk/deps/gpu/software_rendering_list@122802",
193   # We run these layout tests as UI tests. Since many of the buildbots that
194   # run layout tests do NOT have access to the LayoutTest directory, we need
195   # to map them here. In practice, these do not take up much space.
196   "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
197     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
198     Var("webkit_revision"),
199   "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
200     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
201     Var("webkit_revision"),
202   "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
203     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
204     Var("webkit_revision"),
205   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
206     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
207     Var("webkit_revision"),
208   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
209     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
210     Var("webkit_revision"),
211   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
212     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
213     Var("webkit_revision"),
214   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
215     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
216     Var("webkit_revision"),
217   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
218     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
219     Var("webkit_revision"),
220   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
221     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
222     Var("webkit_revision"),
223   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
224     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
225     Var("webkit_revision"),
226   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
227     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
228     Var("webkit_revision"),
229   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
230     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
231     Var("webkit_revision"),
232   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
233     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
234     Var("webkit_revision"),
235   "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
236     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
237     Var("webkit_revision"),
238   "src/chrome/test/data/layout_tests/LayoutTests/storage/indexeddb":
239     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
240     Var("webkit_revision"),
241   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
242     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
243     Var("webkit_revision"),
244   "src/chrome/test/data/layout_tests/LayoutTests/media":
245     Var("webkit_trunk") + "/LayoutTests/media@" +
246     Var("webkit_revision"),
248   "src/third_party/swig/Lib":
249     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
251   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
252   "src/third_party/webdriver/pylib":
253     "http://selenium.googlecode.com/svn/trunk/py@13487",
255   "src/third_party/libvpx":
256     "/trunk/deps/third_party/libvpx@" +
257     Var("libvpx_revision"),
259   "src/third_party/ffmpeg":
260     "/trunk/deps/third_party/ffmpeg@" +
261     Var("ffmpeg_revision"),
263   "src/third_party/libjingle/source":
264     (Var("googlecode_url") % "libjingle") + "/trunk@" +
265     Var("libjingle_revision"),
267   "src/third_party/libsrtp":
268     "/trunk/deps/third_party/libsrtp@123853",
270   "src/third_party/speex":
271     "/trunk/deps/third_party/speex@111570",
273   "src/third_party/yasm/source/patched-yasm":
274     "/trunk/deps/third_party/yasm/patched-yasm@124103",
276   "src/third_party/libjpeg_turbo":
277     "/trunk/deps/third_party/libjpeg_turbo@124297",
279   "src/third_party/flac":
280     "/trunk/deps/third_party/flac@120197",
282   "src/third_party/pyftpdlib/src":
283     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
285   # Needed to support nacl browser test jig.
286   "src/third_party/pylib":
287     Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
288   "src/third_party/scons-2.0.1":
289     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
290         Var("nacl_tools_revision"),
292   "src/third_party/webrtc":
293     (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
295   "src/third_party/jsoncpp/source/include":
296     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
297         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
299   "src/third_party/jsoncpp/source/src/lib_json":
300     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
301         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
303   "src/third_party/libyuv":
304     (Var("googlecode_url") % "libyuv") + "/trunk@192",
306   "src/third_party/mozc/session":
307     (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
309   "src/third_party/mozc/chrome/chromeos/renderer":
310     (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
312   "src/third_party/smhasher/src":
313     (Var("googlecode_url") % "smhasher") + "/trunk@136",
315   "src/third_party/libphonenumber/src/phonenumbers":
316      (Var("googlecode_url") % "libphonenumber") +
317          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
318   "src/third_party/libphonenumber/src/test":
319      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
320          Var("libphonenumber_revision"),
321   "src/third_party/libphonenumber/src/resources":
322      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
323          Var("libphonenumber_revision"),
325   "src/third_party/undoview":
326     "/trunk/deps/third_party/undoview@119694",
330 deps_os = {
331   "win": {
332     "src/chrome/tools/test/reference_build/chrome_win":
333       "/trunk/deps/reference_builds/chrome_win@89574",
335     "src/third_party/cygwin":
336       "/trunk/deps/third_party/cygwin@66844",
338     "src/third_party/python_26":
339       "/trunk/tools/third_party/python_26@89111",
341     "src/third_party/psyco_win32":
342       "/trunk/deps/third_party/psyco_win32@79861",
344     "src/third_party/lighttpd":
345       "/trunk/deps/third_party/lighttpd@33727",
347     # Chrome Frame related deps
348     "src/third_party/xulrunner-sdk":
349       "/trunk/deps/third_party/xulrunner-sdk@119756",
350     "src/chrome_frame/tools/test/reference_build/chrome_win":
351       "/trunk/deps/reference_builds/chrome_win@89574",
353     # Parses Windows PE/COFF executable format.
354     "src/third_party/pefile":
355       (Var("googlecode_url") % "pefile") + "/trunk@63",
357     # NSS, for SSLClientSocketNSS.
358     "src/third_party/nss":
359       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
361     "src/third_party/swig/win":
362       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
364     "src/third_party/mingw-w64/mingw/bin":
365       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
366        Var("nacl_tools_revision")),
368     "src/rlz":
369       (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
371     # Dependencies used by libjpeg-turbo
372     "src/third_party/yasm/binaries":
373       "/trunk/deps/third_party/yasm/binaries@74228",
375     # Binary level profile guided optimizations. This points to the
376     # latest release binaries for the toolchain.
377     "src/third_party/syzygy/binaries":
378       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@674",
380     # Binaries for nacl sdk.
381     "src/third_party/nacl_sdk_binaries":
382       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
383   },
384   "mac": {
385     "src/chrome/tools/test/reference_build/chrome_mac":
386       "/trunk/deps/reference_builds/chrome_mac@89574",
388     "src/third_party/GTM":
389       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@516",
390     "src/third_party/pdfsqueeze":
391       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
392     "src/third_party/lighttpd":
393       "/trunk/deps/third_party/lighttpd@33737",
395     "src/third_party/swig/mac":
396       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
398     "src/rlz":
399       (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
401     # NSS, for SSLClientSocketNSS.
402     "src/third_party/nss":
403       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
405     "src/chrome/installer/mac/third_party/xz/xz":
406       "/trunk/deps/third_party/xz@87706",
407   },
408   "unix": {
409     # Linux, really.
410     "src/chrome/tools/test/reference_build/chrome_linux":
411       "/trunk/deps/reference_builds/chrome_linux@89574",
413     "src/third_party/xdg-utils":
414       "/trunk/deps/third_party/xdg-utils@93299",
416     "src/third_party/swig/linux":
417       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
419     "src/third_party/lss":
420       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
421        Var("lss_revision")),
423     "src/third_party/openssl":
424       "/trunk/deps/third_party/openssl@118977",
426     "src/third_party/WebKit/Tools/gdb":
427       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
429     "src/third_party/gold":
430       "/trunk/deps/third_party/gold@124239",
431   },
435 include_rules = [
436   # Everybody can use some things.
437   "+base",
438   "+build",
439   "+ipc",
441   # For now, we allow ICU to be included by specifying "unicode/...", although
442   # this should probably change.
443   "+unicode",
444   "+testing",
448 # checkdeps.py shouldn't check include paths for files in these dirs:
449 skip_child_includes = [
450   "breakpad",
451   "chrome_frame",
452   "native_client",
453   "native_client_sdk",
454   "o3d",
455   "pdf",
456   "sdch",
457   "skia",
458   "testing",
459   "third_party",
460   "v8",
464 hooks = [
465   {
466     # This downloads binaries for Native Client's newlib toolchain.
467     # Done in lieu of building the toolchain from scratch as it can take
468     # anywhere from 30 minutes to 4 hours depending on platform to build.
469     "pattern": ".",
470     "action": [
471         "python", "src/build/download_nacl_toolchains.py",
472          "--no-arm-trusted",
473          "--optional-pnacl",
474          "--pnacl-version", Var("pnacl_toolchain_revision"),
475          "--file-hash", "pnacl_linux_i686",
476              Var("nacl_toolchain_pnacl_linux_i686_hash"),
477          "--file-hash", "pnacl_linux_x86_64",
478              Var("nacl_toolchain_pnacl_linux_x86_64_hash"),
479          "--file-hash", "pnacl_darwin_i386",
480              Var("nacl_toolchain_pnacl_darwin_i386_hash"),
481          "--x86-version", Var("nacl_toolchain_revision"),
482          "--file-hash", "mac_x86_newlib",
483              Var("nacl_toolchain_mac_x86_newlib_hash"),
484          "--file-hash", "win_x86_newlib",
485              Var("nacl_toolchain_win_x86_newlib_hash"),
486          "--file-hash", "linux_x86_newlib",
487              Var("nacl_toolchain_linux_x86_newlib_hash"),
488          "--file-hash", "mac_x86",
489              Var("nacl_toolchain_mac_x86_hash"),
490          "--file-hash", "win_x86",
491              Var("nacl_toolchain_win_x86_hash"),
492          "--file-hash", "linux_x86",
493              Var("nacl_toolchain_linux_x86_hash"),
494          "--save-downloads-dir",
495              "src/native_client_sdk/src/build_tools/toolchain_archives",
496          "--keep",
497     ],
498   },
499   {
500     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
501     # zero seconds to run. If something changed, it downloads a prebuilt clang,
502     # which takes ~20s, but clang speeds up builds by more than 20s.
503     "pattern": ".",
504     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
505   },
506   {
507     # Update the cygwin mount on Windows.
508     "pattern": ".",
509     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
510   },
511   {
512     # Update LASTCHANGE.
513     "pattern": ".",
514     "action": ["python", "src/build/util/lastchange.py",
515                "-o", "src/build/util/LASTCHANGE"],
516   },
517   {
518     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
519     "pattern": ".",
520     "action": ["python", "src/build/gyp_chromium"],
521   },