Switch to xplat folly
Reviewed By: nlutsenko Differential Revision: D5739990 fbshipit-source-id: a1b862faab1dbcdb3bcc11f1bf662241cf7252e5
This commit is contained in:
parent
2feb74dbe4
commit
bf80585eba
|
@ -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 [],
|
||||
)
|
||||
|
|
|
@ -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"),
|
||||
|
|
|
@ -14,7 +14,7 @@ cxx_library(
|
|||
deps = [
|
||||
"//native:base",
|
||||
"//native/fb:fb",
|
||||
"//xplat/folly:molly",
|
||||
"xplat//folly:molly",
|
||||
react_native_xplat_target("cxxreact:module"),
|
||||
],
|
||||
)
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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'),
|
||||
|
|
|
@ -40,7 +40,7 @@ rn_xplat_cxx_library(
|
|||
"PUBLIC",
|
||||
],
|
||||
deps = JSC_INTERNAL_DEPS + [
|
||||
"//xplat/folly:molly",
|
||||
"xplat//folly:molly",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue