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

Unified Diff: client/client_test.gyp

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 | « DEPS ('k') | test/test_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/client_test.gyp
diff --git a/client/client_test.gyp b/client/client_test.gyp
index c684717357dd67c1bc81960607ec207047d100bd..85cdb5574c65dbba937e502ac6478303385f7c59 100644
--- a/client/client_test.gyp
+++ b/client/client_test.gyp
@@ -23,9 +23,9 @@
'dependencies': [
'client.gyp:crashpad_client',
'../test/test.gyp:crashpad_test',
- '../third_party/gmock/gmock.gyp:gmock',
+ '../third_party/gtest/gmock.gyp:gmock',
+ '../third_party/gtest/gmock.gyp:gmock_main',
scottmg 2015/11/11 04:04:11 gtest_main still exists, but you switched to gmock
Mark Mentovai 2015/11/11 14:58:35 scottmg wrote:
'../third_party/gtest/gtest.gyp:gtest',
- '../third_party/gtest/gtest.gyp:gtest_main',
'../third_party/mini_chromium/mini_chromium.gyp:base',
'../util/util.gyp:crashpad_util',
],
« no previous file with comments | « DEPS ('k') | test/test_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698