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

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

Issue 1330363002: Remove fake_async from third_party/pkg. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 | « DEPS ('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 import gclient_utils 1 import gclient_utils
2 import os 2 import os
3 3
4 path = gclient_utils.FindGclientRoot(os.getcwd()) 4 path = gclient_utils.FindGclientRoot(os.getcwd())
5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS. 5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS.
6 6
7 # Now we need to override some settings and add some new ones. 7 # Now we need to override some settings and add some new ones.
8 8
9 vars.update({ 9 vars.update({
10 "chromium_url": "http://src.chromium.org/svn", 10 "chromium_url": "http://src.chromium.org/svn",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 62 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
63 "test_tag": "@0.12.1", 63 "test_tag": "@0.12.1",
64 "unittest_tag": "@0.11.6", 64 "unittest_tag": "@0.11.6",
65 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 65 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
66 "watcher_tag": "@0.9.5", 66 "watcher_tag": "@0.9.5",
67 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 67 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
68 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 68 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
69 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", 69 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
70 70
71 "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c", 71 "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c",
72 "fake_async_rev": "@38614",
73 }) 72 })
74 73
75 def massage_deps(deps): 74 def massage_deps(deps):
76 for key, value in deps.items(): 75 for key, value in deps.items():
77 if value is None: continue 76 if value is None: continue
78 77
79 if value.startswith('/trunk'): 78 if value.startswith('/trunk'):
80 deps[key] = Var("chromium_url") + value 79 deps[key] = Var("chromium_url") + value
81 continue 80 continue
82 81
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "src/dart/third_party/pkg/yaml": 175 "src/dart/third_party/pkg/yaml":
177 (Var("github_mirror") % "yaml") + Var("yaml_rev"), 176 (Var("github_mirror") % "yaml") + Var("yaml_rev"),
178 177
179 # TODO(sigmund): should be src/dart/third_party/pkg/unittest (dartbug.com/2194 9) 178 # TODO(sigmund): should be src/dart/third_party/pkg/unittest (dartbug.com/2194 9)
180 "src/dart/pkg/unittest": 179 "src/dart/pkg/unittest":
181 (Var("github_mirror") % "test") + Var("unittest_tag"), 180 (Var("github_mirror") % "test") + Var("unittest_tag"),
182 181
183 "src/dart/third_party/WebCore": 182 "src/dart/third_party/WebCore":
184 "http://dart.googlecode.com/svn/third_party/WebCore", 183 "http://dart.googlecode.com/svn/third_party/WebCore",
185 184
186 "src/dart/third_party/pkg/fake_async":
187 "http://dart.googlecode.com/svn/third_party/fake_async" +
188 Var("fake_async_rev"),
189
190 "src/dart/tests/co19/src": 185 "src/dart/tests/co19/src":
191 (Var("github_mirror") % "co19") + Var("co19_rev"), 186 (Var("github_mirror") % "co19") + Var("co19_rev"),
192 187
193 "src/dart/third_party/zlib": 188 "src/dart/third_party/zlib":
194 Var("chromium_git") + "/chromium/src/third_party/zlib.git" + 189 Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
195 Var("zlib_rev"), 190 Var("zlib_rev"),
196 }) 191 })
197 192
198 deps_os['win'].update({ 193 deps_os['win'].update({
199 "src/chrome/tools/test/reference_build/chrome_win": None 194 "src/chrome/tools/test/reference_build/chrome_win": None
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "--no_resume", 247 "--no_resume",
253 "--bucket", 248 "--bucket",
254 "dart-dependencies", 249 "dart-dependencies",
255 "--recursive", 250 "--recursive",
256 "--auto_platform", 251 "--auto_platform",
257 "--extract", 252 "--extract",
258 "--directory", 253 "--directory",
259 "src/dart/tools/sdks", 254 "src/dart/tools/sdks",
260 ], 255 ],
261 }) 256 })
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698