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'), ],