Updating trunk VERSION from 957.0 to 958.0
[chromium-blink-merge.git] / DEPS
blobed795b48773a7dac57f05471ccc7844a4b2e16be
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": "101681",
9   "chromium_git": "http://git.chromium.org/git",
10   "swig_revision": "69281",
11   "nacl_revision": "7300",
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       "6052b7a1fd6829050bbc72b82ffc0f10c7478f0d",
21   "nacl_toolchain_linux_x86_newlib_hash":
22       "5f82c18ce9d0201f9df852bddcb19746ef690290",
23   "nacl_toolchain_mac_x86_hash":
24       "f7b73f3d9073b75bb1ef6b583eaf56f397ca80ed",
25   "nacl_toolchain_mac_x86_newlib_hash":
26       "648b5ae8ae770b41c4a0eef28cff6f67fe8bb386",
27   "nacl_toolchain_win_x86_hash":
28       "8c216e597f6a13809d40f156e414b3209d9a159c",
29   "nacl_toolchain_win_x86_newlib_hash":
30       "a340bc72900f002f88491bf82baf69d35593ed75",  
31   "nacl_toolchain_revision": "7258",
33   "libjingle_revision": "95",
34   "libvpx_revision": "109236",
35   "ffmpeg_revision": "112050",
36   "sfntly_revision": "98",
37   "skia_revision": "2765",
38   # Three lines of non-changing comments so that
39   # the commit queue can handle CLs rolling Skia
40   # and V8 without interference from each other.
41   "v8_revision": "10089",
42   "webrtc_revision": "1027",
43   "jsoncpp_revision": "246",
46 deps = {
47   "src/breakpad/src":
48     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@891",
50   "src/build/util/support":
51     "/trunk/deps/support@20411",
53   "src/googleurl":
54     (Var("googlecode_url") % "google-url") + "/trunk@162",
56   "src/seccompsandbox":
57     (Var("googlecode_url") % "seccompsandbox") + "/trunk@178",
59   "src/sdch/open-vcdiff":
60     (Var("googlecode_url") % "open-vcdiff") + "/trunk@40",
62   "src/testing/gtest":
63     (Var("googlecode_url") % "googletest") + "/trunk@560",
65   "src/testing/gmock":
66     (Var("googlecode_url") % "googlemock") + "/trunk@374",
68   "src/third_party/angle":
69     (Var("googlecode_url") % "angleproject") + "/trunk@889",
71   # Note that this is *not* where we check out WebKit -- this just
72   # puts some extra files into place for the real WebKit checkout to
73   # happen.  See lines mentioning "webkit_revision" for the real
74   # WebKit checkout.
75   "src/third_party/WebKit":
76     "/trunk/deps/third_party/WebKit@76115",
78   "src/third_party/icu":
79     "/trunk/deps/third_party/icu46@107982",
81   "src/third_party/hunspell":
82    "/trunk/deps/third_party/hunspell@110423",
84   "src/third_party/hunspell_dictionaries":
85     "/trunk/deps/third_party/hunspell_dictionaries@79099",
87   "src/third_party/safe_browsing/testing":
88     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
90   "src/third_party/cacheinvalidation/files/src/google":
91     (Var("googlecode_url") % "google-cache-invalidation-api") +
92     "/trunk/src/google@143",
94   "src/third_party/leveldatabase/src":
95     (Var("googlecode_url") % "leveldb") + "/trunk@55",
97   "src/third_party/snappy/src":
98     (Var("googlecode_url") % "snappy") + "/trunk@37",
100   "src/tools/grit":
101     (Var("googlecode_url") % "grit-i18n") + "/trunk@7",
103   "src/tools/gyp":
104     (Var("googlecode_url") % "gyp") + "/trunk@1101",
106   "src/v8":
107     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
109   "src/native_client":
110     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
111     
112   "src/native_client_sdk/src/site_scons":
113     Var("nacl_trunk") + "/src/native_client/site_scons@" + Var("nacl_revision"),
115   "src/third_party/pymox/src":
116     (Var("googlecode_url") % "pymox") + "/trunk@70",
118   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
119     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
120     Var("nacl_revision"),
122   "src/third_party/sfntly/src/sfntly":
123     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
124     Var("sfntly_revision"),
126   "src/third_party/skia/src":
127     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
129   "src/third_party/skia/include":
130     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
132   "src/third_party/skia/third_party/glu":
133     (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
135   "src/third_party/WebKit/LayoutTests":
136     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
138   "src/third_party/WebKit/Source":
139     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
141   "src/third_party/WebKit/Tools/DumpRenderTree":
142     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
144   "src/third_party/WebKit/Tools/Scripts":
145     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
147   "src/third_party/WebKit/Tools/TestWebKitAPI":
148     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
150   "src/third_party/ots":
151     (Var("googlecode_url") % "ots") + "/trunk@74",
153   "src/tools/page_cycler/acid3":
154     "/trunk/deps/page_cycler/acid3@102714",
156   "src/chrome/test/data/perf/frame_rate/content":
157     "/trunk/deps/frame_rate/content@93671",
159   "src/third_party/bidichecker":
160     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
162   "src/third_party/v8-i18n":
163     (Var("googlecode_url") % "v8-i18n") + "/trunk@7",
165   # When roll to another webgl conformance tests revision, please goto
166   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
167   "src/third_party/webgl_conformance":
168     "/trunk/deps/third_party/webgl/sdk/tests@106432",
170   # We should use the same software_rendering_list.json for all branches.
171   "src/chrome/browser/resources/software_rendering_list":
172     "/trunk/deps/gpu/software_rendering_list@110790",
174   # We run these layout tests as UI tests. Since many of the buildbots that
175   # run layout tests do NOT have access to the LayoutTest directory, we need
176   # to map them here. In practice, these do not take up much space.
177   "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
178     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
179     Var("webkit_revision"),
180   "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
181     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
182     Var("webkit_revision"),
183   "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
184     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
185     Var("webkit_revision"),
186   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
187     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
188     Var("webkit_revision"),
189   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
190     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
191     Var("webkit_revision"),
192   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
193     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
194     Var("webkit_revision"),
195   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
196     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
197     Var("webkit_revision"),
198   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
199     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
200     Var("webkit_revision"),
201   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-cg-mac/fast/events":
202     Var("webkit_trunk") + "/LayoutTests/platform/chromium-cg-mac/fast/events@" +
203     Var("webkit_revision"),
204   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-cg-mac/http/tests/workers":
205     Var("webkit_trunk") + "/LayoutTests/platform/chromium-cg-mac/http/tests/workers@" +
206     Var("webkit_revision"),
207   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-cg-mac/storage/domstorage":
208     Var("webkit_trunk") + "/LayoutTests/platform/chromium-cg-mac/storage/domstorage@" +
209     Var("webkit_revision"),
210   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
211     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
212     Var("webkit_revision"),
213   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
214     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
215     Var("webkit_revision"),
216   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
217     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
218     Var("webkit_revision"),
219   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
220     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
221     Var("webkit_revision"),
222   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
223     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
224     Var("webkit_revision"),
225   "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
226     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
227     Var("webkit_revision"),
228   "src/chrome/test/data/layout_tests/LayoutTests/media":
229     Var("webkit_trunk") + "/LayoutTests/media@" +
230     Var("webkit_revision"),
231   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers":
232     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" +
233     Var("webkit_revision"),
234   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
235     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
236     Var("webkit_revision"),
237   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem":
238     Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" +
239     Var("webkit_revision"),
241   "src/third_party/swig/Lib":
242     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
244   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
245   "src/third_party/webdriver/pylib":
246     "http://selenium.googlecode.com/svn/trunk/py@13487",
248   "src/third_party/libvpx":
249     "/trunk/deps/third_party/libvpx@" +
250     Var("libvpx_revision"),
252   "src/third_party/ffmpeg":
253     "/trunk/deps/third_party/ffmpeg/source@" +
254     Var("ffmpeg_revision"),
256   "src/third_party/libjingle/source":
257     (Var("googlecode_url") % "libjingle") + "/trunk@" +
258     Var("libjingle_revision"),
260   "src/third_party/speex":
261     "/trunk/deps/third_party/speex@111570",
263   "src/third_party/yasm/source/patched-yasm":
264     "/trunk/deps/third_party/yasm/patched-yasm@73761",
266   "src/third_party/libjpeg_turbo":
267     "/trunk/deps/third_party/libjpeg_turbo@111873",
269   "src/third_party/flac":
270     "/trunk/deps/third_party/flac@96404",
272   "src/third_party/pyftpdlib/src":
273     (Var("googlecode_url") % "pyftpdlib") + "/trunk@888",
275   # Needed to support nacl browser test jig.
276   "src/third_party/pylib":
277     Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
278   "src/third_party/scons-2.0.1":
279     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
280         Var("nacl_tools_revision"),
282   "src/third_party/webrtc":
283     (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
285   "src/third_party/jsoncpp/source/include":
286     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
287         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
289   "src/third_party/jsoncpp/source/src/lib_json":
290     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
291         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
293   "src/third_party/libyuv":
294     (Var("googlecode_url") % "libyuv") + "/trunk@64",
296   "src/third_party/mozc/session":
297     (Var("googlecode_url") % "mozc") + "/trunk/src/session@58",
299   "src/third_party/smhasher/src":
300     (Var("googlecode_url") % "smhasher") + "/trunk@136",
304 deps_os = {
305   "win": {
306     "src/chrome/tools/test/reference_build/chrome_win":
307       "/trunk/deps/reference_builds/chrome_win@89574",
309     "src/third_party/cygwin":
310       "/trunk/deps/third_party/cygwin@66844",
312     "src/third_party/python_26":
313       "/trunk/tools/third_party/python_26@89111",
315     "src/third_party/psyco_win32":
316       "/trunk/deps/third_party/psyco_win32@79861",
318     "src/third_party/lighttpd":
319       "/trunk/deps/third_party/lighttpd@33727",
321     "src/third_party/ffmpeg/binaries/chromium/win/ia32":
322       "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
324     # Chrome Frame related deps
325     "src/third_party/xulrunner-sdk":
326       "/trunk/deps/third_party/xulrunner-sdk@71609",
327     "src/chrome_frame/tools/test/reference_build/chrome_win":
328       "/trunk/deps/reference_builds/chrome_win@89574",
330     # Parses Windows PE/COFF executable format.
331     "src/third_party/pefile":
332       (Var("googlecode_url") % "pefile") + "/trunk@63",
334     # NSS, for SSLClientSocketNSS.
335     "src/third_party/nss":
336       "/trunk/deps/third_party/nss@110191",
338     "src/third_party/swig/win":
339       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
341     "src/third_party/mingw-w64/mingw/bin":
342       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
343        Var("nacl_tools_revision")),
345     "src/rlz":
346       (Var("googlecode_url") % "rlz") + "/trunk@49",
348     # Dependencies used by libjpeg-turbo
349     "src/third_party/yasm/binaries":
350       "/trunk/deps/third_party/yasm/binaries@74228",
352     # Binary level profile guided optimizations. This points to the
353     # latest release binaries for the toolchain.
354     "src/third_party/syzygy/binaries":
355       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@543",
357     # Binaries for nacl sdk.
358     "src/third_party/nacl_sdk_binaries":
359       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
360   },
361   "mac": {
362     "src/chrome/tools/test/reference_build/chrome_mac":
363       "/trunk/deps/reference_builds/chrome_mac@89574",
365     "src/third_party/GTM":
366       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@459",
367     "src/third_party/pdfsqueeze":
368       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
369     "src/third_party/lighttpd":
370       "/trunk/deps/third_party/lighttpd@33737",
372     "src/third_party/swig/mac":
373       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
375     # NSS, for SSLClientSocketNSS.
376     "src/third_party/nss":
377       "/trunk/deps/third_party/nss@110191",
379     "src/chrome/installer/mac/third_party/xz/xz":
380       "/trunk/deps/third_party/xz@87706",
381   },
382   "unix": {
383     # Linux, really.
384     "src/chrome/tools/test/reference_build/chrome_linux":
385       "/trunk/deps/reference_builds/chrome_linux@89574",
387     "src/third_party/xdg-utils":
388       "/trunk/deps/third_party/xdg-utils@93299",
390     "src/third_party/swig/linux":
391       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
393     "src/third_party/lss":
394       (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@8",
396     "src/third_party/openssl":
397       "/trunk/deps/third_party/openssl@105093",
399     "src/third_party/WebKit/Tools/gdb":
400       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
401   },
405 include_rules = [
406   # Everybody can use some things.
407   "+base",
408   "+build",
409   "+ipc",
411   # For now, we allow ICU to be included by specifying "unicode/...", although
412   # this should probably change.
413   "+unicode",
414   "+testing",
418 # checkdeps.py shouldn't check include paths for files in these dirs:
419 skip_child_includes = [
420   "breakpad",
421   "chrome_frame",
422   "native_client",
423   "native_client_sdk",
424   "o3d",
425   "pdf",
426   "sdch",
427   "skia",
428   "testing",
429   "third_party",
430   "v8",
434 hooks = [
435   {
436     # This downloads binaries for Native Client's newlib toolchain.
437     # Done in lieu of building the toolchain from scratch as it can take
438     # anywhere from 30 minutes to 4 hours depending on platform to build.
439     "pattern": ".",
440     "action": [
441         "python", "src/build/download_nacl_toolchains.py",
442          "--no-pnacl",
443          "--no-arm-trusted",
444          "--x86-version", Var("nacl_toolchain_revision"),
445          "--file-hash", "mac_x86_newlib",
446              Var("nacl_toolchain_mac_x86_newlib_hash"),
447          "--file-hash", "win_x86_newlib",
448              Var("nacl_toolchain_win_x86_newlib_hash"),
449          "--file-hash", "linux_x86_newlib",
450              Var("nacl_toolchain_linux_x86_newlib_hash"),
451          "--file-hash", "mac_x86",
452              Var("nacl_toolchain_mac_x86_hash"),
453          "--file-hash", "win_x86",
454              Var("nacl_toolchain_win_x86_hash"),
455          "--file-hash", "linux_x86",
456              Var("nacl_toolchain_linux_x86_hash"),
457          "--save-downloads-dir",
458              "src/native_client_sdk/src/build_tools/toolchain_archives",
459     ],
460   },
461   {
462     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
463     # zero seconds to run. If something changed, it downloads a prebuilt clang,
464     # which takes ~20s, but clang speeds up builds by more than 20s.
465     "pattern": ".",
466     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
467   },
468   {
469     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
470     "pattern": ".",
471     "action": ["python", "src/build/gyp_chromium"],
472   },