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

Unified Diff: DEPS

Issue 952723002: Update DEPS to point to git mirror of gtest and gmock (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 5 years, 10 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 2b822afa31ab90735f17b8d7b07d344e8e476a86..ec60afee5206755f0a5792150da534ca751f5030 100644
--- a/DEPS
+++ b/DEPS
@@ -1,6 +1,8 @@
deps = {
- "src/third_party/gmock": "http://googlemock.googlecode.com/svn/trunk/@382",
- "src/third_party/gtest": "http://googletest.googlecode.com/svn/trunk/@570",
+ "src/third_party/gmock":
+ "https://chromium.googlesource.com/external/googlemock.git@85a22c8",
+ "src/third_party/gtest":
+ "https://chromium.googlesource.com/external/googletest.git@e1247c5",
# nacltoons dependencies
"src/nacltoons/third_party/lua-yaml":
« 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