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

Unified Diff: test/base-unittests/base-unittests.gyp

Issue 447123002: No need to link base-unittests with 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/base-unittests/base-unittests.gyp
diff --git a/test/base-unittests/base-unittests.gyp b/test/base-unittests/base-unittests.gyp
index 2ead57a1c5667b404562a27608552d497e9b477e..e88f606c7408555830fc3a4ea4b98689a6fd687d 100644
--- a/test/base-unittests/base-unittests.gyp
+++ b/test/base-unittests/base-unittests.gyp
@@ -12,8 +12,8 @@
'target_name': 'base-unittests',
'type': 'executable',
'dependencies': [
- '../../testing/gmock.gyp:gmock_main',
'../../testing/gtest.gyp:gtest',
+ '../../testing/gtest.gyp:gtest_main',
'../../tools/gyp/v8.gyp:v8_libbase',
],
'include_dirs': [
« 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