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

Unified Diff: dartium.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 | « no previous file | standalone.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dartium.deps/DEPS
diff --git a/dartium.deps/DEPS b/dartium.deps/DEPS
index ca48fd3840c7b05294718f1719d1d6cd4e4995ec..37d2ca8aaf7eb8a8ef3c92d18ce6fcb9b8e23a51 100644
--- a/dartium.deps/DEPS
+++ b/dartium.deps/DEPS
@@ -15,13 +15,16 @@ vars.update({
"dart_branch": "/branches/bleeding_edge",
"dartium_webkit_branch": "/blink/branches/dart/2125",
"dartium_webkit_revision": "187551",
- "path_rev": "@a2d53a06f1cedf32363bdc5419476c33b9f728bc",
+
+ "http_parser_rev" : "@6769e916aa2f0a14ae8d5d2cdbddaed81e419665",
+ "matcher_rev": "@43e2811b53ee3a8df862524c186bed89e29f703d",
"metatest_rev": "@c75bae9e8709d49ff925819db0bf432ca7dd8373",
+ "path_rev": "@a2d53a06f1cedf32363bdc5419476c33b9f728bc",
"source_span_rev": "@e2bab188ccf65cef5d95de2ec12f16d2026f9832",
"stack_trace_rev": "@22d92b32de066e4932867c3ab3c8d8f7d9f29f44",
"string_scanner_rev": "@1b8df03e5f9fe50ccfddef894c4032b3e98c31c4",
+ "unittest_rev": "@2381a2e53080d4c8a499c2a9d4d224a96490feaf",
"web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
- "http_parser_rev" : "@6769e916aa2f0a14ae8d5d2cdbddaed81e419665",
"co19_rev": "@786",
"fake_async_rev": "@38614",
@@ -57,6 +60,8 @@ deps.update({
"src/dart/third_party/pkg/http_parser":
"https://github.com/dart-lang/http_parser.git" + Var("http_parser_rev"),
+ "dart/third_party/pkg/matcher":
+ "https://github.com/dart-lang/matcher.git" + Var("matcher_rev"),
"src/dart/third_party/pkg/metatest":
"https://github.com/dart-lang/metatest.git" + Var("metatest_rev"),
"src/dart/third_party/pkg/path":
@@ -68,6 +73,8 @@ deps.update({
"src/dart/third_party/pkg/string_scanner":
"https://github.com/dart-lang/string_scanner.git" +
Var("string_scanner_rev"),
+ "dart/third_party/pkg/unittest":
+ "https://github.com/dart-lang/unittest.git" + Var("unittest_rev"),
"src/dart/third_party/pkg/web_components":
"https://github.com/dart-lang/web-components.git" +
Var("web_components_rev"),
« no previous file with comments | « no previous file | standalone.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698