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

Side by Side Diff: DEPS

Issue 1155233002: cli_util DEPS (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: unmirror Created 5 years, 7 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 14 matching lines...) Expand all
25 "chromium_git": "https://chromium.googlesource.com", 25 "chromium_git": "https://chromium.googlesource.com",
26 26
27 # Revisions of /third_party/* dependencies. 27 # Revisions of /third_party/* dependencies.
28 "7zip_rev" : "@19997", 28 "7zip_rev" : "@19997",
29 "analyzer_cli_tag" : "@1.0.1", 29 "analyzer_cli_tag" : "@1.0.1",
30 "args_tag": "@0.13.0", 30 "args_tag": "@0.13.0",
31 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 31 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
32 "charcode_tag": "@1.1.0", 32 "charcode_tag": "@1.1.0",
33 "chrome_rev" : "@19997", 33 "chrome_rev" : "@19997",
34 "clang_rev" : "@28450", 34 "clang_rev" : "@28450",
35 "cli_util_tag" : "@0.0.1+2",
35 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 36 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
36 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 37 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
37 "csslib_tag" : "@0.12.0", 38 "csslib_tag" : "@0.12.0",
38 "async_await_rev" : "@8b401a9f2e5e81dca5f70dbe7564112a0823dee6", 39 "async_await_rev" : "@8b401a9f2e5e81dca5f70dbe7564112a0823dee6",
39 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", 40 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
40 "dart_style_tag": "@0.1.8", 41 "dart_style_tag": "@0.1.8",
41 "d8_rev" : "@39739", 42 "d8_rev" : "@39739",
42 "fake_async_rev" : "@38614", 43 "fake_async_rev" : "@38614",
43 "firefox_jsshell_rev" : "@45554", 44 "firefox_jsshell_rev" : "@45554",
44 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 45 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 80 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
80 "stack_trace_tag": "@1.2.1", 81 "stack_trace_tag": "@1.2.1",
81 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 82 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
82 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", 83 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
83 "test_tag": "@0.12.1", 84 "test_tag": "@0.12.1",
84 "test_reflective_loader_tag": "@0.0.3", 85 "test_reflective_loader_tag": "@0.0.3",
85 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 86 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
86 "unittest_tag": "@0.11.6", 87 "unittest_tag": "@0.11.6",
87 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", 88 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638",
88 "watcher_tag": "@0.9.5", 89 "watcher_tag": "@0.9.5",
90 "when_tag": "@0.2.0+1",
91 "which_tag": "@0.1.3+1",
89 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", 92 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
90 "WebCore_rev" : "@44061", 93 "WebCore_rev" : "@44061",
91 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 94 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
92 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 95 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
93 "font_awesome_rev": "@31824", 96 "font_awesome_rev": "@31824",
94 "barback-0.13.0_rev": "@34853", 97 "barback-0.13.0_rev": "@34853",
95 "barback-0.14.0_rev": "@36398", 98 "barback-0.14.0_rev": "@36398",
96 "barback-0.14.1_rev": "@38525", 99 "barback-0.14.1_rev": "@38525",
97 "source_maps-0.9.4_rev": "@38524", 100 "source_maps-0.9.4_rev": "@38524",
98 } 101 }
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 163
161 Var("dart_root") + "/third_party/pkg_tested/analyzer_cli": 164 Var("dart_root") + "/third_party/pkg_tested/analyzer_cli":
162 (Var("dart_github") % "analyzer_cli") + Var("analyzer_cli_tag"), 165 (Var("dart_github") % "analyzer_cli") + Var("analyzer_cli_tag"),
163 Var("dart_root") + "/third_party/pkg/args": 166 Var("dart_root") + "/third_party/pkg/args":
164 (Var("dart_github") % "args") + Var("args_tag"), 167 (Var("dart_github") % "args") + Var("args_tag"),
165 Var("dart_root") + "/third_party/pkg/async_await": 168 Var("dart_root") + "/third_party/pkg/async_await":
166 (Var("dart_github") % "async_await") + Var("async_await_rev"), 169 (Var("dart_github") % "async_await") + Var("async_await_rev"),
167 Var("dart_root") + "/third_party/pkg/barback": 170 Var("dart_root") + "/third_party/pkg/barback":
168 (Var("dart_github") % "barback") + Var("barback_rev"), 171 (Var("dart_github") % "barback") + Var("barback_rev"),
169 Var("dart_root") + "/third_party/pkg/charcode": 172 Var("dart_root") + "/third_party/pkg/charcode":
170 (Var("dart_github") % "charcode") + Var("charcode_tag"), 173 (Var("dart_github") % "charcode") + Var("charcode_tag"),
174 Var("dart_root") + "/third_party/pkg/cli_util":
175 "https://github.com/dart-lang/cli_util.git" + Var("cli_util_tag"),
171 Var("dart_root") + "/third_party/pkg/collection": 176 Var("dart_root") + "/third_party/pkg/collection":
172 (Var("dart_github") % "collection") + Var("collection_rev"), 177 (Var("dart_github") % "collection") + Var("collection_rev"),
173 Var("dart_root") + "/third_party/pkg/crypto": 178 Var("dart_root") + "/third_party/pkg/crypto":
174 (Var("dart_github") % "crypto") + Var("crypto_rev"), 179 (Var("dart_github") % "crypto") + Var("crypto_rev"),
175 Var("dart_root") + "/third_party/pkg/csslib": 180 Var("dart_root") + "/third_party/pkg/csslib":
176 (Var("dart_github") % "csslib") + Var("csslib_tag"), 181 (Var("dart_github") % "csslib") + Var("csslib_tag"),
177 Var("dart_root") + "/third_party/pkg_tested/dart_style": 182 Var("dart_root") + "/third_party/pkg_tested/dart_style":
178 (Var("dart_github") % "dart_style") + Var("dart_style_tag"), 183 (Var("dart_github") % "dart_style") + Var("dart_style_tag"),
179 Var("dart_root") + "/third_party/pkg/glob": 184 Var("dart_root") + "/third_party/pkg/glob":
180 (Var("dart_github") % "glob") + Var("glob_rev"), 185 (Var("dart_github") % "glob") + Var("glob_rev"),
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 (Var("dart_github") % "test") + Var("unittest_tag"), 257 (Var("dart_github") % "test") + Var("unittest_tag"),
253 Var("dart_root") + "/third_party/pkg/usage": 258 Var("dart_root") + "/third_party/pkg/usage":
254 (Var("dart_github") % "usage") + Var("usage_rev"), 259 (Var("dart_github") % "usage") + Var("usage_rev"),
255 Var("dart_root") + "/third_party/pkg/utf": 260 Var("dart_root") + "/third_party/pkg/utf":
256 (Var("dart_github") % "utf") + Var("utf_rev"), 261 (Var("dart_github") % "utf") + Var("utf_rev"),
257 Var("dart_root") + "/third_party/pkg/watcher": 262 Var("dart_root") + "/third_party/pkg/watcher":
258 (Var("dart_github") % "watcher") + Var("watcher_tag"), 263 (Var("dart_github") % "watcher") + Var("watcher_tag"),
259 Var("dart_root") + "/third_party/pkg/web_components": 264 Var("dart_root") + "/third_party/pkg/web_components":
260 (Var("dart_github") % "web-components") + 265 (Var("dart_github") % "web-components") +
261 Var("web_components_rev"), 266 Var("web_components_rev"),
267 Var("dart_root") + "/third_party/pkg/when":
268 "https://github.com/dart-lang/when.git" + Var("when_tag"),
269 Var("dart_root") + "/third_party/pkg/which":
270 "https://github.com/dart-lang/which.git"+ Var("which_tag"),
262 Var("dart_root") + "/third_party/pkg/yaml": 271 Var("dart_root") + "/third_party/pkg/yaml":
263 (Var("dart_github") % "yaml") + Var("yaml_rev"), 272 (Var("dart_github") % "yaml") + Var("yaml_rev"),
264 273
265 # These specific versions of barback and source_maps are used for testing and 274 # These specific versions of barback and source_maps are used for testing and
266 # should be pulled from bleeding_edge even on channels. 275 # should be pulled from bleeding_edge even on channels.
267 Var("dart_root") + "/third_party/pkg/barback-0.13.0": 276 Var("dart_root") + "/third_party/pkg/barback-0.13.0":
268 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.13.0_rev"), 277 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.13.0_rev"),
269 Var("dart_root") + "/third_party/pkg/barback-0.14.0+3": 278 Var("dart_root") + "/third_party/pkg/barback-0.14.0+3":
270 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.0_rev"), 279 Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.0_rev"),
271 Var("dart_root") + "/third_party/pkg/barback-0.14.1+4": 280 Var("dart_root") + "/third_party/pkg/barback-0.14.1+4":
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 '--no_auth', 319 '--no_auth',
311 '--no_resume', 320 '--no_resume',
312 '--bucket', 321 '--bucket',
313 'dart-dependencies', 322 'dart-dependencies',
314 '-d', 323 '-d',
315 '-r', 324 '-r',
316 Var('dart_root') + '/tools/testing/bin', 325 Var('dart_root') + '/tools/testing/bin',
317 ], 326 ],
318 }, 327 },
319 ] 328 ]
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