Point DEPS to mirrored repos of dart-lang packages, add term_glyph.

BUG=https://github.com/dart-lang/sdk/issues/30445
BUG=https://github.com/dart-lang/sdk/issues/30458
R=vegorov@google.com

Review-Url: https://codereview.chromium.org/3001393002 .
This commit is contained in:
William Hesse 2017-08-22 18:32:40 +02:00
parent 3e260f3e76
commit 67b116b150
2 changed files with 8 additions and 3 deletions

View file

@ -89,6 +89,7 @@ status_file:pkg/status_file/lib
stream_channel:third_party/pkg/stream_channel/lib
string_scanner:third_party/pkg/string_scanner/lib
telemetry:pkg/telemetry/lib
term_glyph:third_party/pkg/term_glyph/lib
test:third_party/pkg/test/lib
test_dart:tools/testing/dart
testing:pkg/testing/lib

10
DEPS
View file

@ -125,6 +125,7 @@ vars = {
"stream_channel_tag": "@1.6.1",
"string_scanner_tag": "@1.0.1",
"sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
"term_glyph_tag": "@1.0.0",
"test_reflective_loader_tag": "@0.1.0",
"test_tag": "@0.12.18+1",
"tuple_tag": "@v1.0.1",
@ -176,7 +177,7 @@ deps = {
Var("idl_parser_rev"),
Var("dart_root") + "/third_party/WebCore":
"https://github.com/dart-lang/webcore.git" + Var("WebCore_rev"),
Var("github_mirror") + "webcore.git" + Var("WebCore_rev"),
Var("dart_root") + "/third_party/tcmalloc/gperftools":
Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' +
@ -246,7 +247,7 @@ deps = {
Var("dart_root") + "/third_party/pkg/mime":
Var("github_mirror") + "mime.git" + Var("mime_rev"),
Var("dart_root") + "/third_party/pkg/mockito":
"https://github.com/dart-lang/mockito.git" + Var("mockito_tag"),
Var("github_mirror") + mockito.git" + Var("mockito_tag"),
Var("dart_root") + "/third_party/pkg/mustache4dart":
Var("chromium_git")
+ "/external/github.com/valotas/mustache4dart.git"
@ -260,7 +261,8 @@ deps = {
Var("github_mirror") + "package_config.git" +
Var("package_config_tag"),
Var("dart_root") + "/third_party/pkg_tested/package_resolver":
Var("github_mirror") + "package_resolver.git" + Var("package_resolver_tag"),
Var("github_mirror") + "package_resolver.git"
+ Var("package_resolver_tag"),
Var("dart_root") + "/third_party/pkg/path":
Var("github_mirror") + "path.git" + Var("path_tag"),
Var("dart_root") + "/third_party/pkg/plugin":
@ -309,6 +311,8 @@ deps = {
Var("dart_root") + "/third_party/sunflower":
Var("github_mirror") + "sample-sunflower.git" +
Var("sunflower_rev"),
Var("dart_root") + "/third_party/pkg/term_glyph":
Var("github_mirror") + "term_glyph.git" + Var("term_glyph_tag"),
Var("dart_root") + "/third_party/pkg/test":
Var("github_mirror") + "test.git" + Var("test_tag"),
Var("dart_root") + "/third_party/pkg/test_reflective_loader":