Fixed button centering.
[chromium-blink-merge.git] / DEPS
bloba7fe9dcdcef06241b4cf4313415bdeb790dc09f3
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": "110733",
9   "chromium_git": "http://git.chromium.org/git",
10   "swig_revision": "69281",
11   "nacl_revision": "8027",
12   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
13   # to update other nacl_*_revision's.
14   "nacl_tools_revision": "7955",  # 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       "b69eb1e819b4f3e400777fa4d2aeeb7c843acba6",
21   "nacl_toolchain_linux_x86_newlib_hash":
22       "0173431d0c90a53be9b58abd606bcbe19bac65fa",
23   "nacl_toolchain_mac_x86_hash":
24       "d09a2229839ece0c07fe23d5954e215edaa8823d",
25   "nacl_toolchain_mac_x86_newlib_hash":
26       "531ac475ab5c51e5aef9e688e5678889caa2e0ae",
27   "nacl_toolchain_pnacl_darwin_i386_hash":
28       "c7fe895cb02771f39c57bf38cef18ec57b5964b4",
29   "nacl_toolchain_pnacl_linux_i686_hash":
30       "e9c34cc67f5ac580414e4a012629b124d8220f34",
31   "nacl_toolchain_pnacl_linux_x86_64_hash":
32       "c91d3c9b2a221ee3823ece93e0fa129dc6319300",
33   "nacl_toolchain_pnacl_translator_hash":
34       "e1d54c688e5a9897d33e2dbcadcae68b61adf2e6",
35   "nacl_toolchain_win_x86_hash":
36       "b02e1d003baba4ac071c41c6dda253cee0907a19",
37   "nacl_toolchain_win_x86_newlib_hash":
38       "1a64e1a60f398c65d2a5157270996202502d7cc6",
39   "nacl_toolchain_revision": "7898",
40   "pnacl_toolchain_revision": "7898",
42   "libjingle_revision": "124",
43   "libphonenumber_revision": "425",
44   "libvpx_revision": "125647",
45   "lss_revision": "9",
47   # These two FFmpeg variables must be updated together.  One is used for SVN
48   # checkouts and the other for Git checkouts.
49   "ffmpeg_revision": "126470",
50   "ffmpeg_hash": "ddcf259fa5fb83159d441bd71f54e617e2a4afd3",
52   "sfntly_revision": "128",
53   "skia_revision": "3381",
54   # Three lines of non-changing comments so that
55   # the commit queue can handle CLs rolling Skia
56   # and V8 without interference from each other.
57   "v8_revision": "10875",
58   "webrtc_revision": "1888",
59   "jsoncpp_revision": "248",
60   "nss_revision": "126189",
61   "rlz_revision": "79",
64 deps = {
65   "src/breakpad/src":
66     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@931",
68   "src/build/util/support":
69     "/trunk/deps/support@20411",
71   "src/googleurl":
72     (Var("googlecode_url") % "google-url") + "/trunk@168",
74   "src/seccompsandbox":
75     (Var("googlecode_url") % "seccompsandbox") + "/trunk@178",
77   "src/sdch/open-vcdiff":
78     (Var("googlecode_url") % "open-vcdiff") + "/trunk@40",
80   "src/testing/gtest":
81     (Var("googlecode_url") % "googletest") + "/trunk@560",
83   "src/testing/gmock":
84     (Var("googlecode_url") % "googlemock") + "/trunk@374",
86   "src/third_party/angle":
87     (Var("googlecode_url") % "angleproject") + "/trunk@993",
89   # Note that this is *not* where we check out WebKit -- this just
90   # puts some extra files into place for the real WebKit checkout to
91   # happen.  See lines mentioning "webkit_revision" for the real
92   # WebKit checkout.
93   "src/third_party/WebKit":
94     "/trunk/deps/third_party/WebKit@76115",
96   "src/third_party/icu":
97     "/trunk/deps/third_party/icu46@122842",
99   "src/third_party/hunspell":
100    "/trunk/deps/third_party/hunspell@125060",
102   "src/third_party/hunspell_dictionaries":
103     "/trunk/deps/third_party/hunspell_dictionaries@79099",
105   "src/third_party/safe_browsing/testing":
106     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
108   "src/third_party/cacheinvalidation/files/src/google":
109     (Var("googlecode_url") % "google-cache-invalidation-api") +
110     "/trunk/src/google@203",
112   "src/third_party/leveldatabase/src":
113     (Var("googlecode_url") % "leveldb") + "/trunk@61",
115   "src/third_party/snappy/src":
116     (Var("googlecode_url") % "snappy") + "/trunk@37",
118   "src/tools/grit":
119     (Var("googlecode_url") % "grit-i18n") + "/trunk@17",
121   "src/tools/gyp":
122     (Var("googlecode_url") % "gyp") + "/trunk@1246",
124   "src/v8":
125     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
127   "src/native_client":
128     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
130   "src/native_client_sdk/src/site_scons":
131     Var("nacl_trunk") + "/src/native_client/site_scons@" + Var("nacl_revision"),
133   "src/third_party/pymox/src":
134     (Var("googlecode_url") % "pymox") + "/trunk@70",
136   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
137     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
138     Var("nacl_revision"),
140   "src/third_party/sfntly/cpp/src":
141     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
142     Var("sfntly_revision"),
144   "src/third_party/skia/src":
145     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
147   "src/third_party/skia/include":
148     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
150   "src/third_party/skia/third_party/glu":
151     (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
153   "src/third_party/WebKit/LayoutTests":
154     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
156   "src/third_party/WebKit/Source":
157     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
159   "src/third_party/WebKit/Tools/DumpRenderTree":
160     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
162   "src/third_party/WebKit/Tools/Scripts":
163     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
165   "src/third_party/WebKit/Tools/TestWebKitAPI":
166     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
168   "src/third_party/ots":
169     (Var("googlecode_url") % "ots") + "/trunk@83",
171   "src/tools/page_cycler/acid3":
172     "/trunk/deps/page_cycler/acid3@102714",
174   "src/chrome/test/data/perf/canvas_bench":
175     "/trunk/deps/canvas_bench@122605",
177   "src/chrome/test/data/perf/frame_rate/content":
178     "/trunk/deps/frame_rate/content@93671",
180   "src/third_party/bidichecker":
181     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
183   "src/third_party/v8-i18n":
184     (Var("googlecode_url") % "v8-i18n") + "/trunk@25",
186   # When roll to another webgl conformance tests revision, please goto
187   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
188   "src/third_party/webgl_conformance":
189     "/trunk/deps/third_party/webgl/sdk/tests@121363",
191   # We should use the same software_rendering_list.json for all branches.
192   "src/chrome/browser/resources/software_rendering_list":
193     "/trunk/deps/gpu/software_rendering_list@125644",
195   # We run these layout tests as UI tests. Since many of the buildbots that
196   # run layout tests do NOT have access to the LayoutTest directory, we need
197   # to map them here. In practice, these do not take up much space.
198   "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
199     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
200     Var("webkit_revision"),
201   "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
202     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
203     Var("webkit_revision"),
204   "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
205     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
206     Var("webkit_revision"),
207   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
208     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
209     Var("webkit_revision"),
210   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
211     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
212     Var("webkit_revision"),
213   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
214     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
215     Var("webkit_revision"),
216   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
217     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
218     Var("webkit_revision"),
219   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
220     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
221     Var("webkit_revision"),
222   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
223     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
224     Var("webkit_revision"),
225   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
226     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
227     Var("webkit_revision"),
228   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
229     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
230     Var("webkit_revision"),
231   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
232     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
233     Var("webkit_revision"),
234   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
235     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
236     Var("webkit_revision"),
237   "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
238     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
239     Var("webkit_revision"),
240   "src/chrome/test/data/layout_tests/LayoutTests/storage/indexeddb":
241     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
242     Var("webkit_revision"),
243   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
244     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
245     Var("webkit_revision"),
246   "src/chrome/test/data/layout_tests/LayoutTests/media":
247     Var("webkit_trunk") + "/LayoutTests/media@" +
248     Var("webkit_revision"),
250   "src/third_party/swig/Lib":
251     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
253   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
254   "src/third_party/webdriver/pylib":
255     "http://selenium.googlecode.com/svn/trunk/py@13487",
257   "src/third_party/libvpx":
258     "/trunk/deps/third_party/libvpx@" +
259     Var("libvpx_revision"),
261   "src/third_party/ffmpeg":
262     "/trunk/deps/third_party/ffmpeg@" +
263     Var("ffmpeg_revision"),
265   "src/third_party/libjingle/source":
266     (Var("googlecode_url") % "libjingle") + "/trunk@" +
267     Var("libjingle_revision"),
269   "src/third_party/libsrtp":
270     "/trunk/deps/third_party/libsrtp@123853",
272   "src/third_party/speex":
273     "/trunk/deps/third_party/speex@111570",
275   "src/third_party/yasm/source/patched-yasm":
276     "/trunk/deps/third_party/yasm/patched-yasm@126079",
278   "src/third_party/libjpeg_turbo":
279     "/trunk/deps/third_party/libjpeg_turbo@126090",
281   "src/third_party/flac":
282     "/trunk/deps/third_party/flac@120197",
284   "src/third_party/pyftpdlib/src":
285     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
287   # Needed to support nacl browser test jig.
288   "src/third_party/pylib":
289     Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
290   "src/third_party/scons-2.0.1":
291     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
292         Var("nacl_tools_revision"),
294   "src/third_party/webrtc":
295     (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
297   "src/third_party/jsoncpp/source/include":
298     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
299         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
301   "src/third_party/jsoncpp/source/src/lib_json":
302     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
303         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
305   "src/third_party/libyuv":
306     (Var("googlecode_url") % "libyuv") + "/trunk@214",
308   "src/third_party/mozc/session":
309     (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
311   "src/third_party/mozc/chrome/chromeos/renderer":
312     (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
314   "src/third_party/smhasher/src":
315     (Var("googlecode_url") % "smhasher") + "/trunk@136",
317   "src/third_party/libphonenumber/src/phonenumbers":
318      (Var("googlecode_url") % "libphonenumber") +
319          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
320   "src/third_party/libphonenumber/src/test":
321      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
322          Var("libphonenumber_revision"),
323   "src/third_party/libphonenumber/src/resources":
324      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
325          Var("libphonenumber_revision"),
327   "src/third_party/undoview":
328     "/trunk/deps/third_party/undoview@119694",
332 deps_os = {
333   "win": {
334     "src/chrome/tools/test/reference_build/chrome_win":
335       "/trunk/deps/reference_builds/chrome_win@89574",
337     "src/third_party/cygwin":
338       "/trunk/deps/third_party/cygwin@66844",
340     "src/third_party/python_26":
341       "/trunk/tools/third_party/python_26@89111",
343     "src/third_party/psyco_win32":
344       "/trunk/deps/third_party/psyco_win32@79861",
346     "src/third_party/lighttpd":
347       "/trunk/deps/third_party/lighttpd@33727",
349     # Chrome Frame related deps
350     "src/third_party/xulrunner-sdk":
351       "/trunk/deps/third_party/xulrunner-sdk@119756",
352     "src/chrome_frame/tools/test/reference_build/chrome_win":
353       "/trunk/deps/reference_builds/chrome_win@89574",
355     # Parses Windows PE/COFF executable format.
356     "src/third_party/pefile":
357       (Var("googlecode_url") % "pefile") + "/trunk@63",
359     # NSS, for SSLClientSocketNSS.
360     "src/third_party/nss":
361       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
363     "src/third_party/swig/win":
364       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
366     "src/third_party/mingw-w64/mingw/bin":
367       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
368        Var("nacl_tools_revision")),
370     "src/rlz":
371       (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
373     # Dependencies used by libjpeg-turbo
374     "src/third_party/yasm/binaries":
375       "/trunk/deps/third_party/yasm/binaries@74228",
377     # Binary level profile guided optimizations. This points to the
378     # latest release binaries for the toolchain.
379     "src/third_party/syzygy/binaries":
380       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@674",
382     # Binaries for nacl sdk.
383     "src/third_party/nacl_sdk_binaries":
384       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
385   },
386   "mac": {
387     "src/chrome/tools/test/reference_build/chrome_mac":
388       "/trunk/deps/reference_builds/chrome_mac@89574",
390     "src/third_party/GTM":
391       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@516",
392     "src/third_party/pdfsqueeze":
393       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
394     "src/third_party/lighttpd":
395       "/trunk/deps/third_party/lighttpd@33737",
397     "src/third_party/swig/mac":
398       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
400     "src/rlz":
401       (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
403     # NSS, for SSLClientSocketNSS.
404     "src/third_party/nss":
405       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
407     "src/chrome/installer/mac/third_party/xz/xz":
408       "/trunk/deps/third_party/xz@87706",
409   },
410   "unix": {
411     # Linux, really.
412     "src/chrome/tools/test/reference_build/chrome_linux":
413       "/trunk/deps/reference_builds/chrome_linux@89574",
415     "src/third_party/xdg-utils":
416       "/trunk/deps/third_party/xdg-utils@93299",
418     "src/third_party/swig/linux":
419       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
421     "src/third_party/lss":
422       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
423        Var("lss_revision")),
425     "src/third_party/openssl":
426       "/trunk/deps/third_party/openssl@125658",
428     "src/third_party/WebKit/Tools/gdb":
429       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
431     "src/third_party/gold":
432       "/trunk/deps/third_party/gold@124239",
433   },
437 include_rules = [
438   # Everybody can use some things.
439   "+base",
440   "+build",
441   "+ipc",
443   # For now, we allow ICU to be included by specifying "unicode/...", although
444   # this should probably change.
445   "+unicode",
446   "+testing",
450 # checkdeps.py shouldn't check include paths for files in these dirs:
451 skip_child_includes = [
452   "breakpad",
453   "chrome_frame",
454   "native_client",
455   "native_client_sdk",
456   "o3d",
457   "pdf",
458   "sdch",
459   "skia",
460   "testing",
461   "third_party",
462   "v8",
466 hooks = [
467   {
468     # This downloads binaries for Native Client's newlib toolchain.
469     # Done in lieu of building the toolchain from scratch as it can take
470     # anywhere from 30 minutes to 4 hours depending on platform to build.
471     "pattern": ".",
472     "action": [
473         "python", "src/build/download_nacl_toolchains.py",
474          "--no-arm-trusted",
475          "--optional-pnacl",
476          "--pnacl-version", Var("pnacl_toolchain_revision"),
477          "--file-hash", "pnacl_linux_i686",
478              Var("nacl_toolchain_pnacl_linux_i686_hash"),
479          "--file-hash", "pnacl_linux_x86_64",
480              Var("nacl_toolchain_pnacl_linux_x86_64_hash"),
481          "--file-hash", "pnacl_translator",
482              Var("nacl_toolchain_pnacl_translator_hash"),
483          "--file-hash", "pnacl_darwin_i386",
484              Var("nacl_toolchain_pnacl_darwin_i386_hash"),
485          "--x86-version", Var("nacl_toolchain_revision"),
486          "--file-hash", "mac_x86_newlib",
487              Var("nacl_toolchain_mac_x86_newlib_hash"),
488          "--file-hash", "win_x86_newlib",
489              Var("nacl_toolchain_win_x86_newlib_hash"),
490          "--file-hash", "linux_x86_newlib",
491              Var("nacl_toolchain_linux_x86_newlib_hash"),
492          "--file-hash", "mac_x86",
493              Var("nacl_toolchain_mac_x86_hash"),
494          "--file-hash", "win_x86",
495              Var("nacl_toolchain_win_x86_hash"),
496          "--file-hash", "linux_x86",
497              Var("nacl_toolchain_linux_x86_hash"),
498          "--save-downloads-dir",
499              "src/native_client_sdk/src/build_tools/toolchain_archives",
500          "--keep",
501     ],
502   },
503   {
504     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
505     # zero seconds to run. If something changed, it downloads a prebuilt clang,
506     # which takes ~20s, but clang speeds up builds by more than 20s.
507     "pattern": ".",
508     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
509   },
510   {
511     # Update the cygwin mount on Windows.
512     "pattern": ".",
513     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
514   },
515   {
516     # Update LASTCHANGE.
517     "pattern": ".",
518     "action": ["python", "src/build/util/lastchange.py",
519                "-o", "src/build/util/LASTCHANGE"],
520   },
521   {
522     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
523     "pattern": ".",
524     "action": ["python", "src/build/gyp_chromium"],
525   },