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

Unified Diff: DEPS

Issue 2976143002: Add mockito to DEPS. (Closed)
Patch Set: Created 3 years, 5 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 72caed1fbde5ef18746003a522f1a5a16c656afe..012eafd08bc0641a28f1933fb0b74811b54fe9b0 100644
--- a/DEPS
+++ b/DEPS
@@ -87,6 +87,7 @@ vars = {
"matcher_tag": "@0.12.0+2",
"metatest_tag": "@0.2.2+3",
"mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
+ "mockito_tag": "@2.0.2",
"mustache4dart_tag" : "@v1.1.0",
"oauth2_tag": "@1.0.2",
"observable_tag": "@0.17.0",
@@ -253,6 +254,8 @@ deps = {
(Var("github_mirror") % "metatest") + Var("metatest_tag"),
Var("dart_root") + "/third_party/pkg/mime":
(Var("github_mirror") % "mime") + Var("mime_rev"),
+ Var("dart_root") + "/third_party/pkg/mockito":
+ "https://github.com/dart-lang/mockito.git" + Var("mockito_tag"),
Var("dart_root") + "/third_party/pkg/mustache4dart":
Var("chromium_git")
+ "/external/github.com/valotas/mustache4dart.git"
« 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