From f99f10c7abc33997f01e28b1064dcc023a95409b Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Fri, 9 Dec 2016 11:03:16 -0800 Subject: [PATCH] Move gmock to shared xplat Reviewed By: capickett Differential Revision: D4017736 fbshipit-source-id: 46d9b936fe210040835e4b7222053c1520cb7318 --- ReactCommon/cxxreact/tests/BUCK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactCommon/cxxreact/tests/BUCK b/ReactCommon/cxxreact/tests/BUCK index 8ea3af385..067918eb0 100644 --- a/ReactCommon/cxxreact/tests/BUCK +++ b/ReactCommon/cxxreact/tests/BUCK @@ -22,7 +22,7 @@ if THIS_IS_FBANDROID: ], deps = [ '//native/third-party/android-ndk:android', - '//xplat/third-party/gmock:gtest', + 'xplat//third-party/gmock:gtest', react_native_xplat_target('cxxreact:bridge'), ], visibility = ['//instrumentation_tests/...'], @@ -37,7 +37,7 @@ if THIS_IS_FBOBJC: ], deps = [ '//xplat/folly:molly', - '//xplat/third-party/gmock:gtest', + 'xplat//third-party/gmock:gtest', react_native_xplat_target('cxxreact:bridge'), react_native_xplat_target('jschelpers:jschelpers'), ],