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

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

Issue 1720743005: Generation of sdk/lib files from 45 roll (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merged with TOT Created 4 years, 10 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 | « sdk/lib/html/html_common/html_common.dart ('k') | tools/dom/scripts/dartdomgenerator.py » ('j') | 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 58 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
59 "stack_trace_tag": "@1.2.1", 59 "stack_trace_tag": "@1.2.1",
60 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 60 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
61 "test_tag": "@0.12.1", 61 "test_tag": "@0.12.1",
62 "unittest_tag": "@0.11.6", 62 "unittest_tag": "@0.11.6",
63 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 63 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
64 "watcher_tag": "@0.9.5", 64 "watcher_tag": "@0.9.5",
65 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 65 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
66 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 66 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
67 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", 67 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
68 "WebCore_rev": "@5ecb723fd9ffcc0d108f5e0e24d12b8b3df7b200", 68 "WebCore_rev": "@a86fe28efadcfc781f836037a80f27e22a5dad17",
69 69
70 "co19_rev": "@3ed795ea02e022ef19c77cf1b6095b7c8f5584d0", 70 "co19_rev": "@3ed795ea02e022ef19c77cf1b6095b7c8f5584d0",
71 }) 71 })
72 72
73 deps.update({ 73 deps.update({
74 "src": 74 "src":
75 Var("chromium_git") + "/dart/dartium/src.git" + "@" + 75 Var("chromium_git") + "/dart/dartium/src.git" + "@" +
76 Var("dartium_chromium_commit"), 76 Var("dartium_chromium_commit"),
77 77
78 "src/third_party/WebKit": 78 "src/third_party/WebKit":
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "--no_resume", 216 "--no_resume",
217 "--bucket", 217 "--bucket",
218 "dart-dependencies", 218 "dart-dependencies",
219 "--recursive", 219 "--recursive",
220 "--auto_platform", 220 "--auto_platform",
221 "--extract", 221 "--extract",
222 "--directory", 222 "--directory",
223 "src/dart/tools/sdks", 223 "src/dart/tools/sdks",
224 ], 224 ],
225 }) 225 })
OLDNEW
« no previous file with comments | « sdk/lib/html/html_common/html_common.dart ('k') | tools/dom/scripts/dartdomgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698