Don't cancel instant if renderer is clicked during IME composition.
[chromium-blink-merge.git] / DEPS
blob23d69ee2022f1801c56f257f369724b6957ffa5c
1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory.
4 vars = {
5   # Use this googlecode_url variable only if there is an internal mirror for it.
6   # If you do not know, use the full path while defining your new deps entry.
7   "googlecode_url": "http://%s.googlecode.com/svn",
8   "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9   "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10   "nacl_trunk": "http://src.chromium.org/native_client/trunk",
11   "webkit_revision": "119946",
12   "chromium_git": "http://git.chromium.org/git",
13   "swig_revision": "69281",
14   "nacl_revision": "8846",
15   # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
16   # to update other nacl_*_revision's.
17   "nacl_tools_revision": "8673",  # native_client/DEPS: tools_rev
19   # These hashes need to be updated when nacl_toolchain_revision is changed.
20   # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
21   # new values.
22   "nacl_toolchain_linux_x86_hash":
23       "d82ef6eea6ff6ba427efa70461c2fc411d64569f",
24   "nacl_toolchain_linux_x86_newlib_hash":
25       "849a8cf371e17a685b9429a69474f328454b5e06",
26   "nacl_toolchain_mac_x86_hash":
27       "42575a21646027d52778240c03246d4534c98956",
28   "nacl_toolchain_mac_x86_newlib_hash":
29       "4f072a30b55ce9088ed6c6a0033dffa3a8ae301b",
30   "nacl_toolchain_pnacl_linux_x86_32_hash":
31       "5b56a39c2bb63f35c731c76fb0a28d9039f18126",
32   "nacl_toolchain_pnacl_linux_x86_64_hash":
33       "02fb84aaf805eb33774e85de34adc1906df3c81f",
34   "nacl_toolchain_pnacl_mac_x86_32_hash":
35       "28fdc9843cc2c920ba5a252c8884037903daa19c",
36   "nacl_toolchain_pnacl_translator_hash":
37       "4be9f32463a1687a385b072071c0cd8c36a69aac",
38   "nacl_toolchain_pnacl_win_x86_32_hash":
39       "9f276642818cb92a2ffb63988d346376b66d3b7b",
40   "nacl_toolchain_win_x86_hash":
41       "85d9b16cb503a10963654803c4a4f90ea6edfff2",
42   "nacl_toolchain_win_x86_newlib_hash":
43       "cd4f8209a6f87d8baf21d1610928a3def4306764",
44   "nacl_toolchain_revision": "8715",
45   "pnacl_toolchain_revision": "8847",
47   "libjingle_revision": "152",
48   "libphonenumber_revision": "456",
49   "libvpx_revision": "134182",
50   "lss_revision": "9",
52   # These two FFmpeg variables must be updated together.  One is used for SVN
53   # checkouts and the other for Git checkouts.
54   "ffmpeg_revision": "140400",
55   "ffmpeg_hash": "69cc855282d18ff77e4e0a6c0de0abd539572bc8",
57   "sfntly_revision": "128",
58   "skia_revision": "4172",
59   # Three lines of non-changing comments so that
60   # the commit queue can handle CLs rolling Skia
61   # and V8 without interference from each other.
62   "v8_revision": "11689",
63   "webrtc_revision": "2379",
64   "jsoncpp_revision": "248",
65   "nss_revision": "141064",
66   "rlz_revision": "130",
69 deps = {
70   "src/breakpad/src":
71     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@939",
73   "src/googleurl":
74     (Var("googlecode_url") % "google-url") + "/trunk@175",
76   "src/seccompsandbox":
77     (Var("googlecode_url") % "seccompsandbox") + "/trunk@186",
79   "src/sdch/open-vcdiff":
80     (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
82   "src/testing/gtest":
83     (Var("googlecode_url") % "googletest") + "/trunk@613",
85   "src/testing/gmock":
86     (Var("googlecode_url") % "googlemock") + "/trunk@405",
88   "src/third_party/angle":
89     (Var("googlecode_url") % "angleproject") + "/trunk@1046",
91   # Note that this is *not* where we check out WebKit -- this just
92   # puts some extra files into place for the real WebKit checkout to
93   # happen.  See lines mentioning "webkit_revision" for the real
94   # WebKit checkout.
95   "src/third_party/WebKit":
96     "/trunk/deps/third_party/WebKit@76115",
98   "src/third_party/icu":
99     "/trunk/deps/third_party/icu46@140144",
101   "src/third_party/hunspell":
102    "/trunk/deps/third_party/hunspell@132738",
104   "src/third_party/hunspell_dictionaries":
105     "/trunk/deps/third_party/hunspell_dictionaries@138928",
107   "src/third_party/safe_browsing/testing":
108     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@110",
110   "src/third_party/cacheinvalidation/files/src/google":
111     (Var("googlecode_url") % "google-cache-invalidation-api") +
112     "/trunk/src/google@218",
114   "src/third_party/leveldatabase/src":
115     (Var("googlecode_url") % "leveldb") + "/trunk@64",
117   "src/third_party/snappy/src":
118     (Var("googlecode_url") % "snappy") + "/trunk@37",
120   "src/tools/grit":
121     (Var("googlecode_url") % "grit-i18n") + "/trunk@46",
123   "src/tools/gyp":
124     (Var("googlecode_url") % "gyp") + "/trunk@1413",
126   "src/v8":
127     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
129   "src/native_client":
130     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
132   "src/native_client_sdk/src/site_scons":
133     Var("nacl_trunk") + "/src/native_client/site_scons@" + Var("nacl_revision"),
135   "src/third_party/pymox/src":
136     (Var("googlecode_url") % "pymox") + "/trunk@70",
138   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
139     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
140     Var("nacl_revision"),
142   "src/third_party/sfntly/cpp/src":
143     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
144     Var("sfntly_revision"),
146   "src/third_party/skia/src":
147     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
149   "src/third_party/skia/include":
150     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
152   "src/third_party/WebKit/LayoutTests":
153     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
155   "src/third_party/WebKit/Source":
156     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
158   "src/third_party/WebKit/Tools/DumpRenderTree":
159     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
161   "src/third_party/WebKit/Tools/Scripts":
162     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
164   "src/third_party/WebKit/Tools/TestWebKitAPI":
165     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
167   "src/third_party/ots":
168     (Var("googlecode_url") % "ots") + "/trunk@87",
170   "src/tools/page_cycler/acid3":
171     "/trunk/deps/page_cycler/acid3@102714",
173   "src/chrome/test/data/perf/canvas_bench":
174     "/trunk/deps/canvas_bench@122605",
176   "src/chrome/test/data/perf/frame_rate/content":
177     "/trunk/deps/frame_rate/content@93671",
179   "src/third_party/bidichecker":
180     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
182   "src/third_party/v8-i18n":
183     (Var("googlecode_url") % "v8-i18n") + "/trunk@104",
185   # When roll to another webgl conformance tests revision, please goto
186   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
187   "src/third_party/webgl_conformance":
188     "/trunk/deps/third_party/webgl/sdk/tests@138171",
190   # We should use the same software_rendering_list.json for all branches.
191   "src/chrome/browser/resources/software_rendering_list":
192     "/trunk/deps/gpu/software_rendering_list@140906",
194   # We run these layout tests as UI tests. Since many of the buildbots that
195   # run layout tests do NOT have access to the LayoutTest directory, we need
196   # to map them here. In practice, these do not take up much space.
197   "src/content/test/data/layout_tests/LayoutTests/fast/events":
198     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
199     Var("webkit_revision"),
200   "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
201     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
202     Var("webkit_revision"),
203   "src/content/test/data/layout_tests/LayoutTests/fast/workers":
204     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
205     Var("webkit_revision"),
206   "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
207     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
208     Var("webkit_revision"),
209   "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
210     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
211     Var("webkit_revision"),
212   "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
213     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
214     Var("webkit_revision"),
215   "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
216     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
217     Var("webkit_revision"),
218   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
219     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
220     Var("webkit_revision"),
221   "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events":
222     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/events@" +
223     Var("webkit_revision"),
224   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
225     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
226     Var("webkit_revision"),
227   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
228     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
229     Var("webkit_revision"),
230   "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
231     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
232     Var("webkit_revision"),
233   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
234     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
235     Var("webkit_revision"),
236   "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
237     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
238     Var("webkit_revision"),
239   "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
240     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
241     Var("webkit_revision"),
242   "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
243     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
244     Var("webkit_revision"),
245   "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
246     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
247     Var("webkit_revision"),
248   "src/content/test/data/layout_tests/LayoutTests/media":
249     Var("webkit_trunk") + "/LayoutTests/media@" +
250     Var("webkit_revision"),
252   "src/third_party/swig/Lib":
253     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
255   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
256   "src/third_party/webdriver/pylib":
257     (Var("googlecode_url") % "selenium") + "/trunk/py@16922",
259   "src/third_party/libvpx":
260     "/trunk/deps/third_party/libvpx@" +
261     Var("libvpx_revision"),
263   "src/third_party/ffmpeg":
264     "/trunk/deps/third_party/ffmpeg@" +
265     Var("ffmpeg_revision"),
267   "src/third_party/libjingle/source":
268     (Var("googlecode_url") % "libjingle") + "/trunk@" +
269     Var("libjingle_revision"),
271   "src/third_party/libsrtp":
272     "/trunk/deps/third_party/libsrtp@123853",
274   "src/third_party/speex":
275     "/trunk/deps/third_party/speex@111570",
277   "src/third_party/yasm/source/patched-yasm":
278     "/trunk/deps/third_party/yasm/patched-yasm@134927",
280   "src/third_party/libjpeg_turbo":
281     "/trunk/deps/third_party/libjpeg_turbo@139754",
283   "src/third_party/flac":
284     "/trunk/deps/third_party/flac@120197",
286   "src/third_party/pyftpdlib/src":
287     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
289   # Needed to support nacl browser test jig.
290   "src/third_party/pylib":
291     Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
292   "src/third_party/scons-2.0.1":
293     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
294         Var("nacl_tools_revision"),
296   "src/third_party/webrtc":
297     (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision"),
299   "src/third_party/jsoncpp/source/include":
300     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
301         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
303   "src/third_party/jsoncpp/source/src/lib_json":
304     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
305         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
307   "src/third_party/libyuv":
308     (Var("googlecode_url") % "libyuv") + "/trunk@247",
310   "src/third_party/mozc/session":
311     (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
313   "src/third_party/mozc/chrome/chromeos/renderer":
314     (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
316   "src/third_party/smhasher/src":
317     (Var("googlecode_url") % "smhasher") + "/trunk@136",
319   "src/third_party/libphonenumber/src/phonenumbers":
320      (Var("googlecode_url") % "libphonenumber") +
321          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
322   "src/third_party/libphonenumber/src/test":
323      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
324          Var("libphonenumber_revision"),
325   "src/third_party/libphonenumber/src/resources":
326      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
327          Var("libphonenumber_revision"),
329   "src/third_party/undoview":
330     "/trunk/deps/third_party/undoview@119694",
332   "src/tools/deps2git":
333     "/trunk/tools/deps2git@139377",
335   "src/third_party/webpagereplay":
336     (Var("googlecode_url") % "web-page-replay") + "/trunk@468",
340 deps_os = {
341   "win": {
342     "src/chrome/tools/test/reference_build/chrome_win":
343       "/trunk/deps/reference_builds/chrome_win@137747",
345     "src/third_party/cygwin":
346       "/trunk/deps/third_party/cygwin@133786",
348     "src/third_party/python_26":
349       "/trunk/tools/third_party/python_26@89111",
351     "src/third_party/psyco_win32":
352       "/trunk/deps/third_party/psyco_win32@79861",
354     "src/third_party/lighttpd":
355       "/trunk/deps/third_party/lighttpd@33727",
357     # Chrome Frame related deps
358     "src/third_party/xulrunner-sdk":
359       "/trunk/deps/third_party/xulrunner-sdk@119756",
360     "src/chrome_frame/tools/test/reference_build/chrome_win":
361       "/trunk/deps/reference_builds/chrome_win@89574",
363     # Parses Windows PE/COFF executable format.
364     "src/third_party/pefile":
365       (Var("googlecode_url") % "pefile") + "/trunk@63",
367     # NSS, for SSLClientSocketNSS.
368     "src/third_party/nss":
369       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
371     "src/third_party/swig/win":
372       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
374     # GNU binutils assembler for x86-32.
375     "src/third_party/gnu_binutils":
376       (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
377        Var("nacl_tools_revision")),
378     # GNU binutils assembler for x86-64.
379     "src/third_party/mingw-w64/mingw/bin":
380       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
381        Var("nacl_tools_revision")),
383     "src/rlz":
384       (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
386     # Dependencies used by libjpeg-turbo
387     "src/third_party/yasm/binaries":
388       "/trunk/deps/third_party/yasm/binaries@74228",
390     # Binary level profile guided optimizations. This points to the
391     # latest release binaries for the toolchain.
392     "src/third_party/syzygy/binaries":
393       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@782",
395     # Binaries for nacl sdk.
396     "src/third_party/nacl_sdk_binaries":
397       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
398   },
399   "mac": {
400     "src/chrome/tools/test/reference_build/chrome_mac":
401       "/trunk/deps/reference_builds/chrome_mac@137727",
403     "src/third_party/GTM":
404       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@516",
405     "src/third_party/pdfsqueeze":
406       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
407     "src/third_party/lighttpd":
408       "/trunk/deps/third_party/lighttpd@33737",
410     "src/third_party/swig/mac":
411       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
413     "src/rlz":
414       (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
416     # NSS, for SSLClientSocketNSS.
417     "src/third_party/nss":
418       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
420     "src/chrome/installer/mac/third_party/xz/xz":
421       "/trunk/deps/third_party/xz@87706",
422   },
423   "unix": {
424     # Linux, really.
425     "src/chrome/tools/test/reference_build/chrome_linux":
426       "/trunk/deps/reference_builds/chrome_linux@137712",
428     "src/third_party/xdg-utils":
429       "/trunk/deps/third_party/xdg-utils@93299",
431     "src/third_party/swig/linux":
432       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
434     "src/third_party/lss":
435       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
436        Var("lss_revision")),
438     "src/third_party/openssl":
439       "/trunk/deps/third_party/openssl@130472",
441     "src/third_party/WebKit/Tools/gdb":
442       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
444     "src/third_party/gold":
445       "/trunk/deps/third_party/gold@124239",
446   },
447   "android": {
448     "src/third_party/freetype":
449       Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
450       "@1f74e4e7ad3ca4163b4578fc30da26a165dd55e7",
452     "src/third_party/aosp":
453       "/trunk/deps/third_party/aosp@122156",
454   },
458 include_rules = [
459   # Everybody can use some things.
460   "+base",
461   "+build",
462   "+googleurl",
463   "+ipc",
465   # For now, we allow ICU to be included by specifying "unicode/...", although
466   # this should probably change.
467   "+unicode",
468   "+testing",
472 # checkdeps.py shouldn't check include paths for files in these dirs:
473 skip_child_includes = [
474   "breakpad",
475   "chrome_frame",
476   "delegate_execute",
477   "metro_driver",
478   "native_client",
479   "native_client_sdk",
480   "o3d",
481   "pdf",
482   "sdch",
483   "skia",
484   "testing",
485   "third_party",
486   "v8",
490 hooks = [
491   {
492     # This downloads binaries for Native Client's newlib toolchain.
493     # Done in lieu of building the toolchain from scratch as it can take
494     # anywhere from 30 minutes to 4 hours depending on platform to build.
495     "pattern": ".",
496     "action": [
497         "python", "src/build/download_nacl_toolchains.py",
498          "--no-arm-trusted",
499          "--optional-pnacl",
500          "--pnacl-version", Var("pnacl_toolchain_revision"),
501          "--file-hash", "pnacl_linux_x86_32",
502              Var("nacl_toolchain_pnacl_linux_x86_32_hash"),
503          "--file-hash", "pnacl_linux_x86_64",
504              Var("nacl_toolchain_pnacl_linux_x86_64_hash"),
505          "--file-hash", "pnacl_translator",
506              Var("nacl_toolchain_pnacl_translator_hash"),
507          "--file-hash", "pnacl_mac_x86_32",
508              Var("nacl_toolchain_pnacl_mac_x86_32_hash"),
509          "--file-hash", "pnacl_win_x86_32",
510              Var("nacl_toolchain_pnacl_win_x86_32_hash"),
511          "--x86-version", Var("nacl_toolchain_revision"),
512          "--file-hash", "mac_x86_newlib",
513              Var("nacl_toolchain_mac_x86_newlib_hash"),
514          "--file-hash", "win_x86_newlib",
515              Var("nacl_toolchain_win_x86_newlib_hash"),
516          "--file-hash", "linux_x86_newlib",
517              Var("nacl_toolchain_linux_x86_newlib_hash"),
518          "--file-hash", "mac_x86",
519              Var("nacl_toolchain_mac_x86_hash"),
520          "--file-hash", "win_x86",
521              Var("nacl_toolchain_win_x86_hash"),
522          "--file-hash", "linux_x86",
523              Var("nacl_toolchain_linux_x86_hash"),
524          "--save-downloads-dir",
525              "src/native_client_sdk/src/build_tools/toolchain_archives",
526          "--keep",
527     ],
528   },
529   {
530     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
531     # zero seconds to run. If something changed, it downloads a prebuilt clang,
532     # which takes ~20s, but clang speeds up builds by more than 20s.
533     "pattern": ".",
534     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
535   },
536   {
537     # Update the cygwin mount on Windows.
538     "pattern": ".",
539     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
540   },
541   {
542     # Update LASTCHANGE. This is also run by export_tarball.py in
543     # src/tools/export_tarball - please keep them in sync.
544     "pattern": ".",
545     "action": ["python", "src/build/util/lastchange.py",
546                "-o", "src/build/util/LASTCHANGE"],
547   },
548   {
549     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
550     "pattern": ".",
551     "action": ["python", "src/build/gyp_chromium"],
552   },