Fullscreen support for Lion.
[chromium-blink-merge.git] / DEPS
blob2d6163d0bc10f30f1ebdafcb1c0779147a8ba1bb
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   "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
6   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
7   "webkit_revision": "92385",
8   "chromium_git": "http://git.chromium.org/git",
9   "swig_revision": "69281",
10   # These hashes need to be updated when nacl_revision is changed.
11   # After changing nacl_revision, run 'gclient runhooks' to get the new values.
12   "nacl_irt_hash_x86_32": "10df0b6f680232576432cadbec94a4af632cf948",
13   "nacl_irt_hash_x86_64": "a54389c2917fabe257358ace75d0b7d8cd4611ea",
14   "nacl_revision": "6303",
15   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
16   # to update other nacl_*_revision's.
17   # TODO(brettw) We should use the "From" syntax to avoid hardcoding the
18   # revisions here, but it makes checkdeps confused. We should fix checkdeps.
19   "nacl_chrome_ppapi_revision": "93797", # native_client/DEPS: chrome_ppapi_rev 
20   "nacl_tools_revision": "5360",  # native_client/DEPS: tools_rev
21   "libjingle_revision": "77",
22   "libvpx_revision": "90416",
23   "ffmpeg_revision": "94207",
24   "sfntly_revision": "36",
25   "skia_revision": "2034",
26   "v8_revision": "8765",
27   "webrtc_revision": "232",
29   # Note: On most bots, clang is not checked out via DEPS but by
30   # tools/clang/scripts/update.sh. The script reads this line here.
31   "clang_revision": "136602",
34 deps = {
35   "src/breakpad/src":
36     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@819",
38   "src/build/util/support":
39     "/trunk/deps/support@20411",
41   "src/googleurl":
42     (Var("googlecode_url") % "google-url") + "/trunk@159",
44   "src/seccompsandbox":
45     (Var("googlecode_url") % "seccompsandbox") + "/trunk@160",
47   "src/sdch/open-vcdiff":
48     (Var("googlecode_url") % "open-vcdiff") + "/trunk@28",
50   "src/testing/gtest":
51     (Var("googlecode_url") % "googletest") + "/trunk@560",
53   "src/testing/gmock":
54     (Var("googlecode_url") % "googlemock") + "/trunk@374",
56   "src/third_party/angle":
57     (Var("googlecode_url") % "angleproject") + "/trunk@715",
59   # Note that this is *not* where we check out WebKit -- this just
60   # puts some extra files into place for the real WebKit checkout to
61   # happen.  See lines mentioning "webkit_revision" for the real
62   # WebKit checkout.
63   "src/third_party/WebKit":
64     "/trunk/deps/third_party/WebKit@76115",
66   "src/third_party/icu":
67     "/trunk/deps/third_party/icu46@93875",
69   "src/third_party/hunspell":
70    "/trunk/deps/third_party/hunspell@93061",
72   "src/third_party/hunspell_dictionaries":
73     "/trunk/deps/third_party/hunspell_dictionaries@79099",
75   "src/third_party/safe_browsing/testing":
76     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
78   "src/third_party/cacheinvalidation/files/src/google":
79     (Var("googlecode_url") % "google-cache-invalidation-api") +
80     "/trunk/src/google@135",
82   "src/third_party/leveldb":
83     (Var("googlecode_url") % "leveldb") + "/trunk@36",
85   "src/third_party/snappy/src":
86     (Var("googlecode_url") % "snappy") + "/trunk@37",
88   "src/tools/gyp":
89     (Var("googlecode_url") % "gyp") + "/trunk@983",
91   "src/v8":
92     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
94   "src/native_client":
95     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
97   "src/native_client/src/third_party/ppapi":
98     # TODO(brettw) enable the From() line instead when checkdeps is fixed.
99     #From("src/native_client", "native_client/src/third_party/ppapi"),
100     "/trunk/src/ppapi@" + Var("nacl_chrome_ppapi_revision"),
102   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
103     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
104     Var("nacl_revision"),
106   "src/third_party/sfntly/src/sfntly":
107     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
108     Var("sfntly_revision"),
110   "src/third_party/skia/gpu":
111     (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"),
113   "src/third_party/skia/src":
114     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
116   "src/third_party/skia/include":
117     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
119   "src/third_party/skia/third_party/glu":
120     (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
122   "src/third_party/WebKit/LayoutTests":
123     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
125   "src/third_party/WebKit/Source":
126     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
128   "src/third_party/WebKit/Tools/DumpRenderTree":
129     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
131   "src/third_party/WebKit/Tools/Scripts":
132     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
134   "src/third_party/ots":
135     (Var("googlecode_url") % "ots") + "/trunk@69",
137   "src/tools/page_cycler/acid3":
138     "/trunk/deps/page_cycler/acid3@19546",
140   "src/chrome/test/data/perf/frame_rate/content":
141     "/trunk/deps/frame_rate/content@93671",
143   "src/third_party/bidichecker":
144     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
146   "src/third_party/webgl_conformance":
147     "/trunk/deps/third_party/webgl/sdk/tests@93490",
149   # We run these layout tests as UI tests. Since many of the buildbots that
150   # run layout tests do NOT have access to the LayoutTest directory, we need
151   # to map them here. In practice, these do not take up much space.
152   "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
153     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
154     Var("webkit_revision"),
155   "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
156     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
157     Var("webkit_revision"),
158   "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
159     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
160     Var("webkit_revision"),
161   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
162     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
163     Var("webkit_revision"),
164   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
165     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
166     Var("webkit_revision"),
167   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
168     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
169     Var("webkit_revision"),
170   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
171     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
172     Var("webkit_revision"),
173   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
174     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
175     Var("webkit_revision"),
176   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/fast/events":
177     Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/fast/events@" +
178     Var("webkit_revision"),
179   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/http/tests/workers":
180     Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/http/tests/workers@" +
181     Var("webkit_revision"),
182   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/domstorage":
183     Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage@" +
184     Var("webkit_revision"),
185   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
186     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
187     Var("webkit_revision"),
188   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
189     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
190     Var("webkit_revision"),
191   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
192     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
193     Var("webkit_revision"),
194   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
195     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
196     Var("webkit_revision"),
197   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
198     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
199     Var("webkit_revision"),
200   "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
201     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
202     Var("webkit_revision"),
203   "src/chrome/test/data/layout_tests/LayoutTests/media":
204     Var("webkit_trunk") + "/LayoutTests/media@" +
205     Var("webkit_revision"),
206   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers":
207     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" +
208     Var("webkit_revision"),
209   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
210     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
211     Var("webkit_revision"),
212   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem":
213     Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" +
214     Var("webkit_revision"),
216   "src/third_party/swig/Lib":
217     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
219   # WebDriver keeps client and test code separate, and merges when the
220   # python egg is installed. We run tests directly from src, so import
221   # the code into the structure expected by the tests.
222   "src/third_party/webdriver/python/selenium":
223     "http://selenium.googlecode.com/svn/trunk/py/selenium@13091",
224   "src/third_party/webdriver/python/selenium/test":
225     "http://selenium.googlecode.com/svn/trunk/py/test@13091",
227   "src/third_party/libvpx":
228     "/trunk/deps/third_party/libvpx@" +
229     Var("libvpx_revision"),
231   "src/third_party/ffmpeg":
232     "/trunk/deps/third_party/ffmpeg/source@" +
233     Var("ffmpeg_revision"),
235   "src/third_party/libjingle/source":
236     (Var("googlecode_url") % "libjingle") + "/trunk@" +
237     Var("libjingle_revision"),
239   "src/third_party/speex":
240     "/trunk/deps/third_party/speex@83190",
242   "src/third_party/yasm/source/patched-yasm":
243     "/trunk/deps/third_party/yasm/patched-yasm@73761",
245   "src/third_party/libjpeg_turbo":
246     "/trunk/deps/third_party/libjpeg_turbo@83675",
248   "src/third_party/flac":
249     "/trunk/deps/third_party/flac@75901",
251   "src/third_party/pyftpdlib/src":
252     (Var("googlecode_url") % "pyftpdlib") + "/trunk@888",
254   # Needed to support nacl browser test jig.
255   "src/third_party/pylib":
256     # TODO(brettw) enable the From() line instead when checkdeps is fixed.
257     #From("src/native_client", "native_client/src/third_party/pylib"),
258     Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
259   "src/third_party/scons-2.0.1":
260     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
261         Var("nacl_tools_revision"),
263   "src/third_party/webrtc":
264     (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
268 deps_os = {
269   "win": {
270     "src/chrome/tools/test/reference_build/chrome_win":
271       "/trunk/deps/reference_builds/chrome_win@89574",
273     "src/third_party/cygwin":
274       "/trunk/deps/third_party/cygwin@66844",
276     "src/third_party/python_26":
277       "/trunk/tools/third_party/python_26@89111",
279     "src/third_party/psyco_win32":
280       "/trunk/deps/third_party/psyco_win32@79861",
282     "src/third_party/lighttpd":
283       "/trunk/deps/third_party/lighttpd@33727",
285     "src/third_party/ffmpeg/binaries/chromium/win/ia32":
286       "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
288     # Chrome Frame related deps
289     "src/third_party/xulrunner-sdk":
290       "/trunk/deps/third_party/xulrunner-sdk@71609",
291     "src/chrome_frame/tools/test/reference_build/chrome_win":
292       "/trunk/deps/reference_builds/chrome_win@89574",
294     # Parses Windows PE/COFF executable format.
295     "src/third_party/pefile":
296       (Var("googlecode_url") % "pefile") + "/trunk@63",
298     # NSS, for SSLClientSocketNSS.
299     "src/third_party/nss":
300       "/trunk/deps/third_party/nss@94921",
302     "src/third_party/swig/win":
303       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
305     "src/third_party/mingw-w64/mingw/bin":
306       (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
307        Var("nacl_tools_revision")),
309     "src/rlz":
310       (Var("googlecode_url") % "rlz") + "/trunk@44",
312     # Dependencies used by libjpeg-turbo
313     "src/third_party/yasm/binaries":
314       "/trunk/deps/third_party/yasm/binaries@74228",
315   },
316   "mac": {
317     "src/chrome/tools/test/reference_build/chrome_mac":
318       "/trunk/deps/reference_builds/chrome_mac@89574",
320     "src/third_party/GTM":
321       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@451",
322     "src/third_party/pdfsqueeze":
323       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
324     "src/third_party/lighttpd":
325       "/trunk/deps/third_party/lighttpd@33737",
327     "src/third_party/WebKit/WebKitLibraries":
328       Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
330     "src/third_party/swig/mac":
331       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
333     # NSS, for SSLClientSocketNSS.
334     "src/third_party/nss":
335       "/trunk/deps/third_party/nss@94921",
337     "src/chrome/installer/mac/third_party/xz/xz":
338       "/trunk/deps/third_party/xz@87706",
339   },
340   "unix": {
341     # Linux, really.
342     "src/chrome/tools/test/reference_build/chrome_linux":
343       "/trunk/deps/reference_builds/chrome_linux@89574",
345     "src/third_party/xdg-utils":
346       "/trunk/deps/third_party/xdg-utils@93299",
348     "src/third_party/swig/linux":
349       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
351     "src/third_party/lss":
352       (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3",
354     "src/third_party/openssl":
355       "/trunk/deps/third_party/openssl@93618",
357     "src/third_party/WebKit/Tools/gdb":
358       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
359   },
363 include_rules = [
364   # Everybody can use some things.
365   "+base",
366   "+build",
367   "+ipc",
369   # For now, we allow ICU to be included by specifying "unicode/...", although
370   # this should probably change.
371   "+unicode",
372   "+testing",
376 # checkdeps.py shouldn't check include paths for files in these dirs:
377 skip_child_includes = [
378   "breakpad",
379   "chrome_frame",
380   "native_client",
381   "o3d",
382   "pdf",
383   "sdch",
384   "skia",
385   "testing",
386   "third_party",
387   "v8",
391 hooks = [
392   {
393     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
394     "pattern": ".",
395     "action": ["python", "src/build/gyp_chromium"],
396   },
397   {
398     # This downloads binaries for Native Client's integrated runtime (IRT)
399     # library, which is built as NaCl untrusted code.
400     "pattern": ".",
401     "action": ["python", "src/build/download_nacl_irt.py",
402                "--nacl_revision", Var("nacl_revision"),
403                "--file_hash", "x86_32", Var("nacl_irt_hash_x86_32"),
404                "--file_hash", "x86_64", Var("nacl_irt_hash_x86_64")],
405   },