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

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

Issue 1844463003: Fix Dartium build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 46 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
47 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 47 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
48 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", 48 "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a",
49 "package_config_rev": "@0.1.3", 49 "package_config_rev": "@0.1.3",
50 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", 50 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
51 "plugin_tag": "@0.1.0", 51 "plugin_tag": "@0.1.0",
52 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 52 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
53 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d", 53 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d",
54 "pub_semver_tag": "@1.2.0", 54 "pub_semver_tag": "@1.2.0",
55 "quiver_tag": "@0.21.4", 55 "quiver_tag": "@0.21.4",
56 "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc",
56 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 57 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
57 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 58 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
58 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 59 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
59 "stack_trace_tag": "@1.2.1", 60 "stack_trace_tag": "@1.2.1",
60 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 61 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
61 "test_tag": "@0.12.1", 62 "test_tag": "@0.12.1",
62 "unittest_tag": "@0.11.6", 63 "unittest_tag": "@0.11.6",
63 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 64 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
64 "watcher_tag": "@0.9.5", 65 "watcher_tag": "@0.9.5",
65 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 66 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "src/dart/third_party/pkg/pool": 131 "src/dart/third_party/pkg/pool":
131 (Var("github_mirror") % "pool") + Var("pool_rev"), 132 (Var("github_mirror") % "pool") + Var("pool_rev"),
132 "src/dart/third_party/pkg/pub": 133 "src/dart/third_party/pkg/pub":
133 (Var("github_mirror") % "pub") + Var("pub_rev"), 134 (Var("github_mirror") % "pub") + Var("pub_rev"),
134 "src/dart/third_party/pkg/pub_semver": 135 "src/dart/third_party/pkg/pub_semver":
135 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), 136 (Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
136 "src/dart/third_party/pkg/quiver": 137 "src/dart/third_party/pkg/quiver":
137 Var("chromium_git") 138 Var("chromium_git")
138 + "/external/github.com/google/quiver-dart.git" 139 + "/external/github.com/google/quiver-dart.git"
139 + Var("quiver_tag"), 140 + Var("quiver_tag"),
141 "src/dart/third_party/root_certificates":
142 (Var("github_mirror") % "root_certificates")
143 + Var("root_certificates_rev"),
140 "src/dart/third_party/pkg/shelf": 144 "src/dart/third_party/pkg/shelf":
141 (Var("github_mirror") % "shelf") + Var("shelf_rev"), 145 (Var("github_mirror") % "shelf") + Var("shelf_rev"),
142 "src/dart/third_party/pkg/shelf_web_socket": 146 "src/dart/third_party/pkg/shelf_web_socket":
143 (Var("github_mirror") % "shelf_web_socket") + Var("shelf_web_socket_rev"), 147 (Var("github_mirror") % "shelf_web_socket") + Var("shelf_web_socket_rev"),
144 "src/dart/third_party/pkg/source_span": 148 "src/dart/third_party/pkg/source_span":
145 (Var("github_mirror") % "source_span") + Var("source_span_rev"), 149 (Var("github_mirror") % "source_span") + Var("source_span_rev"),
146 "src/dart/third_party/pkg/stack_trace": 150 "src/dart/third_party/pkg/stack_trace":
147 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"), 151 (Var("github_mirror") % "stack_trace") + Var("stack_trace_tag"),
148 "src/dart/third_party/pkg/string_scanner": 152 "src/dart/third_party/pkg/string_scanner":
149 (Var("github_mirror") % "string_scanner") + Var("string_scanner_rev"), 153 (Var("github_mirror") % "string_scanner") + Var("string_scanner_rev"),
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "--no_resume", 220 "--no_resume",
217 "--bucket", 221 "--bucket",
218 "dart-dependencies", 222 "dart-dependencies",
219 "--recursive", 223 "--recursive",
220 "--auto_platform", 224 "--auto_platform",
221 "--extract", 225 "--extract",
222 "--directory", 226 "--directory",
223 "src/dart/tools/sdks", 227 "src/dart/tools/sdks",
224 ], 228 ],
225 }) 229 })
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