Updating trunk VERSION from 1014.0 to 1015.0
[chromium-blink-merge.git] / DEPS
blob7411bf5bc0348b612afb5a342dc5e0b90903a109
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": "105482",
9   "chromium_git": "http://git.chromium.org/git",
10   "swig_revision": "69281",
11   "nacl_revision": "7618",
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       "9db88d4b92913d494d47ceb936d8a0c4af9b7ddb",
21   "nacl_toolchain_linux_x86_newlib_hash":
22       "d091970ba08e6d0349568184e6d91980447ff827",
23   "nacl_toolchain_mac_x86_hash":
24       "ab054c9fad027ce705f6c7be17569c4a58ff0b73",
25   "nacl_toolchain_mac_x86_newlib_hash":
26       "36744d062e149563b948accf5f88221e4be4f4c2",
27   "nacl_toolchain_win_x86_hash":
28       "396ca98c3021666a08819b89eecb69a79fd7bad8",
29   "nacl_toolchain_win_x86_newlib_hash":
30       "b41a2e565716b3ddc0212d185afa79881e971c58",
31   "nacl_toolchain_revision": "7537",
33   "libjingle_revision": "108",
34   "libphonenumber_revision": "407",
35   "libvpx_revision": "117975",
36   "lss_revision": "9",
37   "ffmpeg_revision": "117977",
38   "sfntly_revision": "118",
39   "skia_revision": "3039",
40   # Three lines of non-changing comments so that
41   # the commit queue can handle CLs rolling Skia
42   # and V8 without interference from each other.
43   "v8_revision": "10452",
44   "webrtc_revision": "1311",
45   "jsoncpp_revision": "248",
48 deps = {
49   "src/breakpad/src":
50     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@902",
52   "src/build/util/support":
53     "/trunk/deps/support@20411",
55   "src/googleurl":
56     (Var("googlecode_url") % "google-url") + "/trunk@167",
58   "src/seccompsandbox":
59     (Var("googlecode_url") % "seccompsandbox") + "/trunk@178",
61   "src/sdch/open-vcdiff":
62     (Var("googlecode_url") % "open-vcdiff") + "/trunk@40",
64   "src/testing/gtest":
65     (Var("googlecode_url") % "googletest") + "/trunk@560",
67   "src/testing/gmock":
68     (Var("googlecode_url") % "googlemock") + "/trunk@374",
70   "src/third_party/angle":
71     (Var("googlecode_url") % "angleproject") + "/trunk@941",
73   # Note that this is *not* where we check out WebKit -- this just
74   # puts some extra files into place for the real WebKit checkout to
75   # happen.  See lines mentioning "webkit_revision" for the real
76   # WebKit checkout.
77   "src/third_party/WebKit":
78     "/trunk/deps/third_party/WebKit@76115",
80   "src/third_party/icu":
81     "/trunk/deps/third_party/icu46@117933",
83   "src/third_party/hunspell":
84    "/trunk/deps/third_party/hunspell@110423",
86   "src/third_party/hunspell_dictionaries":
87     "/trunk/deps/third_party/hunspell_dictionaries@79099",
89   "src/third_party/safe_browsing/testing":
90     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
92   "src/third_party/cacheinvalidation/files/src/google":
93     (Var("googlecode_url") % "google-cache-invalidation-api") +
94     "/trunk/src/google@177",
96   "src/third_party/leveldatabase/src":
97     (Var("googlecode_url") % "leveldb") + "/trunk@55",
99   "src/third_party/snappy/src":
100     (Var("googlecode_url") % "snappy") + "/trunk@37",
102   "src/tools/grit":
103     (Var("googlecode_url") % "grit-i18n") + "/trunk@9",
105   "src/tools/gyp":
106     (Var("googlecode_url") % "gyp") + "/trunk@1168",
108   "src/v8":
109     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
111   "src/native_client":
112     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
114   "src/native_client_sdk/src/site_scons":
115     Var("nacl_trunk") + "/src/native_client/site_scons@" + Var("nacl_revision"),
117   "src/third_party/pymox/src":
118     (Var("googlecode_url") % "pymox") + "/trunk@70",
120   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
121     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
122     Var("nacl_revision"),
124   "src/third_party/sfntly/cpp/src":
125     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
126     Var("sfntly_revision"),
128   "src/third_party/skia/src":
129     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
131   "src/third_party/skia/include":
132     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
134   "src/third_party/skia/third_party/glu":
135     (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
137   "src/third_party/WebKit/LayoutTests":
138     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
140   "src/third_party/WebKit/Source":
141     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
143   "src/third_party/WebKit/Tools/DumpRenderTree":
144     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
146   "src/third_party/WebKit/Tools/Scripts":
147     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
149   "src/third_party/WebKit/Tools/TestWebKitAPI":
150     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
152   "src/third_party/ots":
153     (Var("googlecode_url") % "ots") + "/trunk@79",
155   "src/tools/page_cycler/acid3":
156     "/trunk/deps/page_cycler/acid3@102714",
158   "src/chrome/test/data/perf/frame_rate/content":
159     "/trunk/deps/frame_rate/content@93671",
161   "src/third_party/bidichecker":
162     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
164   "src/third_party/v8-i18n":
165     (Var("googlecode_url") % "v8-i18n") + "/trunk@7",
167   # When roll to another webgl conformance tests revision, please goto
168   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
169   "src/third_party/webgl_conformance":
170     "/trunk/deps/third_party/webgl/sdk/tests@106432",
172   # We should use the same software_rendering_list.json for all branches.
173   "src/chrome/browser/resources/software_rendering_list":
174     "/trunk/deps/gpu/software_rendering_list@115644",
176   # We run these layout tests as UI tests. Since many of the buildbots that
177   # run layout tests do NOT have access to the LayoutTest directory, we need
178   # to map them here. In practice, these do not take up much space.
179   "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
180     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
181     Var("webkit_revision"),
182   "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
183     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
184     Var("webkit_revision"),
185   "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
186     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
187     Var("webkit_revision"),
188   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
189     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
190     Var("webkit_revision"),
191   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
192     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
193     Var("webkit_revision"),
194   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
195     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
196     Var("webkit_revision"),
197   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
198     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
199     Var("webkit_revision"),
200   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
201     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
202     Var("webkit_revision"),
203   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
204     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
205     Var("webkit_revision"),
206   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
207     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
208     Var("webkit_revision"),
209   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
210     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
211     Var("webkit_revision"),
212   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
213     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
214     Var("webkit_revision"),
215   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
216     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
217     Var("webkit_revision"),
218   "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
219     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
220     Var("webkit_revision"),
221   "src/chrome/test/data/layout_tests/LayoutTests/storage/indexeddb":
222     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
223     Var("webkit_revision"),
224   "src/chrome/test/data/layout_tests/LayoutTests/media":
225     Var("webkit_trunk") + "/LayoutTests/media@" +
226     Var("webkit_revision"),
227   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers":
228     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" +
229     Var("webkit_revision"),
230   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
231     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
232     Var("webkit_revision"),
233   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem":
234     Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" +
235     Var("webkit_revision"),
237   "src/third_party/swig/Lib":
238     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
240   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
241   "src/third_party/webdriver/pylib":
242     "http://selenium.googlecode.com/svn/trunk/py@13487",
244   "src/third_party/libvpx":
245     "/trunk/deps/third_party/libvpx@" +
246     Var("libvpx_revision"),
248   "src/third_party/ffmpeg":
249     "/trunk/deps/third_party/ffmpeg/source@" +
250     Var("ffmpeg_revision"),
252   "src/third_party/libjingle/source":
253     (Var("googlecode_url") % "libjingle") + "/trunk@" +
254     Var("libjingle_revision"),
256   "src/third_party/speex":
257     "/trunk/deps/third_party/speex@111570",
259   "src/third_party/yasm/source/patched-yasm":
260     "/trunk/deps/third_party/yasm/patched-yasm@73761",
262   "src/third_party/libjpeg_turbo":
263     "/trunk/deps/third_party/libjpeg_turbo@111873",
265   "src/third_party/flac":
266     "/trunk/deps/third_party/flac@118218",
268   "src/third_party/pyftpdlib/src":
269     (Var("googlecode_url") % "pyftpdlib") + "/trunk@888",
271   # Needed to support nacl browser test jig.
272   "src/third_party/pylib":
273     Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
274   "src/third_party/scons-2.0.1":
275     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
276         Var("nacl_tools_revision"),
278   "src/third_party/webrtc":
279     (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
281   "src/third_party/jsoncpp/source/include":
282     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
283         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
285   "src/third_party/jsoncpp/source/src/lib_json":
286     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
287         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
289   "src/third_party/libyuv":
290     (Var("googlecode_url") % "libyuv") + "/trunk@124",
292   "src/third_party/mozc/session":
293     (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
295   "src/third_party/mozc/chrome/chromeos/renderer":
296     (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
298   "src/third_party/smhasher/src":
299     (Var("googlecode_url") % "smhasher") + "/trunk@136",
301   "src/third_party/libphonenumber/src/phonenumbers":
302      (Var("googlecode_url") % "libphonenumber") +
303          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
304   "src/third_party/libphonenumber/src/test":
305      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
306          Var("libphonenumber_revision"),
307   "src/third_party/libphonenumber/src/resources":
308      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
309          Var("libphonenumber_revision"),
313 deps_os = {
314   "win": {
315     "src/chrome/tools/test/reference_build/chrome_win":
316       "/trunk/deps/reference_builds/chrome_win@89574",
318     "src/third_party/cygwin":
319       "/trunk/deps/third_party/cygwin@66844",
321     "src/third_party/python_26":
322       "/trunk/tools/third_party/python_26@89111",
324     "src/third_party/psyco_win32":
325       "/trunk/deps/third_party/psyco_win32@79861",
327     "src/third_party/lighttpd":
328       "/trunk/deps/third_party/lighttpd@33727",
330     "src/third_party/ffmpeg/binaries/chromium/win/ia32":
331       "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
333     # Chrome Frame related deps
334     "src/third_party/xulrunner-sdk":
335       "/trunk/deps/third_party/xulrunner-sdk@71609",
336     "src/chrome_frame/tools/test/reference_build/chrome_win":
337       "/trunk/deps/reference_builds/chrome_win@89574",
339     # Parses Windows PE/COFF executable format.
340     "src/third_party/pefile":
341       (Var("googlecode_url") % "pefile") + "/trunk@63",
343     # NSS, for SSLClientSocketNSS.
344     "src/third_party/nss":
345       "/trunk/deps/third_party/nss@117974",
347     "src/third_party/swig/win":
348       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
350     "src/third_party/mingw-w64/mingw/bin":
351       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
352        Var("nacl_tools_revision")),
354     "src/rlz":
355       (Var("googlecode_url") % "rlz") + "/trunk@49",
357     # Dependencies used by libjpeg-turbo
358     "src/third_party/yasm/binaries":
359       "/trunk/deps/third_party/yasm/binaries@74228",
361     # Binary level profile guided optimizations. This points to the
362     # latest release binaries for the toolchain.
363     "src/third_party/syzygy/binaries":
364       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@596",
366     # Binaries for nacl sdk.
367     "src/third_party/nacl_sdk_binaries":
368       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
369   },
370   "mac": {
371     "src/chrome/tools/test/reference_build/chrome_mac":
372       "/trunk/deps/reference_builds/chrome_mac@89574",
374     "src/third_party/GTM":
375       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@459",
376     "src/third_party/pdfsqueeze":
377       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
378     "src/third_party/lighttpd":
379       "/trunk/deps/third_party/lighttpd@33737",
381     "src/third_party/swig/mac":
382       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
384     # NSS, for SSLClientSocketNSS.
385     "src/third_party/nss":
386       "/trunk/deps/third_party/nss@115445",
388     "src/chrome/installer/mac/third_party/xz/xz":
389       "/trunk/deps/third_party/xz@87706",
390   },
391   "unix": {
392     # Linux, really.
393     "src/chrome/tools/test/reference_build/chrome_linux":
394       "/trunk/deps/reference_builds/chrome_linux@89574",
396     "src/third_party/xdg-utils":
397       "/trunk/deps/third_party/xdg-utils@93299",
399     "src/third_party/swig/linux":
400       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
402     "src/third_party/lss":
403       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
404        Var("lss_revision")),
406     "src/third_party/openssl":
407       "/trunk/deps/third_party/openssl@105093",
409     "src/third_party/WebKit/Tools/gdb":
410       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
411   },
415 include_rules = [
416   # Everybody can use some things.
417   "+base",
418   "+build",
419   "+ipc",
421   # For now, we allow ICU to be included by specifying "unicode/...", although
422   # this should probably change.
423   "+unicode",
424   "+testing",
428 # checkdeps.py shouldn't check include paths for files in these dirs:
429 skip_child_includes = [
430   "breakpad",
431   "chrome_frame",
432   "native_client",
433   "native_client_sdk",
434   "o3d",
435   "pdf",
436   "sdch",
437   "skia",
438   "testing",
439   "third_party",
440   "v8",
444 hooks = [
445   {
446     # This downloads binaries for Native Client's newlib toolchain.
447     # Done in lieu of building the toolchain from scratch as it can take
448     # anywhere from 30 minutes to 4 hours depending on platform to build.
449     "pattern": ".",
450     "action": [
451         "python", "src/build/download_nacl_toolchains.py",
452          "--no-pnacl",
453          "--no-arm-trusted",
454          "--x86-version", Var("nacl_toolchain_revision"),
455          "--file-hash", "mac_x86_newlib",
456              Var("nacl_toolchain_mac_x86_newlib_hash"),
457          "--file-hash", "win_x86_newlib",
458              Var("nacl_toolchain_win_x86_newlib_hash"),
459          "--file-hash", "linux_x86_newlib",
460              Var("nacl_toolchain_linux_x86_newlib_hash"),
461          "--file-hash", "mac_x86",
462              Var("nacl_toolchain_mac_x86_hash"),
463          "--file-hash", "win_x86",
464              Var("nacl_toolchain_win_x86_hash"),
465          "--file-hash", "linux_x86",
466              Var("nacl_toolchain_linux_x86_hash"),
467          "--save-downloads-dir",
468              "src/native_client_sdk/src/build_tools/toolchain_archives",
469          "--keep",
470     ],
471   },
472   {
473     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
474     # zero seconds to run. If something changed, it downloads a prebuilt clang,
475     # which takes ~20s, but clang speeds up builds by more than 20s.
476     "pattern": ".",
477     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
478   },
479   {
480     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
481     "pattern": ".",
482     "action": ["python", "src/build/gyp_chromium"],
483   },