Switch to xplat folly

Reviewed By: nlutsenko

Differential Revision: D5739990

fbshipit-source-id: a1b862faab1dbcdb3bcc11f1bf662241cf7252e5
This commit is contained in:
Michael Lee 2017-08-31 16:58:15 -07:00 committed by Facebook Github Bot
parent 2feb74dbe4
commit bf80585eba
6 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ cxx_library(
],
deps = ([
FBJNI_TARGET,
"//xplat/folly:molly",
"xplat//folly:molly",
react_native_xplat_target("jschelpers:jschelpers"),
] + JSC_DEPS) if not IS_OSS_BUILD else [],
)

View File

@ -49,7 +49,7 @@ cxx_library(
],
deps = ([
"//native/third-party/android-ndk:android",
"//xplat/folly:molly",
"xplat//folly:molly",
"//xplat/fbgloginit:fbgloginit",
"//xplat/fbsystrace:fbsystrace",
react_native_xplat_target("cxxreact:bridge"),

View File

@ -14,7 +14,7 @@ cxx_library(
deps = [
"//native:base",
"//native/fb:fb",
"//xplat/folly:molly",
"xplat//folly:molly",
react_native_xplat_target("cxxreact:module"),
],
)

View File

@ -26,7 +26,7 @@ rn_xplat_cxx_library(
"PUBLIC",
],
deps = [
"//xplat/folly:molly",
"xplat//folly:molly",
],
)
@ -49,7 +49,7 @@ rn_xplat_cxx_library(
"PUBLIC",
],
deps = [
"//xplat/folly:molly",
"xplat//folly:molly",
],
)
@ -68,7 +68,7 @@ rn_xplat_cxx_library(
],
deps = [
":module",
"//xplat/folly:molly",
"xplat//folly:molly",
],
)
@ -140,7 +140,7 @@ rn_xplat_cxx_library(
":module",
":jsbigstring",
"//xplat/fbsystrace:fbsystrace",
"//xplat/folly:molly",
"xplat//folly:molly",
react_native_xplat_target("jschelpers:jschelpers"),
react_native_xplat_target("microprofiler:microprofiler"),
] + JSC_DEPS,

View File

@ -38,7 +38,7 @@ if THIS_IS_FBOBJC:
'-frtti',
],
deps = [
'//xplat/folly:molly',
'xplat//folly:molly',
'xplat//third-party/gmock:gtest',
react_native_xplat_target('cxxreact:bridge'),
react_native_xplat_target('jschelpers:jschelpers'),

View File

@ -40,7 +40,7 @@ rn_xplat_cxx_library(
"PUBLIC",
],
deps = JSC_INTERNAL_DEPS + [
"//xplat/folly:molly",
"xplat//folly:molly",
],
)