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

Unified Diff: test/test_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
Index: test/test_test.gyp
diff --git a/test/test_test.gyp b/test/test_test.gyp
index 97e237d9f3a449a31aa1ba2cf0f39b27e538ed48..e4405fccdc659d1050489b008902922d84c9cff3 100644
--- a/test/test_test.gyp
+++ b/test/test_test.gyp
@@ -24,8 +24,8 @@
'crashpad_test_test_multiprocess_exec_test_child',
'test.gyp:crashpad_test',
'../compat/compat.gyp:crashpad_compat',
- '../third_party/gmock/gmock.gyp:gmock',
- '../third_party/gmock/gmock.gyp:gmock_main',
+ '../third_party/gtest/gmock.gyp:gmock',
+ '../third_party/gtest/gmock.gyp:gmock_main',
'../third_party/gtest/gtest.gyp:gtest',
'../third_party/mini_chromium/mini_chromium.gyp:base',
'../util/util.gyp:crashpad_util',

Powered by Google App Engine
This is Rietveld 408576698