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

Unified Diff: .DEPS.git

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 | « no previous file | .gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .DEPS.git
diff --git a/.DEPS.git b/.DEPS.git
index ea29a42043faf62354b6e1d63a992c1bdfd2f9e8..a278061085b9215848472c0b9f51587d188ae3f9 100644
--- a/.DEPS.git
+++ b/.DEPS.git
@@ -15,6 +15,10 @@ deps = {
Var('git_url') + '/external/gyp.git@a3e2a5caf24a1e0a45401e09ad131210bf16b852',
'v8/buildtools':
Var('git_url') + '/chromium/buildtools.git@fb782d4369d5ae04f17a2fceef7de5a63e50f07b',
+ 'v8/testing/gmock':
+ Var('git_url') + '/external/googlemock.git@6b1759c3816d574bddde3e1725c51a811c8870e7',
+ 'v8/testing/gtest':
+ Var('git_url') + '/external/googletest.git@74de57c951aedebc5dfe26a27604353432392b98',
'v8/third_party/icu':
Var('git_url') + '/chromium/deps/icu52.git@26d8859357ac0bfb86b939bf21c087b8eae22494',
}
« no previous file with comments | « no previous file | .gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698