Reviewers: jochen (slow - soon OOO),

Description:
No need to link base-unittests with GMock.

[email protected]

Please review this at https://codereview.chromium.org/447123002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M test/base-unittests/base-unittests.gyp


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': [


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to