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

Side by Side Diff: DEPS

Issue 3001393002: Point DEPS to mirrored repos of dart-lang packages, add term_glyph. (Closed)
Patch Set: Created 3 years, 4 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 | « .packages ('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 # 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 # IMPORTANT: 5 # IMPORTANT:
6 # Before adding or updating dependencies, please review the documentation here: 6 # Before adding or updating dependencies, please review the documentation here:
7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies 7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies
8 8
9 vars = { 9 vars = {
10 # The dart_root is the root of our sdk checkout. This is normally 10 # The dart_root is the root of our sdk checkout. This is normally
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "shelf_tag": "@0.6.7+2", 118 "shelf_tag": "@0.6.7+2",
119 "shelf_web_socket_tag": "@0.2.1", 119 "shelf_web_socket_tag": "@0.2.1",
120 "source_map_stack_trace_tag": "@1.1.4", 120 "source_map_stack_trace_tag": "@1.1.4",
121 "source_maps-0.9.4_rev": "@38524", 121 "source_maps-0.9.4_rev": "@38524",
122 "source_maps_tag": "@0.10.4", 122 "source_maps_tag": "@0.10.4",
123 "source_span_tag": "@1.4.0", 123 "source_span_tag": "@1.4.0",
124 "stack_trace_tag": "@1.7.2", 124 "stack_trace_tag": "@1.7.2",
125 "stream_channel_tag": "@1.6.1", 125 "stream_channel_tag": "@1.6.1",
126 "string_scanner_tag": "@1.0.1", 126 "string_scanner_tag": "@1.0.1",
127 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", 127 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
128 "term_glyph_tag": "@1.0.0",
128 "test_reflective_loader_tag": "@0.1.0", 129 "test_reflective_loader_tag": "@0.1.0",
129 "test_tag": "@0.12.18+1", 130 "test_tag": "@0.12.18+1",
130 "tuple_tag": "@v1.0.1", 131 "tuple_tag": "@v1.0.1",
131 "typed_data_tag": "@1.1.3", 132 "typed_data_tag": "@1.1.3",
132 "usage_tag": "@3.3.0", 133 "usage_tag": "@3.3.0",
133 "utf_tag": "@0.9.0+3", 134 "utf_tag": "@0.9.0+3",
134 "watcher_tag": "@0.9.7+3", 135 "watcher_tag": "@0.9.7+3",
135 "web_socket_channel_tag": "@1.0.4", 136 "web_socket_channel_tag": "@1.0.4",
136 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609", 137 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609",
137 "yaml_tag": "@2.1.12", 138 "yaml_tag": "@2.1.12",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 170
170 Var("dart_root") + "/third_party/ply": 171 Var("dart_root") + "/third_party/ply":
171 Var("chromium_git") + "/chromium/src/third_party/ply.git" + 172 Var("chromium_git") + "/chromium/src/third_party/ply.git" +
172 Var("ply_rev"), 173 Var("ply_rev"),
173 174
174 Var("dart_root") + "/tools/idl_parser": 175 Var("dart_root") + "/tools/idl_parser":
175 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" + 176 Var("chromium_git") + "/chromium/src/tools/idl_parser.git" +
176 Var("idl_parser_rev"), 177 Var("idl_parser_rev"),
177 178
178 Var("dart_root") + "/third_party/WebCore": 179 Var("dart_root") + "/third_party/WebCore":
179 "https://github.com/dart-lang/webcore.git" + Var("WebCore_rev"), 180 Var("github_mirror") + "webcore.git" + Var("WebCore_rev"),
180 181
181 Var("dart_root") + "/third_party/tcmalloc/gperftools": 182 Var("dart_root") + "/third_party/tcmalloc/gperftools":
182 Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' + 183 Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' +
183 Var("gperftools_revision"), 184 Var("gperftools_revision"),
184 185
185 Var("dart_root") + "/third_party/pkg/args": 186 Var("dart_root") + "/third_party/pkg/args":
186 Var("github_mirror") + "args.git" + Var("args_tag"), 187 Var("github_mirror") + "args.git" + Var("args_tag"),
187 Var("dart_root") + "/third_party/pkg/async": 188 Var("dart_root") + "/third_party/pkg/async":
188 Var("github_mirror") + "async.git" + Var("async_tag"), 189 Var("github_mirror") + "async.git" + Var("async_tag"),
189 Var("dart_root") + "/third_party/pkg/barback": 190 Var("dart_root") + "/third_party/pkg/barback":
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 Var("github_mirror") + "linter.git" + Var("linter_tag"), 240 Var("github_mirror") + "linter.git" + Var("linter_tag"),
240 Var("dart_root") + "/third_party/pkg/logging": 241 Var("dart_root") + "/third_party/pkg/logging":
241 Var("github_mirror") + "logging.git" + Var("logging_tag"), 242 Var("github_mirror") + "logging.git" + Var("logging_tag"),
242 Var("dart_root") + "/third_party/pkg/markdown": 243 Var("dart_root") + "/third_party/pkg/markdown":
243 Var("github_mirror") + "markdown.git" + Var("markdown_tag"), 244 Var("github_mirror") + "markdown.git" + Var("markdown_tag"),
244 Var("dart_root") + "/third_party/pkg/matcher": 245 Var("dart_root") + "/third_party/pkg/matcher":
245 Var("github_mirror") + "matcher.git" + Var("matcher_tag"), 246 Var("github_mirror") + "matcher.git" + Var("matcher_tag"),
246 Var("dart_root") + "/third_party/pkg/mime": 247 Var("dart_root") + "/third_party/pkg/mime":
247 Var("github_mirror") + "mime.git" + Var("mime_rev"), 248 Var("github_mirror") + "mime.git" + Var("mime_rev"),
248 Var("dart_root") + "/third_party/pkg/mockito": 249 Var("dart_root") + "/third_party/pkg/mockito":
249 "https://github.com/dart-lang/mockito.git" + Var("mockito_tag"), 250 Var("github_mirror") + mockito.git" + Var("mockito_tag"),
250 Var("dart_root") + "/third_party/pkg/mustache4dart": 251 Var("dart_root") + "/third_party/pkg/mustache4dart":
251 Var("chromium_git") 252 Var("chromium_git")
252 + "/external/github.com/valotas/mustache4dart.git" 253 + "/external/github.com/valotas/mustache4dart.git"
253 + Var("mustache4dart_tag"), 254 + Var("mustache4dart_tag"),
254 Var("dart_root") + "/third_party/pkg/oauth2": 255 Var("dart_root") + "/third_party/pkg/oauth2":
255 Var("github_mirror") + "oauth2.git" + Var("oauth2_tag"), 256 Var("github_mirror") + "oauth2.git" + Var("oauth2_tag"),
256 Var("dart_root") + "/third_party/observatory_pub_packages": 257 Var("dart_root") + "/third_party/observatory_pub_packages":
257 Var("github_mirror") + "observatory_pub_packages.git" 258 Var("github_mirror") + "observatory_pub_packages.git"
258 + Var("observatory_pub_packages_rev"), 259 + Var("observatory_pub_packages_rev"),
259 Var("dart_root") + "/third_party/pkg_tested/package_config": 260 Var("dart_root") + "/third_party/pkg_tested/package_config":
260 Var("github_mirror") + "package_config.git" + 261 Var("github_mirror") + "package_config.git" +
261 Var("package_config_tag"), 262 Var("package_config_tag"),
262 Var("dart_root") + "/third_party/pkg_tested/package_resolver": 263 Var("dart_root") + "/third_party/pkg_tested/package_resolver":
263 Var("github_mirror") + "package_resolver.git" + Var("package_resolver_tag" ), 264 Var("github_mirror") + "package_resolver.git"
265 + Var("package_resolver_tag"),
264 Var("dart_root") + "/third_party/pkg/path": 266 Var("dart_root") + "/third_party/pkg/path":
265 Var("github_mirror") + "path.git" + Var("path_tag"), 267 Var("github_mirror") + "path.git" + Var("path_tag"),
266 Var("dart_root") + "/third_party/pkg/plugin": 268 Var("dart_root") + "/third_party/pkg/plugin":
267 Var("github_mirror") + "plugin.git" + Var("plugin_tag"), 269 Var("github_mirror") + "plugin.git" + Var("plugin_tag"),
268 Var("dart_root") + "/third_party/pkg/pool": 270 Var("dart_root") + "/third_party/pkg/pool":
269 Var("github_mirror") + "pool.git" + Var("pool_tag"), 271 Var("github_mirror") + "pool.git" + Var("pool_tag"),
270 Var("dart_root") + "/third_party/pkg/protobuf": 272 Var("dart_root") + "/third_party/pkg/protobuf":
271 Var("github_mirror") + "protobuf.git" + Var("protobuf_tag"), 273 Var("github_mirror") + "protobuf.git" + Var("protobuf_tag"),
272 Var("dart_root") + "/third_party/pkg/pub_semver": 274 Var("dart_root") + "/third_party/pkg/pub_semver":
273 Var("github_mirror") + "pub_semver.git" + Var("pub_semver_tag"), 275 Var("github_mirror") + "pub_semver.git" + Var("pub_semver_tag"),
(...skipping 28 matching lines...) Expand all
302 Var("github_mirror") + "stack_trace.git" + Var("stack_trace_tag"), 304 Var("github_mirror") + "stack_trace.git" + Var("stack_trace_tag"),
303 Var("dart_root") + "/third_party/pkg/stream_channel": 305 Var("dart_root") + "/third_party/pkg/stream_channel":
304 Var("github_mirror") + "stream_channel.git" + 306 Var("github_mirror") + "stream_channel.git" +
305 Var("stream_channel_tag"), 307 Var("stream_channel_tag"),
306 Var("dart_root") + "/third_party/pkg/string_scanner": 308 Var("dart_root") + "/third_party/pkg/string_scanner":
307 Var("github_mirror") + "string_scanner.git" + 309 Var("github_mirror") + "string_scanner.git" +
308 Var("string_scanner_tag"), 310 Var("string_scanner_tag"),
309 Var("dart_root") + "/third_party/sunflower": 311 Var("dart_root") + "/third_party/sunflower":
310 Var("github_mirror") + "sample-sunflower.git" + 312 Var("github_mirror") + "sample-sunflower.git" +
311 Var("sunflower_rev"), 313 Var("sunflower_rev"),
314 Var("dart_root") + "/third_party/pkg/term_glyph":
315 Var("github_mirror") + "term_glyph.git" + Var("term_glyph_tag"),
312 Var("dart_root") + "/third_party/pkg/test": 316 Var("dart_root") + "/third_party/pkg/test":
313 Var("github_mirror") + "test.git" + Var("test_tag"), 317 Var("github_mirror") + "test.git" + Var("test_tag"),
314 Var("dart_root") + "/third_party/pkg/test_reflective_loader": 318 Var("dart_root") + "/third_party/pkg/test_reflective_loader":
315 Var("github_mirror") + "test_reflective_loader.git" + 319 Var("github_mirror") + "test_reflective_loader.git" +
316 Var("test_reflective_loader_tag"), 320 Var("test_reflective_loader_tag"),
317 Var("dart_root") + "/third_party/pkg/tuple": 321 Var("dart_root") + "/third_party/pkg/tuple":
318 Var("github_mirror") + "tuple.git" + Var("tuple_tag"), 322 Var("github_mirror") + "tuple.git" + Var("tuple_tag"),
319 Var("dart_root") + "/third_party/pkg/typed_data": 323 Var("dart_root") + "/third_party/pkg/typed_data":
320 Var("github_mirror") + "typed_data.git" + Var("typed_data_tag"), 324 Var("github_mirror") + "typed_data.git" + Var("typed_data_tag"),
321 Var("dart_root") + "/third_party/pkg/usage": 325 Var("dart_root") + "/third_party/pkg/usage":
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 # Update the Windows toolchain if necessary. 479 # Update the Windows toolchain if necessary.
476 'name': 'win_toolchain', 480 'name': 'win_toolchain',
477 'pattern': '.', 481 'pattern': '.',
478 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], 482 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
479 }, 483 },
480 { 484 {
481 "pattern": ".", 485 "pattern": ".",
482 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], 486 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
483 }, 487 },
484 ] 488 ]
OLDNEW
« no previous file with comments | « .packages ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698