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

Unified Diff: DEPS

Issue 1404033002: Switch googletest and googlemock to pull from the GitHub git repository (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 71a26ac68b28 Created 5 years, 1 month 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') | client/client_test.gyp » ('j') | client/client_test.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 2c75cfa9b650021d60ae2c40723bf2c11d25fa19..ab3137de48602cbcded377ca91737476881163c0 100644
--- a/DEPS
+++ b/DEPS
@@ -17,12 +17,9 @@ vars = {
}
deps = {
- 'crashpad/third_party/gmock/gmock':
- Var('chromium_git') + '/external/gmock@' +
- '29763965ab52f24565299976b936d1265cb6a271', # svn r501
'crashpad/third_party/gtest/gtest':
- Var('chromium_git') + '/external/gtest@' +
- '8245545b6dc9c4703e6496d1efd19e975ad2b038', # svn r700
+ Var('chromium_git') + '/external/github.com/google/googletest@' +
+ '71a26ac68b28c61686b8941730a6b2577912e239',
'crashpad/third_party/gyp/gyp':
Var('chromium_git') + '/external/gyp@' +
'01528c7244837168a1c80f06ff60fa5a9793c824',
« no previous file with comments | « .gitignore ('k') | client/client_test.gyp » ('j') | client/client_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698