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

Unified Diff: DEPS

Issue 434423002: Add dependencies on gtest and gmock (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « .gitignore ('k') | Makefile » ('j') | 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 b7064d480ab9608df594cd1f58cde5f36026d9a0..de9d013e2a947d04ceaf7e2770e64ce691c7d36d 100644
--- a/DEPS
+++ b/DEPS
@@ -19,6 +19,12 @@ deps = {
"v8/buildtools":
"https://chromium.googlesource.com/chromium/buildtools.git@" +
Var("buildtools_revision"),
+
+ "v8/testing/gtest":
+ "http://googletest.googlecode.com/svn/trunk@643",
+
+ "v8/testing/gmock":
+ "http://googlemock.googlecode.com/svn/trunk@410",
}
deps_os = {
« no previous file with comments | « .gitignore ('k') | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698