Skip to content

Commit

Permalink
Move gmock to shared xplat
Browse files Browse the repository at this point in the history
Reviewed By: capickett

Differential Revision: D4017736

fbshipit-source-id: 46d9b936fe210040835e4b7222053c1520cb7318
mzlee authored and Facebook Github Bot committed Dec 9, 2016
1 parent 1877e1b commit f99f10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactCommon/cxxreact/tests/BUCK
Original file line number Diff line number Diff line change
@@ -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'),
],

0 comments on commit f99f10c

Please sign in to comment.