Move gmock to shared xplat

Reviewed By: capickett

Differential Revision: D4017736

fbshipit-source-id: 46d9b936fe210040835e4b7222053c1520cb7318
This commit is contained in:
Michael Lee 2016-12-09 11:03:16 -08:00 committed by Facebook Github Bot
parent 1877e1b1d1
commit f99f10c7ab
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ if THIS_IS_FBANDROID:
], ],
deps = [ deps = [
'//native/third-party/android-ndk:android', '//native/third-party/android-ndk:android',
'//xplat/third-party/gmock:gtest', 'xplat//third-party/gmock:gtest',
react_native_xplat_target('cxxreact:bridge'), react_native_xplat_target('cxxreact:bridge'),
], ],
visibility = ['//instrumentation_tests/...'], visibility = ['//instrumentation_tests/...'],
@ -37,7 +37,7 @@ if THIS_IS_FBOBJC:
], ],
deps = [ deps = [
'//xplat/folly:molly', '//xplat/folly:molly',
'//xplat/third-party/gmock:gtest', 'xplat//third-party/gmock:gtest',
react_native_xplat_target('cxxreact:bridge'), react_native_xplat_target('cxxreact:bridge'),
react_native_xplat_target('jschelpers:jschelpers'), react_native_xplat_target('jschelpers:jschelpers'),
], ],