Fix OnLayerAnimationEnded notifications.
[chromium-blink-merge.git] / DEPS
blobbc70bb9511a5f88a6fc77ff3b26e84d2c0e09223
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": "98348",
9   "chromium_git": "http://git.chromium.org/git",
10   "swig_revision": "69281",
11   "nacl_revision": "6965",
12   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
13   # to update other nacl_*_revision's.
14   # TODO(brettw) We should use the "From" syntax to avoid hardcoding the
15   # revisions here, but it makes checkdeps confused. We should fix checkdeps.
16   "nacl_tools_revision": "6504",  # native_client/DEPS: tools_rev
18   # These hashes need to be updated when nacl_toolchain_revision is changed.
19   # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
20   # new values.
21   "nacl_toolchain_mac_x86_newlib_hash":
22       "280ecee659ff804d5eeca8964c31545b0d68d9c8",
23   "nacl_toolchain_win_x86_newlib_hash":
24       "7730f4515c745c0c012df4a1080be9a46ffcda47",
25   "nacl_toolchain_linux_x86_newlib_hash":
26       "596aa5b812ec4b24160ed7ce55b3fd141f929fbf",
27   "nacl_toolchain_revision": "6757",
29   "libjingle_revision": "88",
30   "libvpx_revision": "107145",
31   "ffmpeg_revision": "106016",
32   "sfntly_revision": "98",
33   "skia_revision": "2515",
34   "v8_revision": "9637",
35   "webrtc_revision": "808",
36   "jsoncpp_revision": "246",
38   # Note: On most bots, clang is not checked out via DEPS but by
39   # tools/clang/scripts/update.sh. The script reads this line here.
40   # Do NOT CHANGE this if you don't know what you're doing -- see
41   # http://code.google.com/p/chromium/wiki/UpdatingClang
42   "clang_revision": "142664",
45 deps = {
46   "src/breakpad/src":
47     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@875",
49   "src/build/util/support":
50     "/trunk/deps/support@20411",
52   "src/googleurl":
53     (Var("googlecode_url") % "google-url") + "/trunk@159",
55   "src/seccompsandbox":
56     (Var("googlecode_url") % "seccompsandbox") + "/trunk@170",
58   "src/sdch/open-vcdiff":
59     (Var("googlecode_url") % "open-vcdiff") + "/trunk@40",
61   "src/testing/gtest":
62     (Var("googlecode_url") % "googletest") + "/trunk@560",
64   "src/testing/gmock":
65     (Var("googlecode_url") % "googlemock") + "/trunk@374",
67   "src/third_party/angle":
68     (Var("googlecode_url") % "angleproject") + "/trunk@803",
70   # Note that this is *not* where we check out WebKit -- this just
71   # puts some extra files into place for the real WebKit checkout to
72   # happen.  See lines mentioning "webkit_revision" for the real
73   # WebKit checkout.
74   "src/third_party/WebKit":
75     "/trunk/deps/third_party/WebKit@76115",
77   "src/third_party/icu":
78     "/trunk/deps/third_party/icu46@106776",
80   "src/third_party/hunspell":
81    "/trunk/deps/third_party/hunspell@96723",
83   "src/third_party/hunspell_dictionaries":
84     "/trunk/deps/third_party/hunspell_dictionaries@79099",
86   "src/third_party/safe_browsing/testing":
87     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
89   "src/third_party/cacheinvalidation/files/src/google":
90     (Var("googlecode_url") % "google-cache-invalidation-api") +
91     "/trunk/src/google@143",
93   "src/third_party/leveldatabase/src":
94     (Var("googlecode_url") % "leveldb") + "/trunk@53",
96   "src/third_party/snappy/src":
97     (Var("googlecode_url") % "snappy") + "/trunk@37",
99   "src/tools/grit":
100     (Var("googlecode_url") % "grit-i18n") + "/trunk@6",
102   "src/tools/gyp":
103     (Var("googlecode_url") % "gyp") + "/trunk@1081",
105   "src/v8":
106     (Var("googlecode_url") % "v8") + "/branches/3.6@" + Var("v8_revision"),
108   "src/native_client":
109     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
111   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
112     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
113     Var("nacl_revision"),
115   "src/third_party/sfntly/src/sfntly":
116     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
117     Var("sfntly_revision"),
119   "src/third_party/skia/src":
120     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
122   "src/third_party/skia/include":
123     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
125   "src/third_party/skia/third_party/glu":
126     (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
128   "src/third_party/WebKit/LayoutTests":
129     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
131   "src/third_party/WebKit/Source":
132     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
134   "src/third_party/WebKit/Tools/DumpRenderTree":
135     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
137   "src/third_party/WebKit/Tools/Scripts":
138     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
140   "src/third_party/WebKit/Tools/TestWebKitAPI":
141     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
143   "src/third_party/ots":
144     (Var("googlecode_url") % "ots") + "/trunk@74",
146   "src/tools/page_cycler/acid3":
147     "/trunk/deps/page_cycler/acid3@102714",
149   "src/chrome/test/data/perf/frame_rate/content":
150     "/trunk/deps/frame_rate/content@93671",
152   "src/third_party/bidichecker":
153     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
155   "src/third_party/v8-i18n":
156     (Var("googlecode_url") % "v8-i18n") + "/trunk@4",
158   # When roll to another webgl conformance tests revision, please goto
159   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
160   "src/third_party/webgl_conformance":
161     "/trunk/deps/third_party/webgl/sdk/tests@106432",
163   # We run these layout tests as UI tests. Since many of the buildbots that
164   # run layout tests do NOT have access to the LayoutTest directory, we need
165   # to map them here. In practice, these do not take up much space.
166   "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
167     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
168     Var("webkit_revision"),
169   "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
170     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
171     Var("webkit_revision"),
172   "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
173     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
174     Var("webkit_revision"),
175   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
176     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
177     Var("webkit_revision"),
178   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
179     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
180     Var("webkit_revision"),
181   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
182     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
183     Var("webkit_revision"),
184   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
185     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
186     Var("webkit_revision"),
187   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
188     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
189     Var("webkit_revision"),
190   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-cg-mac/fast/events":
191     Var("webkit_trunk") + "/LayoutTests/platform/chromium-cg-mac/fast/events@" +
192     Var("webkit_revision"),
193   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-cg-mac/http/tests/workers":
194     Var("webkit_trunk") + "/LayoutTests/platform/chromium-cg-mac/http/tests/workers@" +
195     Var("webkit_revision"),
196   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-cg-mac/storage/domstorage":
197     Var("webkit_trunk") + "/LayoutTests/platform/chromium-cg-mac/storage/domstorage@" +
198     Var("webkit_revision"),
199   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
200     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
201     Var("webkit_revision"),
202   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
203     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
204     Var("webkit_revision"),
205   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
206     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
207     Var("webkit_revision"),
208   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
209     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
210     Var("webkit_revision"),
211   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
212     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
213     Var("webkit_revision"),
214   "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
215     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
216     Var("webkit_revision"),
217   "src/chrome/test/data/layout_tests/LayoutTests/media":
218     Var("webkit_trunk") + "/LayoutTests/media@" +
219     Var("webkit_revision"),
220   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers":
221     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" +
222     Var("webkit_revision"),
223   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
224     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
225     Var("webkit_revision"),
226   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem":
227     Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" +
228     Var("webkit_revision"),
230   "src/third_party/swig/Lib":
231     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
233   # WebDriver keeps client and test code separate, and merges when the
234   # python egg is installed. We run tests directly from src, so import
235   # the code into the structure expected by the tests.
236   # Make sure you update chrome/test/functional.DEPS/DEPS too.
237   "src/third_party/webdriver/python/selenium":
238     "http://selenium.googlecode.com/svn/trunk/py/selenium@13487",
239   "src/third_party/webdriver/python/selenium/test":
240     "http://selenium.googlecode.com/svn/trunk/py/test@13487",
242   "src/third_party/libvpx":
243     "/trunk/deps/third_party/libvpx@" +
244     Var("libvpx_revision"),
246   "src/third_party/ffmpeg":
247     "/trunk/deps/third_party/ffmpeg/source@" +
248     Var("ffmpeg_revision"),
250   "src/third_party/libjingle/source":
251     (Var("googlecode_url") % "libjingle") + "/trunk@" +
252     Var("libjingle_revision"),
254   "src/third_party/speex":
255     "/trunk/deps/third_party/speex@83190",
257   "src/third_party/yasm/source/patched-yasm":
258     "/trunk/deps/third_party/yasm/patched-yasm@73761",
260   "src/third_party/libjpeg_turbo":
261     "/trunk/deps/third_party/libjpeg_turbo@105131",
263   "src/third_party/flac":
264     "/trunk/deps/third_party/flac@96404",
266   "src/third_party/pyftpdlib/src":
267     (Var("googlecode_url") % "pyftpdlib") + "/trunk@888",
269   # Needed to support nacl browser test jig.
270   "src/third_party/pylib":
271     # TODO(brettw) enable the From() line instead when checkdeps is fixed.
272     #From("src/native_client", "native_client/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/mozc/session":
290     (Var("googlecode_url") % "mozc") + "/trunk/src/session@58",
292   "src/third_party/smhasher/src":
293     (Var("googlecode_url") % "smhasher") + "/trunk@136",
297 deps_os = {
298   "win": {
299     "src/chrome/tools/test/reference_build/chrome_win":
300       "/trunk/deps/reference_builds/chrome_win@89574",
302     "src/third_party/cygwin":
303       "/trunk/deps/third_party/cygwin@66844",
305     "src/third_party/python_26":
306       "/trunk/tools/third_party/python_26@89111",
308     "src/third_party/psyco_win32":
309       "/trunk/deps/third_party/psyco_win32@79861",
311     "src/third_party/lighttpd":
312       "/trunk/deps/third_party/lighttpd@33727",
314     "src/third_party/ffmpeg/binaries/chromium/win/ia32":
315       "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
317     # Chrome Frame related deps
318     "src/third_party/xulrunner-sdk":
319       "/trunk/deps/third_party/xulrunner-sdk@71609",
320     "src/chrome_frame/tools/test/reference_build/chrome_win":
321       "/trunk/deps/reference_builds/chrome_win@89574",
323     # Parses Windows PE/COFF executable format.
324     "src/third_party/pefile":
325       (Var("googlecode_url") % "pefile") + "/trunk@63",
327     # NSS, for SSLClientSocketNSS.
328     "src/third_party/nss":
329       "/trunk/deps/third_party/nss@106031",
331     "src/third_party/swig/win":
332       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
334     "src/third_party/mingw-w64/mingw/bin":
335       (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
336        Var("nacl_tools_revision")),
338     "src/rlz":
339       (Var("googlecode_url") % "rlz") + "/trunk@49",
341     # Dependencies used by libjpeg-turbo
342     "src/third_party/yasm/binaries":
343       "/trunk/deps/third_party/yasm/binaries@74228",
345     # Binary level profile guided optimizations. This points to the
346     # latest release binaries for the toolchain.
347     "src/third_party/syzygy/binaries":
348       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@477",
349   },
350   "mac": {
351     "src/chrome/tools/test/reference_build/chrome_mac":
352       "/trunk/deps/reference_builds/chrome_mac@89574",
354     "src/third_party/GTM":
355       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@459",
356     "src/third_party/pdfsqueeze":
357       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
358     "src/third_party/lighttpd":
359       "/trunk/deps/third_party/lighttpd@33737",
361     "src/third_party/WebKit/WebKitLibraries":
362       Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
364     "src/third_party/swig/mac":
365       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
367     # NSS, for SSLClientSocketNSS.
368     "src/third_party/nss":
369       "/trunk/deps/third_party/nss@106031",
371     "src/chrome/installer/mac/third_party/xz/xz":
372       "/trunk/deps/third_party/xz@87706",
373   },
374   "unix": {
375     # Linux, really.
376     "src/chrome/tools/test/reference_build/chrome_linux":
377       "/trunk/deps/reference_builds/chrome_linux@89574",
379     "src/third_party/xdg-utils":
380       "/trunk/deps/third_party/xdg-utils@93299",
382     "src/third_party/swig/linux":
383       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
385     "src/third_party/lss":
386       (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@8",
388     "src/third_party/openssl":
389       "/trunk/deps/third_party/openssl@101988",
391     "src/third_party/WebKit/Tools/gdb":
392       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
393   },
397 include_rules = [
398   # Everybody can use some things.
399   "+base",
400   "+build",
401   "+ipc",
403   # For now, we allow ICU to be included by specifying "unicode/...", although
404   # this should probably change.
405   "+unicode",
406   "+testing",
410 # checkdeps.py shouldn't check include paths for files in these dirs:
411 skip_child_includes = [
412   "breakpad",
413   "chrome_frame",
414   "native_client",
415   "o3d",
416   "pdf",
417   "sdch",
418   "skia",
419   "testing",
420   "third_party",
421   "v8",
425 hooks = [
426   {
427     # This downloads binaries for Native Client's newlib toolchain.
428     # Done in lieu of building the toolchain from scratch as it can take
429     # anywhere from 30 minutes to 4 hours depending on platform to build.
430     "pattern": ".",
431     "action": [
432         "python", "src/build/download_nacl_toolchains.py",
433          "--x86-version", Var("nacl_toolchain_revision"),
434          "--nacl-newlib-only",
435          "--file-hash", "mac_x86_newlib",
436              Var("nacl_toolchain_mac_x86_newlib_hash"),
437          "--file-hash", "win_x86_newlib",
438              Var("nacl_toolchain_win_x86_newlib_hash"),
439          "--file-hash", "linux_x86_newlib",
440              Var("nacl_toolchain_linux_x86_newlib_hash"),
441     ],
442   },
443   {
444     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
445     # zero seconds to run. If something changed, it downloads a prebuilt clang,
446     # which takes ~20s, but clang speeds up builds by more than 20s.
447     "pattern": ".",
448     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
449   },
450   {
451     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
452     "pattern": ".",
453     "action": ["python", "src/build/gyp_chromium"],
454   },