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

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

Issue 2488253002: Revert "Status and DEPS files updated (#27792)" (Closed)
Patch Set: Created 4 years, 1 month 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 | « tests/co19/co19-dartium.status ('k') | 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 1
2 import gclient_utils 2 import gclient_utils
3 import os 3 import os
4 4
5 path = gclient_utils.FindGclientRoot(os.getcwd()) 5 path = gclient_utils.FindGclientRoot(os.getcwd())
6 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS. 6 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS.
7 7
8 # Now we need to override some settings and add some new ones. 8 # Now we need to override some settings and add some new ones.
9 9
10 vars.update({ 10 vars.update({
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 63 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
64 "test_tag": "@0.12.1", 64 "test_tag": "@0.12.1",
65 "unittest_tag": "@0.11.6", 65 "unittest_tag": "@0.11.6",
66 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 66 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
67 "watcher_tag": "@0.9.5", 67 "watcher_tag": "@0.9.5",
68 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 68 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
69 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 69 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
70 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", 70 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61",
71 "WebCore_rev": "@a86fe28efadcfc781f836037a80f27e22a5dad17", 71 "WebCore_rev": "@a86fe28efadcfc781f836037a80f27e22a5dad17",
72 72
73 "co19_rev": "@2e98931a4d40781110220d4b2d131efa6fc4669d", 73 "co19_rev": "@d4767b4caea3c5828ad8e053cd051d44a59061af",
74 }) 74 })
75 75
76 deps.update({ 76 deps.update({
77 "src": 77 "src":
78 Var("chromium_git") + "/dart/dartium/src.git" + "@" + 78 Var("chromium_git") + "/dart/dartium/src.git" + "@" +
79 Var("dartium_chromium_commit"), 79 Var("dartium_chromium_commit"),
80 80
81 "src/third_party/WebKit": 81 "src/third_party/WebKit":
82 Var("chromium_git") + "/dart/dartium/blink.git" + "@" + 82 Var("chromium_git") + "/dart/dartium/blink.git" + "@" +
83 Var("dartium_webkit_commit"), 83 Var("dartium_webkit_commit"),
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "download_from_google_storage", 243 "download_from_google_storage",
244 "--no_auth", 244 "--no_auth",
245 "--no_resume", 245 "--no_resume",
246 "--bucket", 246 "--bucket",
247 "dart-dependencies", 247 "dart-dependencies",
248 "--extract", 248 "--extract",
249 "-s", 249 "-s",
250 "src/dart/third_party/pkg/unittest.tar.gz.sha1", 250 "src/dart/third_party/pkg/unittest.tar.gz.sha1",
251 ], 251 ],
252 }) 252 })
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698