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

Side by Side Diff: DEPS

Issue 1186033005: Remove async_await dependency (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 vars = { 5 vars = {
6 # The dart_root is the root of our sdk checkout. This is normally 6 # The dart_root is the root of our sdk checkout. This is normally
7 # simply sdk, but if using special gclient specs it can be different. 7 # simply sdk, but if using special gclient specs it can be different.
8 "dart_root": "sdk", 8 "dart_root": "sdk",
9 9
10 # The svn location to pull out dependencies from 10 # The svn location to pull out dependencies from
(...skipping 30 matching lines...) Expand all
41 "analyzer_cli_rev" : "@090c4859a2f88e62ae71a11583ba31e9999c74f6", 41 "analyzer_cli_rev" : "@090c4859a2f88e62ae71a11583ba31e9999c74f6",
42 "args_tag": "@0.13.0", 42 "args_tag": "@0.13.0",
43 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 43 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
44 "charcode_tag": "@1.1.0", 44 "charcode_tag": "@1.1.0",
45 "chrome_rev" : "@19997", 45 "chrome_rev" : "@19997",
46 "clang_rev" : "@28450", 46 "clang_rev" : "@28450",
47 "cli_util_tag" : "@0.0.1+2", 47 "cli_util_tag" : "@0.0.1+2",
48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
50 "csslib_tag" : "@0.12.0", 50 "csslib_tag" : "@0.12.0",
51 "async_await_rev" : "@8b401a9f2e5e81dca5f70dbe7564112a0823dee6",
52 "dartdoc_tag" : "@v0.0.2+2", 51 "dartdoc_tag" : "@v0.0.2+2",
53 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", 52 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
54 "dart_style_tag": "@0.1.8", 53 "dart_style_tag": "@0.1.8",
55 "fake_async_rev" : "@38614", 54 "fake_async_rev" : "@38614",
56 "firefox_jsshell_rev" : "@45554", 55 "firefox_jsshell_rev" : "@45554",
57 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 56 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
58 "gsutil_rev" : "@33376", 57 "gsutil_rev" : "@33376",
59 "html_tag" : "@0.12.1+1", 58 "html_tag" : "@0.12.1+1",
60 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 59 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
61 "http_multi_server_tag" : "@1.3.2", 60 "http_multi_server_tag" : "@1.3.2",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 Var("observatory_pub_packages_rev"), 171 Var("observatory_pub_packages_rev"),
173 172
174 Var("dart_root") + "/third_party/dart-services": 173 Var("dart_root") + "/third_party/dart-services":
175 (Var("github_mirror") % "dart-services") + 174 (Var("github_mirror") % "dart-services") +
176 Var("dart_services_rev"), 175 Var("dart_services_rev"),
177 176
178 Var("dart_root") + "/third_party/pkg/analyzer_cli": 177 Var("dart_root") + "/third_party/pkg/analyzer_cli":
179 (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"), 178 (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"),
180 Var("dart_root") + "/third_party/pkg/args": 179 Var("dart_root") + "/third_party/pkg/args":
181 (Var("github_mirror") % "args") + Var("args_tag"), 180 (Var("github_mirror") % "args") + Var("args_tag"),
182 Var("dart_root") + "/third_party/pkg/async_await":
183 (Var("github_mirror") % "async_await") + Var("async_await_rev"),
184 Var("dart_root") + "/third_party/pkg/barback": 181 Var("dart_root") + "/third_party/pkg/barback":
185 (Var("github_mirror") % "barback") + Var("barback_rev"), 182 (Var("github_mirror") % "barback") + Var("barback_rev"),
186 Var("dart_root") + "/third_party/pkg/charcode": 183 Var("dart_root") + "/third_party/pkg/charcode":
187 (Var("github_mirror") % "charcode") + Var("charcode_tag"), 184 (Var("github_mirror") % "charcode") + Var("charcode_tag"),
188 Var("dart_root") + "/third_party/pkg/cli_util": 185 Var("dart_root") + "/third_party/pkg/cli_util":
189 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"), 186 (Var("github_mirror") % "cli_util") + Var("cli_util_tag"),
190 Var("dart_root") + "/third_party/pkg/collection": 187 Var("dart_root") + "/third_party/pkg/collection":
191 (Var("github_mirror") % "collection") + Var("collection_rev"), 188 (Var("github_mirror") % "collection") + Var("collection_rev"),
192 Var("dart_root") + "/third_party/pkg/crypto": 189 Var("dart_root") + "/third_party/pkg/crypto":
193 (Var("github_mirror") % "crypto") + Var("crypto_rev"), 190 (Var("github_mirror") % "crypto") + Var("crypto_rev"),
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 '--no_resume', 348 '--no_resume',
352 '--bucket', 349 '--bucket',
353 'dart-dependencies', 350 'dart-dependencies',
354 '-d', 351 '-d',
355 '-r', 352 '-r',
356 Var('dart_root') + '/third_party/d8', 353 Var('dart_root') + '/third_party/d8',
357 ], 354 ],
358 }, 355 },
359 356
360 ] 357 ]
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