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

Unified Diff: DEPS

Issue 2292423003: Rename test_reflective_loader_tag to test_reflective_loader_rev in DEPS. (Closed)
Patch Set: Created 4 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 | « no previous file | 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 a9d1335c16c9ae32bb4e11ed84d5857b5ff2281e..e3e8086537b60c51213b05fa26d999340c78d9d7 100644
--- a/DEPS
+++ b/DEPS
@@ -108,7 +108,7 @@ vars = {
"stream_channel_tag": "@1.5.0",
"string_scanner_tag": "@0.1.4",
"sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
- "test_reflective_loader_tag": "@1630a63f151871197c1cf92f07f2d9debe0ea38d",
+ "test_reflective_loader_rev": "@1630a63f151871197c1cf92f07f2d9debe0ea38d",
"test_tag": "@0.12.15+1",
"typed_data_tag": "@1.1.2",
"usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638",
@@ -313,7 +313,7 @@ deps = {
(Var("github_mirror") % "test") + Var("test_tag"),
Var("dart_root") + "/third_party/pkg/test_reflective_loader":
(Var("github_mirror") % "test_reflective_loader") +
- Var("test_reflective_loader_tag"),
+ Var("test_reflective_loader_rev"),
Var("dart_root") + "/third_party/pkg/typed_data":
(Var("github_dartlang") % "typed_data") + Var("typed_data_tag"),
Var("dart_root") + "/third_party/pkg/usage":
« 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