chromeos: bluetooth: add BluetoothNodeClient
[chromium-blink-merge.git] / DEPS
blob0387bd4210f5b62748bf4134918089a29ec3b218
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": "108619",
9   "chromium_git": "http://git.chromium.org/git",
10   "swig_revision": "69281",
11   "nacl_revision": "7813",
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       "030324df172abc67f69dca80012c2a37ccd9ebb0",
21   "nacl_toolchain_linux_x86_newlib_hash":
22       "23697d53dce9a506f65a713d6913e99ecb882f18",
23   "nacl_toolchain_mac_x86_hash":
24       "ea06ee0e55d5e4e252fc85c916474a40b6cad023",
25   "nacl_toolchain_mac_x86_newlib_hash":
26       "039a39d2323c8e9380252607bcf9bca1a1cfa7d6",
27   "nacl_toolchain_pnacl_darwin_i386_hash":
28       "fadb4949172a2cc918ddcadca06ec524f19b29b8",
29   "nacl_toolchain_pnacl_linux_i686_hash":
30       "a1be3e4ecea3f3d3becfff6860e8a593ec014d81",
31   "nacl_toolchain_pnacl_linux_x86_64_hash":
32       "f34c8efb57ca0d1f9fb3f71d9e343bfa7026bd03",
33   "nacl_toolchain_win_x86_hash":
34       "6a8fd328bcbdaa88887a39fd9a83a006129b44dd",
35   "nacl_toolchain_win_x86_newlib_hash":
36       "bd8dd553c9998e7bf826f5746c8ef69c3c5e5ac7",
37   "nacl_toolchain_revision": "7799",
38   "pnacl_toolchain_revision": "7799",
40   "libjingle_revision": "115",
41   "libphonenumber_revision": "425",
42   "libvpx_revision": "122996",
43   "lss_revision": "9",
44   "ffmpeg_revision": "122092",
45   "sfntly_revision": "118",
46   "skia_revision": "3230",
47   # Three lines of non-changing comments so that
48   # the commit queue can handle CLs rolling Skia
49   # and V8 without interference from each other.
50   "v8_revision": "10802",
51   "webrtc_revision": "1538",
52   "jsoncpp_revision": "248",
53   "nss_revision": "122528",
54   "rlz_revision": "59",
57 deps = {
58   "src/breakpad/src":
59     (Var("googlecode_url") % "google-breakpad") + "/trunk/src@922",
61   "src/build/util/support":
62     "/trunk/deps/support@20411",
64   "src/googleurl":
65     (Var("googlecode_url") % "google-url") + "/trunk@168",
67   "src/seccompsandbox":
68     (Var("googlecode_url") % "seccompsandbox") + "/trunk@178",
70   "src/sdch/open-vcdiff":
71     (Var("googlecode_url") % "open-vcdiff") + "/trunk@40",
73   "src/testing/gtest":
74     (Var("googlecode_url") % "googletest") + "/trunk@560",
76   "src/testing/gmock":
77     (Var("googlecode_url") % "googlemock") + "/trunk@374",
79   "src/third_party/angle":
80     (Var("googlecode_url") % "angleproject") + "/trunk@993",
82   # Note that this is *not* where we check out WebKit -- this just
83   # puts some extra files into place for the real WebKit checkout to
84   # happen.  See lines mentioning "webkit_revision" for the real
85   # WebKit checkout.
86   "src/third_party/WebKit":
87     "/trunk/deps/third_party/WebKit@76115",
89   "src/third_party/icu":
90     "/trunk/deps/third_party/icu46@122842",
92   "src/third_party/hunspell":
93    "/trunk/deps/third_party/hunspell@110423",
95   "src/third_party/hunspell_dictionaries":
96     "/trunk/deps/third_party/hunspell_dictionaries@79099",
98   "src/third_party/safe_browsing/testing":
99     (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
101   "src/third_party/cacheinvalidation/files/src/google":
102     (Var("googlecode_url") % "google-cache-invalidation-api") +
103     "/trunk/src/google@185",
105   "src/third_party/leveldatabase/src":
106     (Var("googlecode_url") % "leveldb") + "/trunk@58",
108   "src/third_party/snappy/src":
109     (Var("googlecode_url") % "snappy") + "/trunk@37",
111   "src/tools/grit":
112     (Var("googlecode_url") % "grit-i18n") + "/trunk@15",
114   "src/tools/gyp":
115     (Var("googlecode_url") % "gyp") + "/trunk@1233",
117   "src/v8":
118     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
120   "src/native_client":
121     Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
123   "src/native_client_sdk/src/site_scons":
124     Var("nacl_trunk") + "/src/native_client/site_scons@" + Var("nacl_revision"),
126   "src/third_party/pymox/src":
127     (Var("googlecode_url") % "pymox") + "/trunk@70",
129   "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
130     Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
131     Var("nacl_revision"),
133   "src/third_party/sfntly/cpp/src":
134     (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
135     Var("sfntly_revision"),
137   "src/third_party/skia/src":
138     (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
140   "src/third_party/skia/include":
141     (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
143   "src/third_party/skia/third_party/glu":
144     (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
146   "src/third_party/WebKit/LayoutTests":
147     Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
149   "src/third_party/WebKit/Source":
150     Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
152   "src/third_party/WebKit/Tools/DumpRenderTree":
153     Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
155   "src/third_party/WebKit/Tools/Scripts":
156     Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
158   "src/third_party/WebKit/Tools/TestWebKitAPI":
159     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
161   "src/third_party/ots":
162     (Var("googlecode_url") % "ots") + "/trunk@80",
164   "src/tools/page_cycler/acid3":
165     "/trunk/deps/page_cycler/acid3@102714",
167   "src/chrome/test/data/perf/canvas_bench":
168     "/trunk/deps/canvas_bench@122605",
170   "src/chrome/test/data/perf/frame_rate/content":
171     "/trunk/deps/frame_rate/content@93671",
173   "src/third_party/bidichecker":
174     (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
176   "src/third_party/v8-i18n":
177     (Var("googlecode_url") % "v8-i18n") + "/trunk@7",
179   # When roll to another webgl conformance tests revision, please goto
180   # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
181   "src/third_party/webgl_conformance":
182     "/trunk/deps/third_party/webgl/sdk/tests@121363",
184   # We should use the same software_rendering_list.json for all branches.
185   "src/chrome/browser/resources/software_rendering_list":
186     "/trunk/deps/gpu/software_rendering_list@115644",
188   # We run these layout tests as UI tests. Since many of the buildbots that
189   # run layout tests do NOT have access to the LayoutTest directory, we need
190   # to map them here. In practice, these do not take up much space.
191   "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
192     Var("webkit_trunk") + "/LayoutTests/fast/events@" +
193     Var("webkit_revision"),
194   "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
195     Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
196     Var("webkit_revision"),
197   "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
198     Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
199     Var("webkit_revision"),
200   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
201     Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
202     Var("webkit_revision"),
203   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
204     Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
205     Var("webkit_revision"),
206   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
207     Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
208     Var("webkit_revision"),
209   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
210     Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
211     Var("webkit_revision"),
212   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
213     Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
214     Var("webkit_revision"),
215   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
216     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
217     Var("webkit_revision"),
218   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
219     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
220     Var("webkit_revision"),
221   "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
222     Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
223     Var("webkit_revision"),
224   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
225     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
226     Var("webkit_revision"),
227   "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
228     Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
229     Var("webkit_revision"),
230   "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
231     Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
232     Var("webkit_revision"),
233   "src/chrome/test/data/layout_tests/LayoutTests/storage/indexeddb":
234     Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
235     Var("webkit_revision"),
236   "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
237     Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
238     Var("webkit_revision"),
239   "src/chrome/test/data/layout_tests/LayoutTests/media":
240     Var("webkit_trunk") + "/LayoutTests/media@" +
241     Var("webkit_revision"),
243   "src/third_party/swig/Lib":
244     "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
246   # Make sure you update the two functional.DEPS and webdriver.DEPS too.
247   "src/third_party/webdriver/pylib":
248     "http://selenium.googlecode.com/svn/trunk/py@13487",
250   "src/third_party/libvpx":
251     "/trunk/deps/third_party/libvpx@" +
252     Var("libvpx_revision"),
254   "src/third_party/ffmpeg":
255     "/trunk/deps/third_party/ffmpeg/source@" +
256     Var("ffmpeg_revision"),
258   "src/third_party/libjingle/source":
259     (Var("googlecode_url") % "libjingle") + "/trunk@" +
260     Var("libjingle_revision"),
262   "src/third_party/libsrtp":
263     "/trunk/deps/third_party/libsrtp@121481",
265   "src/third_party/speex":
266     "/trunk/deps/third_party/speex@111570",
268   "src/third_party/yasm/source/patched-yasm":
269     "/trunk/deps/third_party/yasm/patched-yasm@73761",
271   "src/third_party/libjpeg_turbo":
272     "/trunk/deps/third_party/libjpeg_turbo@119959",
274   "src/third_party/flac":
275     "/trunk/deps/third_party/flac@120197",
277   "src/third_party/pyftpdlib/src":
278     (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
280   # Needed to support nacl browser test jig.
281   "src/third_party/pylib":
282     Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
283   "src/third_party/scons-2.0.1":
284     Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
285         Var("nacl_tools_revision"),
287   "src/third_party/webrtc":
288     (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
290   "src/third_party/jsoncpp/source/include":
291     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
292         "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
294   "src/third_party/jsoncpp/source/src/lib_json":
295     (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
296         "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
298   "src/third_party/libyuv":
299     (Var("googlecode_url") % "libyuv") + "/trunk@164",
301   "src/third_party/mozc/session":
302     (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
304   "src/third_party/mozc/chrome/chromeos/renderer":
305     (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
307   "src/third_party/smhasher/src":
308     (Var("googlecode_url") % "smhasher") + "/trunk@136",
310   "src/third_party/libphonenumber/src/phonenumbers":
311      (Var("googlecode_url") % "libphonenumber") +
312          "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
313   "src/third_party/libphonenumber/src/test":
314      (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
315          Var("libphonenumber_revision"),
316   "src/third_party/libphonenumber/src/resources":
317      (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
318          Var("libphonenumber_revision"),
320   "src/third_party/undoview":
321     "/trunk/deps/third_party/undoview@119694",
325 deps_os = {
326   "win": {
327     "src/chrome/tools/test/reference_build/chrome_win":
328       "/trunk/deps/reference_builds/chrome_win@89574",
330     "src/third_party/cygwin":
331       "/trunk/deps/third_party/cygwin@66844",
333     "src/third_party/python_26":
334       "/trunk/tools/third_party/python_26@89111",
336     "src/third_party/psyco_win32":
337       "/trunk/deps/third_party/psyco_win32@79861",
339     "src/third_party/lighttpd":
340       "/trunk/deps/third_party/lighttpd@33727",
342     "src/third_party/ffmpeg/binaries/chromium/win/ia32":
343       "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
345     # Chrome Frame related deps
346     "src/third_party/xulrunner-sdk":
347       "/trunk/deps/third_party/xulrunner-sdk@119756",
348     "src/chrome_frame/tools/test/reference_build/chrome_win":
349       "/trunk/deps/reference_builds/chrome_win@89574",
351     # Parses Windows PE/COFF executable format.
352     "src/third_party/pefile":
353       (Var("googlecode_url") % "pefile") + "/trunk@63",
355     # NSS, for SSLClientSocketNSS.
356     "src/third_party/nss":
357       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
359     "src/third_party/swig/win":
360       "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
362     "src/third_party/mingw-w64/mingw/bin":
363       (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
364        Var("nacl_tools_revision")),
366     "src/rlz":
367       (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
369     # Dependencies used by libjpeg-turbo
370     "src/third_party/yasm/binaries":
371       "/trunk/deps/third_party/yasm/binaries@74228",
373     # Binary level profile guided optimizations. This points to the
374     # latest release binaries for the toolchain.
375     "src/third_party/syzygy/binaries":
376       (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@640",
378     # Binaries for nacl sdk.
379     "src/third_party/nacl_sdk_binaries":
380       "/trunk/deps/third_party/nacl_sdk_binaries@111576",
381   },
382   "mac": {
383     "src/chrome/tools/test/reference_build/chrome_mac":
384       "/trunk/deps/reference_builds/chrome_mac@89574",
386     "src/third_party/GTM":
387       (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@459",
388     "src/third_party/pdfsqueeze":
389       (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
390     "src/third_party/lighttpd":
391       "/trunk/deps/third_party/lighttpd@33737",
393     "src/third_party/swig/mac":
394       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
396     "src/rlz":
397       (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
399     # NSS, for SSLClientSocketNSS.
400     "src/third_party/nss":
401       "/trunk/deps/third_party/nss@" + Var("nss_revision"),
403     "src/chrome/installer/mac/third_party/xz/xz":
404       "/trunk/deps/third_party/xz@87706",
405   },
406   "unix": {
407     # Linux, really.
408     "src/chrome/tools/test/reference_build/chrome_linux":
409       "/trunk/deps/reference_builds/chrome_linux@89574",
411     "src/third_party/xdg-utils":
412       "/trunk/deps/third_party/xdg-utils@93299",
414     "src/third_party/swig/linux":
415       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
417     "src/third_party/lss":
418       ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
419        Var("lss_revision")),
421     "src/third_party/openssl":
422       "/trunk/deps/third_party/openssl@118977",
424     "src/third_party/WebKit/Tools/gdb":
425       Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
427     "src/third_party/gold":
428       "/trunk/deps/third_party/gold@120645",
429   },
433 include_rules = [
434   # Everybody can use some things.
435   "+base",
436   "+build",
437   "+ipc",
439   # For now, we allow ICU to be included by specifying "unicode/...", although
440   # this should probably change.
441   "+unicode",
442   "+testing",
446 # checkdeps.py shouldn't check include paths for files in these dirs:
447 skip_child_includes = [
448   "breakpad",
449   "chrome_frame",
450   "native_client",
451   "native_client_sdk",
452   "o3d",
453   "pdf",
454   "sdch",
455   "skia",
456   "testing",
457   "third_party",
458   "v8",
462 hooks = [
463   {
464     # This downloads binaries for Native Client's newlib toolchain.
465     # Done in lieu of building the toolchain from scratch as it can take
466     # anywhere from 30 minutes to 4 hours depending on platform to build.
467     "pattern": ".",
468     "action": [
469         "python", "src/build/download_nacl_toolchains.py",
470          "--no-arm-trusted",
471          "--optional-pnacl",
472          "--pnacl-version", Var("pnacl_toolchain_revision"),
473          "--file-hash", "pnacl_linux_i686",
474              Var("nacl_toolchain_pnacl_linux_i686_hash"),
475          "--file-hash", "pnacl_linux_x86_64",
476              Var("nacl_toolchain_pnacl_linux_x86_64_hash"),
477          "--file-hash", "pnacl_darwin_i386",
478              Var("nacl_toolchain_pnacl_darwin_i386_hash"),
479          "--x86-version", Var("nacl_toolchain_revision"),
480          "--file-hash", "mac_x86_newlib",
481              Var("nacl_toolchain_mac_x86_newlib_hash"),
482          "--file-hash", "win_x86_newlib",
483              Var("nacl_toolchain_win_x86_newlib_hash"),
484          "--file-hash", "linux_x86_newlib",
485              Var("nacl_toolchain_linux_x86_newlib_hash"),
486          "--file-hash", "mac_x86",
487              Var("nacl_toolchain_mac_x86_hash"),
488          "--file-hash", "win_x86",
489              Var("nacl_toolchain_win_x86_hash"),
490          "--file-hash", "linux_x86",
491              Var("nacl_toolchain_linux_x86_hash"),
492          "--save-downloads-dir",
493              "src/native_client_sdk/src/build_tools/toolchain_archives",
494          "--keep",
495     ],
496   },
497   {
498     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
499     # zero seconds to run. If something changed, it downloads a prebuilt clang,
500     # which takes ~20s, but clang speeds up builds by more than 20s.
501     "pattern": ".",
502     "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
503   },
504   {
505     # Update the cygwin mount on Windows.
506     "pattern": ".",
507     "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
508   },
509   {
510     # Update LASTCHANGE.
511     "pattern": ".",
512     "action": ["python", "src/build/util/lastchange.py",
513                "-o", "src/build/util/LASTCHANGE"],
514   },
515   {
516     # A change to a .gyp, .gypi, or to GYP itself should run the generator.
517     "pattern": ".",
518     "action": ["python", "src/build/gyp_chromium"],
519   },