From 0a84fab8efb34550e200daa3d024c0376afdb606 Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Thu, 7 Aug 2014 07:14:13 +0000 Subject: [PATCH] No need to link base-unittests with GMock. R=jochen@chromium.org Review URL: https://codereview.chromium.org/447123002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22954 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/base-unittests/base-unittests.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/base-unittests/base-unittests.gyp b/test/base-unittests/base-unittests.gyp index 2ead57a..e88f606 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': [ -- 2.7.4