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

Unified Diff: standalone.deps/DEPS

Issue 814883003: Add unittest and matcher to the dartium and standalone deps files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/deps
Patch Set: Created 6 years 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 | « dartium.deps/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: standalone.deps/DEPS
diff --git a/standalone.deps/DEPS b/standalone.deps/DEPS
index f76ee97ec1fdf5d409ec14db540dcaebef095e6f..05da1af2992ce5bd75093eaf9f72882461e0f1b0 100644
--- a/standalone.deps/DEPS
+++ b/standalone.deps/DEPS
@@ -14,6 +14,7 @@ vars = {
# Revisions of /third_party/* dependencies.
"fake_async_rev": "@38614",
+ "matcher_rev": "@43e2811b53ee3a8df862524c186bed89e29f703d",
"net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5",
"nss_rev": "@87b96db4268293187d7cf741907a6d5d1d8080e0",
"observe_rev": "@11f536784589a288d275462f7407a1f07ba4de75",
@@ -22,6 +23,7 @@ vars = {
"smoke_rev": "@52abda1f29d5c9aad1baa8424ac115912bafcc0d",
"sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81",
"stack_trace_rev": "@22d92b32de066e4932867c3ab3c8d8f7d9f29f44",
+ "unittest_rev": "@2381a2e53080d4c8a499c2a9d4d224a96490feaf",
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
"observatory_pub_packages_rev": "@42487",
}
@@ -63,6 +65,8 @@ deps = {
# External packages.
"dart/third_party/pkg/fake_async":
"/third_party/fake_async" + Var("fake_async_rev"),
+ "dart/third_party/pkg/matcher":
+ "https://github.com/dart-lang/matcher.git" + Var("matcher_rev"),
"dart/third_party/pkg/observe":
"https://github.com/dart-lang/observe.git" + Var("observe_rev"),
"dart/third_party/pkg/path":
@@ -73,6 +77,8 @@ deps = {
"https://github.com/dart-lang/smoke.git" + Var("smoke_rev"),
"dart/third_party/pkg/stack_trace":
"https://github.com/dart-lang/stack_trace.git" + Var("stack_trace_rev"),
+ "dart/third_party/pkg/unittest":
+ "https://github.com/dart-lang/unittest.git" + Var("unittest_rev"),
}
deps_os = {
« no previous file with comments | « dartium.deps/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698