Skip to content

Commit

Permalink
Merge branch 'master' into 0.39.0-AndroidSupportLibrary25.0.1
Browse files Browse the repository at this point in the history
* master:
  Move gmock to shared xplat
  • Loading branch information
jpshelley committed Dec 9, 2016
2 parents d3913be + f99f10c commit ac5a3b9
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
Expand Up @@ -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/...'],
Expand All @@ -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'),
],
Expand Down

0 comments on commit ac5a3b9

Please sign in to comment.