Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Side by Side Diff: tools/deps/dartium.deps/DEPS

Issue 2912183002: Update Dartium specific DEPS inline in the vars, deps, hooks and deps_os. (Closed)
Patch Set: Updated to latest WebKit change for IntelliJ debugging BP fix. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # The file DEPS.chromium from this directory (tools/deps/dartium.deps) is 1 # The file DEPS.chromium from this directory (tools/deps/dartium.deps) is
2 # copied into this file, rather than imported, because the new DEPS syntax 2 # copied into this file, rather than imported, because the new DEPS syntax
3 # analyzer does not support the way that we import it. 3 # analyzer does not support the way that we import it.
4 # Please keep the code between here and "END OF IMPORTED CHROMIUM DEPS" 4 # Please keep the code between here and "END OF IMPORTED CHROMIUM DEPS"
5 # an exact copy of the modified DEPS.chromium in this directory. 5 # an exact copy of the modified DEPS.chromium in this directory.
6 6
7 vars = { 7 vars = {
8 # Start of Dartium vars
9
10 "dartium_chromium_commit": "67146b50bbc0dab33006c51b5dde056ee16f0f2b",
11 "chromium_base_revision": "378081",
12
13 # We use mirrors of all github repos to guarantee reproducibility and
14 # consistency between what users see and what the bots see.
15 # We need the mirrors to not have 100+ bots pulling github constantly.
16 # We mirror our github repos on chromium git servers.
17 # DO NOT use this var if you don't see a mirror here:
18 # https://chromium.googlesource.com/
19 # named like:
20 # external/github.com/dart-lang/NAME
21 # It is ok to add a dependency directly on dart-lang (dart-lang only)
22 # github repo until the mirror has been created, but please do file a bug
23 # against infra to make that happen.
24 "github_mirror":
25 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
26
27 "args_tag": "@0.13.0",
28 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
29 "charcode_tag": "@1.1.0",
30 "collection_tag": "@1.9.1",
31 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
32 "csslib_tag" : "@0.12.0",
33 "dart2js_info_tag" : "@0.5.4+2",
34 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
35 "html_tag" : "@0.12.1+1",
36 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
37 "http_multi_server_tag" : "@1.3.2",
38 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
39 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
40 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
41 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
42 "matcher_tag": "@0.12.0",
43 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
44 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
45 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
46 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1",
47 "package_config_rev": "@0.1.3",
48 "package_resolver_tag": "@1.0.2+1",
49 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
50 "plugin_tag": "@0.1.0",
51 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
52 "pub_rev": "@d7649be15213c43669a40c33af516d8eb210e876",
53 "pub_semver_tag": "@1.2.0",
54 "quiver_tag": "@0.21.4",
55 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc",
56 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
57 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
58 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
59 "stack_trace_tag": "@1.2.1",
60 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
61 "test_tag": "@0.12.1",
62 "unittest_tag": "@0.11.6",
63 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
64 "watcher_tag": "@0.9.5",
65 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
66 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
67 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61",
68 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609",
69
70 "co19_rev": "@4af9ef149be554216c5bb16cbac8e50d4c28cdf1",
71
72 # End of Dartium vars
73
8 'angle_revision': 74 'angle_revision':
9 '4d76061e2be5b8b005afba8e0c145592c3b04527', 75 '4d76061e2be5b8b005afba8e0c145592c3b04527',
10 'boringssl_revision': 76 'boringssl_revision':
11 '6d49157929abdefb155daf2751dc03fd9eb4240c', 77 '6d49157929abdefb155daf2751dc03fd9eb4240c',
12 'buildspec_platforms': 78 'buildspec_platforms':
13 'chromeos,', 79 'chromeos,',
14 'buildtools_revision': 80 'buildtools_revision':
15 '14288a03a92856fe1fc296d39e6a25c2d83cd6cf', 81 '14288a03a92856fe1fc296d39e6a25c2d83cd6cf',
16 'chromium_git': 82 'chromium_git':
17 'https://chromium.googlesource.com', 83 'https://chromium.googlesource.com',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 # (Var("chromium_git")) + '/external/webrtc/trunk/webrtc.git@780d506ddf7bcba4 a3dc04cfe2240c1ae80880f2', 246 # (Var("chromium_git")) + '/external/webrtc/trunk/webrtc.git@780d506ddf7bcba4 a3dc04cfe2240c1ae80880f2',
181 'src/third_party/yasm/source/patched-yasm': 247 'src/third_party/yasm/source/patched-yasm':
182 (Var("chromium_git")) + '/chromium/deps/yasm/patched-yasm.git@7da28c6c7c6a13 87217352ce02b31754deb54d2a', 248 (Var("chromium_git")) + '/chromium/deps/yasm/patched-yasm.git@7da28c6c7c6a13 87217352ce02b31754deb54d2a',
183 'src/tools/gyp': 249 'src/tools/gyp':
184 (Var("chromium_git")) + '/external/gyp.git@ed163ce233f76a950dce1751ac851dbe4 b1c00cc', 250 (Var("chromium_git")) + '/external/gyp.git@ed163ce233f76a950dce1751ac851dbe4 b1c00cc',
185 'src/tools/page_cycler/acid3': 251 'src/tools/page_cycler/acid3':
186 (Var("chromium_git")) + '/chromium/deps/acid3.git@6be0a66a1ebd7ebc5abc1b2f40 5a945f6d871521', 252 (Var("chromium_git")) + '/chromium/deps/acid3.git@6be0a66a1ebd7ebc5abc1b2f40 5a945f6d871521',
187 'src/tools/swarming_client': 253 'src/tools/swarming_client':
188 (Var("chromium_git")) + '/external/swarming.client.git@a72f46e42dba1335e8001 499b4621acad2d26728', 254 (Var("chromium_git")) + '/external/swarming.client.git@a72f46e42dba1335e8001 499b4621acad2d26728',
189 'src/v8': 255 'src/v8':
190 (Var("chromium_git")) + '/v8/v8.git@45a71919836046560ba8eb349eaf9172857ffe6f ' 256 (Var("chromium_git")) + '/v8/v8.git@45a71919836046560ba8eb349eaf9172857ffe6f ',
257
258 # Start of Dartium specific deps
259
260 "src":
261 Var("chromium_git") + "/dart/dartium/src.git" + "@" +
262 Var("dartium_chromium_commit"),
263 "src/dart/third_party/pkg/args":
264 (Var("github_mirror") % "args") + Var("args_tag"),
265 "src/dart/third_party/pkg/barback":
266 (Var("github_mirror") % "barback") + Var("barback_rev"),
267 "src/dart/third_party/pkg/charcode":
268 (Var("github_mirror") % "charcode") + Var("charcode_tag"),
269 "src/dart/third_party/pkg/crypto":
270 (Var("github_mirror") % "crypto") + Var("crypto_rev"),
271 "src/dart/third_party/pkg/csslib":
272 (Var("github_mirror") % "csslib") + Var("csslib_tag"),
273 "src/dart/third_party/pkg/dart2js_info":
274 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"),
275 "src/dart/third_party/pkg/collection":
276 (Var("github_mirror") % "collection") + Var("collection_tag"),
277 "src/dart/third_party/pkg/glob":
278 (Var("github_mirror") % "glob") + Var("glob_rev"),
279 "src/dart/third_party/pkg/html":
280 (Var("github_mirror") % "html") + Var("html_tag"),
281 "src/dart/third_party/pkg/json_rpc_2":
282 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_rev"),
283 "src/dart/third_party/pkg/http":
284 (Var("github_mirror") % "http") + Var("http_rev"),
285 "src/dart/third_party/pkg/http_multi_server":
286 (Var("github_mirror") % "http_multi_server") +
287 Var("http_multi_server_tag"),
288 "src/dart/third_party/pkg/http_parser":
289 (Var("github_mirror") % "http_parser") + Var("http_parser_rev"),
290 "src/dart/third_party/pkg/http_throttle":
291 (Var("github_mirror") % "http_throttle") + Var("http_throttle_rev"),
292 "src/dart/third_party/pkg/logging":
293 (Var("github_mirror") % "logging") + Var("logging_rev"),
294 "src/dart/third_party/pkg/matcher":
295 (Var("github_mirror") % "matcher") + Var("matcher_tag"),
296 "src/dart/third_party/pkg/metatest":
297 (Var("github_mirror") % "metatest") + Var("metatest_rev"),
298 "src/dart/third_party/pkg/mime":
299 (Var("github_mirror") % "mime") + Var("mime_rev"),
300 "src/dart/third_party/pkg/oauth2":
301 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"),
302 "src/dart/third_party/observatory_pub_packages":
303 (Var("github_mirror") % "observatory_pub_packages") +
304 Var("observatory_pub_packages_rev"),
305 "src/dart/third_party/pkg_tested/package_config":
306 (Var("github_mirror") % "package_config") + Var("package_config_rev"),
307 "src/dart/third_party/pkg_tested/package_resolver":
308 "https://github.com/dart-lang/package_resolver.git" +
309 Var("package_resolver_tag"),
310 "src/dart/third_party/pkg/path":
311 (Var("github_mirror") % "path") + Var("path_rev"),
312 "src/dart/third_party/pkg/plugin":
313 (Var("github_mirror") % "plugin") + Var("plugin_tag"),
314 "src/dart/third_party/pkg/pool":
315 (Var("github_mirror") % "pool") + Var("pool_rev"),
316 "src/dart/third_party/pkg/pub":
317 (Var("github_mirror") % "pub") + Var("pub_rev"),
318 "src/dart/third_party/pkg/pub_semver":
319 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
320 "src/dart/third_party/pkg/quiver":
321 Var("chromium_git")
322 + "/external/github.com/google/quiver-dart.git"
323 + Var("quiver_tag"),
324 "src/dart/third_party/root_certificates":
325 (Var("github_mirror") % "root_certificates")
326 + Var("root_certificates_rev"),
327 "src/dart/third_party/pkg/shelf":
328 (Var("github_mirror") % "shelf") + Var("shelf_rev"),
329 "src/dart/third_party/pkg/shelf_web_socket":
330 (Var("github_mirror") % "shelf_web_socket") + Var("shelf_web_socket_rev"),
331 "src/dart/third_party/pkg/source_span":
332 (Var("github_mirror") % "source_span") + Var("source_span_rev"),
333 "src/dart/third_party/pkg/stack_trace":
334 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"),
335 "src/dart/third_party/pkg/string_scanner":
336 (Var("github_mirror") % "string_scanner") + Var("string_scanner_rev"),
337 "src/dart/third_party/pkg/test":
338 (Var("github_mirror") % "test") + Var("test_tag"),
339 "src/dart/third_party/pkg/utf":
340 (Var("github_mirror") % "utf") + Var("utf_rev"),
341 "src/dart/third_party/pkg/watcher":
342 (Var("github_mirror") % "watcher") + Var("watcher_tag"),
343 "src/dart/third_party/pkg/web_components":
344 (Var("github_mirror") % "web-components") + Var("web_components_rev"),
345 "src/dart/third_party/pkg/yaml":
346 (Var("github_mirror") % "yaml") + Var("yaml_rev"),
347
348 # TODO(sigmund): should be src/dart/third_party/pkg/unittest (dartbug.com/2194 9)
349 "src/dart/pkg/unittest":
350 (Var("github_mirror") % "test") + Var("unittest_tag"),
351
352 "src/dart/third_party/WebCore":
353 "https://github.com/dart-lang/webcore.git" + Var("WebCore_rev"),
354
355 "src/dart/tests/co19/src":
356 (Var("github_mirror") % "co19") + Var("co19_rev"),
357
358 "src/dart/third_party/zlib":
359 Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
360 Var("zlib_rev"),
361
362 # End of Dartium deps
191 } 363 }
192 deps_os = { 364 deps_os = {
193 'android': { 365 'android': {
194 'src/third_party/android_protobuf/src': 366 'src/third_party/android_protobuf/src':
195 (Var("chromium_git")) + '/external/android_protobuf.git@999188d0dc72e97f7f e08bb756958a2cf090f4e7', 367 (Var("chromium_git")) + '/external/android_protobuf.git@999188d0dc72e97f7f e08bb756958a2cf090f4e7',
196 'src/third_party/android_tools': 368 'src/third_party/android_tools':
197 (Var("chromium_git")) + '/android_tools.git@f4c36ad89b2696b37d9cd7ca7d984b 691888b188', 369 (Var("chromium_git")) + '/android_tools.git@f4c36ad89b2696b37d9cd7ca7d984b 691888b188',
198 'src/third_party/apache-mime4j': 370 'src/third_party/apache-mime4j':
199 (Var("chromium_git")) + '/chromium/deps/apache-mime4j.git@28cb1108bff4b6cf 0a2e86ff58b3d025934ebe3a', 371 (Var("chromium_git")) + '/chromium/deps/apache-mime4j.git@28cb1108bff4b6cf 0a2e86ff58b3d025934ebe3a',
200 'src/third_party/apache-portable-runtime/src': 372 'src/third_party/apache-portable-runtime/src':
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'src/third_party/google_toolbox_for_mac/src': 428 'src/third_party/google_toolbox_for_mac/src':
257 (Var("chromium_git")) + '/external/github.com/google/google-toolbox-for-ma c.git@401878398253074c515c03cb3a3f8bb0cc8da6e9', 429 (Var("chromium_git")) + '/external/github.com/google/google-toolbox-for-ma c.git@401878398253074c515c03cb3a3f8bb0cc8da6e9',
258 'src/third_party/hunspell_dictionaries': None, 430 'src/third_party/hunspell_dictionaries': None,
259 'src/third_party/nss': 431 'src/third_party/nss':
260 (Var("chromium_git")) + '/chromium/deps/nss.git@225bfc39c93dfb7c7d0d1162f8 1e9bb5cd356c30', 432 (Var("chromium_git")) + '/chromium/deps/nss.git@225bfc39c93dfb7c7d0d1162f8 1e9bb5cd356c30',
261 'src/third_party/webgl': None 433 'src/third_party/webgl': None
262 }, 434 },
263 'mac': { 435 'mac': {
264 'src/chrome/installer/mac/third_party/xz/xz': 436 'src/chrome/installer/mac/third_party/xz/xz':
265 (Var("chromium_git")) + '/chromium/deps/xz.git@eecaf55632ca72e90eb2641376b ce7cdbc7284f7', 437 (Var("chromium_git")) + '/chromium/deps/xz.git@eecaf55632ca72e90eb2641376b ce7cdbc7284f7',
266 'src/chrome/tools/test/reference_build/chrome_mac': 438
267 (Var("chromium_git")) + '/chromium/reference_builds/chrome_mac.git@8dc1813 29e7c5255f83b4b85dc2f71498a237955', 439 # Dartium deps_os
440 'src/chrome/tools/test/reference_build/chrome_mac': None,
441
268 'src/third_party/google_toolbox_for_mac/src': 442 'src/third_party/google_toolbox_for_mac/src':
269 (Var("chromium_git")) + '/external/github.com/google/google-toolbox-for-ma c.git@401878398253074c515c03cb3a3f8bb0cc8da6e9', 443 (Var("chromium_git")) + '/external/github.com/google/google-toolbox-for-ma c.git@401878398253074c515c03cb3a3f8bb0cc8da6e9',
270 'src/third_party/lighttpd': 444 'src/third_party/lighttpd':
271 (Var("chromium_git")) + '/chromium/deps/lighttpd.git@9dfa55d15937a688a92cb f2b7a8621b0927d06eb', 445 (Var("chromium_git")) + '/chromium/deps/lighttpd.git@9dfa55d15937a688a92cb f2b7a8621b0927d06eb',
272 'src/third_party/nss': 446 'src/third_party/nss':
273 (Var("chromium_git")) + '/chromium/deps/nss.git@225bfc39c93dfb7c7d0d1162f8 1e9bb5cd356c30', 447 (Var("chromium_git")) + '/chromium/deps/nss.git@225bfc39c93dfb7c7d0d1162f8 1e9bb5cd356c30',
274 'src/third_party/pdfsqueeze': 448 'src/third_party/pdfsqueeze':
275 (Var("chromium_git")) + '/external/pdfsqueeze.git@5936b871e6a087b7e50d4cbc b122378d8a07499f' 449 (Var("chromium_git")) + '/external/pdfsqueeze.git@5936b871e6a087b7e50d4cbc b122378d8a07499f'
276 }, 450 },
277 'unix': { 451 'unix': {
278 'src/chrome/tools/test/reference_build/chrome_linux': 452 # Dartium deps_os
279 (Var("chromium_git")) + '/chromium/reference_builds/chrome_linux64.git@033 d053a528e820e1de3e2db766678d862a86b36', 453 'src/chrome/tools/test/reference_build/chrome_linux': None,
454
280 'src/third_party/chromite': 455 'src/third_party/chromite':
281 (Var("chromium_git")) + '/chromiumos/chromite.git@e19f83ba227bf1ec0077f5d3 a816a415f1dd88d0', 456 (Var("chromium_git")) + '/chromiumos/chromite.git@e19f83ba227bf1ec0077f5d3 a816a415f1dd88d0',
282 'src/third_party/cros_system_api': 457 'src/third_party/cros_system_api':
283 (Var("chromium_git")) + '/chromiumos/platform/system_api.git@7d0047203cf42 63940e92d50b0725d0faf4d9281', 458 (Var("chromium_git")) + '/chromiumos/platform/system_api.git@7d0047203cf42 63940e92d50b0725d0faf4d9281',
284 'src/third_party/deqp/src': 459 'src/third_party/deqp/src':
285 'https://android.googlesource.com/platform/external/deqp@cc0ded6c77267bbb1 4d21aac358fc5d9690c07f8', 460 'https://android.googlesource.com/platform/external/deqp@cc0ded6c77267bbb1 4d21aac358fc5d9690c07f8',
286 'src/third_party/fontconfig/src': 461 'src/third_party/fontconfig/src':
287 (Var("chromium_git")) + '/external/fontconfig.git@f16c3118e25546c1b749f982 3c51827a60aeb5c1', 462 (Var("chromium_git")) + '/external/fontconfig.git@f16c3118e25546c1b749f982 3c51827a60aeb5c1',
288 'src/third_party/freetype-android/src': 463 'src/third_party/freetype-android/src':
289 (Var("chromium_git")) + '/chromium/src/third_party/freetype2.git@a512b0fe7 a8d9db0e5aa9c0a4db1e92cb861722d', 464 (Var("chromium_git")) + '/chromium/src/third_party/freetype2.git@a512b0fe7 a8d9db0e5aa9c0a4db1e92cb861722d',
(...skipping 10 matching lines...) Expand all
300 'src/third_party/wayland-protocols/src': 475 'src/third_party/wayland-protocols/src':
301 (Var("chromium_git")) + '/external/anongit.freedesktop.org/git/wayland/way land-protocols.git@596dfda882a51c05699bcb28a8459ce936a138db', 476 (Var("chromium_git")) + '/external/anongit.freedesktop.org/git/wayland/way land-protocols.git@596dfda882a51c05699bcb28a8459ce936a138db',
302 'src/third_party/wayland/src': 477 'src/third_party/wayland/src':
303 (Var("chromium_git")) + '/external/anongit.freedesktop.org/git/wayland/way land.git@7ed00c1de77afbab23f4908fbd9d60ec070c209b', 478 (Var("chromium_git")) + '/external/anongit.freedesktop.org/git/wayland/way land.git@7ed00c1de77afbab23f4908fbd9d60ec070c209b',
304 'src/third_party/wds/src': 479 'src/third_party/wds/src':
305 (Var("chromium_git")) + '/external/github.com/01org/wds@f187dda5fccaad08e1 68dc6657109325f42c648e', 480 (Var("chromium_git")) + '/external/github.com/01org/wds@f187dda5fccaad08e1 68dc6657109325f42c648e',
306 'src/third_party/xdg-utils': 481 'src/third_party/xdg-utils':
307 (Var("chromium_git")) + '/chromium/deps/xdg-utils.git@d80274d5869b17b8c906 7a1022e4416ee7ed5e0d' 482 (Var("chromium_git")) + '/chromium/deps/xdg-utils.git@d80274d5869b17b8c906 7a1022e4416ee7ed5e0d'
308 }, 483 },
309 'win': { 484 'win': {
310 'src/chrome/tools/test/reference_build/chrome_win': 485 # Dartium deps_os
311 (Var("chromium_git")) + '/chromium/reference_builds/chrome_win.git@f8a3a84 5dfc845df6b14280f04f86a61959357ef', 486 'src/chrome/tools/test/reference_build/chrome_win': None,
487
312 'src/third_party/bison': 488 'src/third_party/bison':
313 (Var("chromium_git")) + '/chromium/deps/bison.git@083c9a45e4affdd5464ee2b2 24c2df649c6e26c3', 489 (Var("chromium_git")) + '/chromium/deps/bison.git@083c9a45e4affdd5464ee2b2 24c2df649c6e26c3',
314 'src/third_party/cygwin': 490 'src/third_party/cygwin':
315 (Var("chromium_git")) + '/chromium/deps/cygwin.git@c89e446b273697fadf3a10f f1007a97c0b7de6df', 491 (Var("chromium_git")) + '/chromium/deps/cygwin.git@c89e446b273697fadf3a10f f1007a97c0b7de6df',
316 'src/third_party/deqp/src': 492 'src/third_party/deqp/src':
317 'https://android.googlesource.com/platform/external/deqp@cc0ded6c77267bbb1 4d21aac358fc5d9690c07f8', 493 'https://android.googlesource.com/platform/external/deqp@cc0ded6c77267bbb1 4d21aac358fc5d9690c07f8',
318 'src/third_party/gnu_binutils': 494 'src/third_party/gnu_binutils':
319 (Var("chromium_git")) + '/native_client/deps/third_party/gnu_binutils.git@ f4003433b61b25666565690caf3d7a7a1a4ec436', 495 (Var("chromium_git")) + '/native_client/deps/third_party/gnu_binutils.git@ f4003433b61b25666565690caf3d7a7a1a4ec436',
320 'src/third_party/gperf': 496 'src/third_party/gperf':
321 (Var("chromium_git")) + '/chromium/deps/gperf.git@d892d79f64f9449770443fb0 6da49b5a1e5d33c1', 497 (Var("chromium_git")) + '/chromium/deps/gperf.git@d892d79f64f9449770443fb0 6da49b5a1e5d33c1',
(...skipping 10 matching lines...) Expand all
332 'src/third_party/perl': 508 'src/third_party/perl':
333 (Var("chromium_git")) + '/chromium/deps/perl.git@ac0d98b5cee6c024b0cffeb4f 8f45b6fc5ccdb78', 509 (Var("chromium_git")) + '/chromium/deps/perl.git@ac0d98b5cee6c024b0cffeb4f 8f45b6fc5ccdb78',
334 'src/third_party/psyco_win32': 510 'src/third_party/psyco_win32':
335 (Var("chromium_git")) + '/chromium/deps/psyco_win32.git@f5af9f6910ee5a8075 bbaeed0591469f1661d868', 511 (Var("chromium_git")) + '/chromium/deps/psyco_win32.git@f5af9f6910ee5a8075 bbaeed0591469f1661d868',
336 'src/third_party/yasm/binaries': 512 'src/third_party/yasm/binaries':
337 (Var("chromium_git")) + '/chromium/deps/yasm/binaries.git@52f9b3f4b0aa06da 24ef8b123058bb61ee468881' 513 (Var("chromium_git")) + '/chromium/deps/yasm/binaries.git@52f9b3f4b0aa06da 24ef8b123058bb61ee468881'
338 } 514 }
339 } 515 }
340 hooks = [ 516 hooks = [
341 { 517 {
342 'action': [ 518 # Dartium hooks start
343 'python', 519 'action': ['python', 'src/dart/tools/dartium/generate_dart_vm_version.py'],
344 'src/build/landmines.py' 520 'pattern': 'dart',
345 ], 521 # Dartium hooks end
346 'pattern':
347 '.',
348 'name': 522 'name':
349 'landmines' 523 'landmines'
350 }, 524 },
351 { 525 {
352 'action': [ 526 'action': [
353 'python', 527 'python',
354 'src/build/download_nacl_toolchains.py', 528 'src/build/download_nacl_toolchains.py',
355 '--mode', 529 '--mode',
356 'nacl_core_sdk', 530 'nacl_core_sdk',
357 'sync', 531 'sync',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 }, 884 },
711 { 885 {
712 'action': [ 886 'action': [
713 'python', 887 'python',
714 'src/build/gyp_chromium' 888 'src/build/gyp_chromium'
715 ], 889 ],
716 'pattern': 890 'pattern':
717 '.', 891 '.',
718 'name': 892 'name':
719 'gyp' 893 'gyp'
894 },
895
896 # Dartium hooks start
897 {
898 "name": "checked_in_dart_sdks",
899 "pattern": ".",
900 "action": [
901 "download_from_google_storage",
902 "--no_auth",
903 "--no_resume",
904 "--bucket",
905 "dart-dependencies",
906 "--recursive",
907 "--auto_platform",
908 "--extract",
909 "--directory",
910 "src/dart/tools/sdks",
911 ],
912 },
913 {
914 "name": "unittest",
915 # Unittest is an early version, 0.11.6, of the package "test"
916 # Do not use it in any new tests.
917 "pattern": ".",
918 "action": [
919 "download_from_google_storage",
920 "--no_auth",
921 "--no_resume",
922 "--bucket",
923 "dart-dependencies",
924 "--extract",
925 "-s",
926 "src/dart/third_party/pkg/unittest.tar.gz.sha1",
927 ],
720 } 928 }
929
930 # Dartium hooks end
721 ] 931 ]
722 include_rules = [ 932 include_rules = [
723 '+base', 933 '+base',
724 '+build', 934 '+build',
725 '+ipc', 935 '+ipc',
726 '+library_loaders', 936 '+library_loaders',
727 '+testing', 937 '+testing',
728 '+third_party/icu/source/common/unicode', 938 '+third_party/icu/source/common/unicode',
729 '+third_party/icu/source/i18n/unicode', 939 '+third_party/icu/source/i18n/unicode',
730 '+url' 940 '+url'
731 ] 941 ]
732 skip_child_includes = [ 942 skip_child_includes = [
733 'breakpad', 943 'breakpad',
734 'native_client_sdk', 944 'native_client_sdk',
735 'out', 945 'out',
736 'sdch', 946 'sdch',
737 'skia', 947 'skia',
738 'testing', 948 'testing',
739 'v8', 949 'v8',
740 'win8' 950 'win8'
741 ] 951 ]
742 952
743 # END OF IMPORTED CHROMIUM DEPS 953 # END OF IMPORTED CHROMIUM DEPS
744
745 # Now we need to override some settings and add some new ones.
746
747 vars.update({
748 "dartium_chromium_commit": "a0717ebdcf4578b98de1d858005aa9c5f346bd33",
749 "chromium_base_revision": "378081",
750
751 # We use mirrors of all github repos to guarantee reproducibility and
752 # consistency between what users see and what the bots see.
753 # We need the mirrors to not have 100+ bots pulling github constantly.
754 # We mirror our github repos on chromium git servers.
755 # DO NOT use this var if you don't see a mirror here:
756 # https://chromium.googlesource.com/
757 # named like:
758 # external/github.com/dart-lang/NAME
759 # It is ok to add a dependency directly on dart-lang (dart-lang only)
760 # github repo until the mirror has been created, but please do file a bug
761 # against infra to make that happen.
762 "github_mirror":
763 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
764
765 "args_tag": "@0.13.0",
766 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
767 "charcode_tag": "@1.1.0",
768 "collection_tag": "@1.9.1",
769 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
770 "csslib_tag" : "@0.12.0",
771 "dart2js_info_tag" : "@0.5.4+2",
772 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
773 "html_tag" : "@0.12.1+1",
774 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
775 "http_multi_server_tag" : "@1.3.2",
776 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
777 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
778 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
779 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
780 "matcher_tag": "@0.12.0",
781 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
782 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
783 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
784 "observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1",
785 "package_config_rev": "@0.1.3",
786 "package_resolver_tag": "@1.0.2+1",
787 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
788 "plugin_tag": "@0.1.0",
789 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
790 "pub_rev": "@d7649be15213c43669a40c33af516d8eb210e876",
791 "pub_semver_tag": "@1.2.0",
792 "quiver_tag": "@0.21.4",
793 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc",
794 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
795 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
796 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
797 "stack_trace_tag": "@1.2.1",
798 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
799 "test_tag": "@0.12.1",
800 "unittest_tag": "@0.11.6",
801 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
802 "watcher_tag": "@0.9.5",
803 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
804 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
805 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61",
806 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609",
807
808 "co19_rev": "@4af9ef149be554216c5bb16cbac8e50d4c28cdf1",
809 })
810
811 deps.update({
812 "src":
813 Var("chromium_git") + "/dart/dartium/src.git" + "@" +
814 Var("dartium_chromium_commit"),
815 "src/dart/third_party/pkg/args":
816 (Var("github_mirror") % "args") + Var("args_tag"),
817 "src/dart/third_party/pkg/barback":
818 (Var("github_mirror") % "barback") + Var("barback_rev"),
819 "src/dart/third_party/pkg/charcode":
820 (Var("github_mirror") % "charcode") + Var("charcode_tag"),
821 "src/dart/third_party/pkg/crypto":
822 (Var("github_mirror") % "crypto") + Var("crypto_rev"),
823 "src/dart/third_party/pkg/csslib":
824 (Var("github_mirror") % "csslib") + Var("csslib_tag"),
825 "src/dart/third_party/pkg/dart2js_info":
826 (Var("github_mirror") % "dart2js_info") + Var("dart2js_info_tag"),
827 "src/dart/third_party/pkg/collection":
828 (Var("github_mirror") % "collection") + Var("collection_tag"),
829 "src/dart/third_party/pkg/glob":
830 (Var("github_mirror") % "glob") + Var("glob_rev"),
831 "src/dart/third_party/pkg/html":
832 (Var("github_mirror") % "html") + Var("html_tag"),
833 "src/dart/third_party/pkg/json_rpc_2":
834 (Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_rev"),
835 "src/dart/third_party/pkg/http":
836 (Var("github_mirror") % "http") + Var("http_rev"),
837 "src/dart/third_party/pkg/http_multi_server":
838 (Var("github_mirror") % "http_multi_server") +
839 Var("http_multi_server_tag"),
840 "src/dart/third_party/pkg/http_parser":
841 (Var("github_mirror") % "http_parser") + Var("http_parser_rev"),
842 "src/dart/third_party/pkg/http_throttle":
843 (Var("github_mirror") % "http_throttle") + Var("http_throttle_rev"),
844 "src/dart/third_party/pkg/logging":
845 (Var("github_mirror") % "logging") + Var("logging_rev"),
846 "src/dart/third_party/pkg/matcher":
847 (Var("github_mirror") % "matcher") + Var("matcher_tag"),
848 "src/dart/third_party/pkg/metatest":
849 (Var("github_mirror") % "metatest") + Var("metatest_rev"),
850 "src/dart/third_party/pkg/mime":
851 (Var("github_mirror") % "mime") + Var("mime_rev"),
852 "src/dart/third_party/pkg/oauth2":
853 (Var("github_mirror") % "oauth2") + Var("oauth2_rev"),
854 "src/dart/third_party/observatory_pub_packages":
855 (Var("github_mirror") % "observatory_pub_packages") +
856 Var("observatory_pub_packages_rev"),
857 "src/dart/third_party/pkg_tested/package_config":
858 (Var("github_mirror") % "package_config") + Var("package_config_rev"),
859 "src/dart/third_party/pkg_tested/package_resolver":
860 "https://github.com/dart-lang/package_resolver.git" +
861 Var("package_resolver_tag"),
862 "src/dart/third_party/pkg/path":
863 (Var("github_mirror") % "path") + Var("path_rev"),
864 "src/dart/third_party/pkg/plugin":
865 (Var("github_mirror") % "plugin") + Var("plugin_tag"),
866 "src/dart/third_party/pkg/pool":
867 (Var("github_mirror") % "pool") + Var("pool_rev"),
868 "src/dart/third_party/pkg/pub":
869 (Var("github_mirror") % "pub") + Var("pub_rev"),
870 "src/dart/third_party/pkg/pub_semver":
871 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
872 "src/dart/third_party/pkg/quiver":
873 Var("chromium_git")
874 + "/external/github.com/google/quiver-dart.git"
875 + Var("quiver_tag"),
876 "src/dart/third_party/root_certificates":
877 (Var("github_mirror") % "root_certificates")
878 + Var("root_certificates_rev"),
879 "src/dart/third_party/pkg/shelf":
880 (Var("github_mirror") % "shelf") + Var("shelf_rev"),
881 "src/dart/third_party/pkg/shelf_web_socket":
882 (Var("github_mirror") % "shelf_web_socket") + Var("shelf_web_socket_rev"),
883 "src/dart/third_party/pkg/source_span":
884 (Var("github_mirror") % "source_span") + Var("source_span_rev"),
885 "src/dart/third_party/pkg/stack_trace":
886 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"),
887 "src/dart/third_party/pkg/string_scanner":
888 (Var("github_mirror") % "string_scanner") + Var("string_scanner_rev"),
889 "src/dart/third_party/pkg/test":
890 (Var("github_mirror") % "test") + Var("test_tag"),
891 "src/dart/third_party/pkg/utf":
892 (Var("github_mirror") % "utf") + Var("utf_rev"),
893 "src/dart/third_party/pkg/watcher":
894 (Var("github_mirror") % "watcher") + Var("watcher_tag"),
895 "src/dart/third_party/pkg/web_components":
896 (Var("github_mirror") % "web-components") + Var("web_components_rev"),
897 "src/dart/third_party/pkg/yaml":
898 (Var("github_mirror") % "yaml") + Var("yaml_rev"),
899
900 # TODO(sigmund): should be src/dart/third_party/pkg/unittest (dartbug.com/2194 9)
901 "src/dart/pkg/unittest":
902 (Var("github_mirror") % "test") + Var("unittest_tag"),
903
904 "src/dart/third_party/WebCore":
905 "https://github.com/dart-lang/webcore.git" + Var("WebCore_rev"),
906
907 "src/dart/tests/co19/src":
908 (Var("github_mirror") % "co19") + Var("co19_rev"),
909
910 "src/dart/third_party/zlib":
911 Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
912 Var("zlib_rev"),
913 })
914
915 deps_os['win'].update({
916 "src/chrome/tools/test/reference_build/chrome_win": None
917 })
918 deps_os['mac'].update({
919 "src/chrome/tools/test/reference_build/chrome_mac": None
920 })
921 deps_os['unix'].update({
922 "src/chrome/tools/test/reference_build/chrome_linux": None
923 })
924
925 hooks[0:0] = [{
926 "pattern": "dart",
927 "action": ["python", "src/dart/tools/dartium/generate_dart_vm_version.py"],
928 }]
929
930 hooks.append({
931 "name": "checked_in_dart_sdks",
932 "pattern": ".",
933 "action": [
934 "download_from_google_storage",
935 "--no_auth",
936 "--no_resume",
937 "--bucket",
938 "dart-dependencies",
939 "--recursive",
940 "--auto_platform",
941 "--extract",
942 "--directory",
943 "src/dart/tools/sdks",
944 ],
945 })
946 hooks.append({
947 "name": "unittest",
948 # Unittest is an early version, 0.11.6, of the package "test"
949 # Do not use it in any new tests.
950 "pattern": ".",
951 "action": [
952 "download_from_google_storage",
953 "--no_auth",
954 "--no_resume",
955 "--bucket",
956 "dart-dependencies",
957 "--extract",
958 "-s",
959 "src/dart/third_party/pkg/unittest.tar.gz.sha1",
960 ],
961 })
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698