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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .packages ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 4b70db96606267d7d9165f87d36bc0755906d659..99c17470f3a93151c76c05048804662063788e8e 100644
--- a/DEPS
+++ b/DEPS
@@ -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":
« no previous file with comments | « .packages ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698