mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Fix dependencies
Reviewed By: adamjernst Differential Revision: D6754488 fbshipit-source-id: 49f2a45d024c7bd6b52f51f7705bcd167a499e47
This commit is contained in:
parent
d7a9ca2893
commit
cec2e80fc2
@ -51,7 +51,9 @@ rn_xplat_cxx_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:molly",
|
||||
"xplat//folly:scope_guard",
|
||||
],
|
||||
)
|
||||
|
||||
@ -69,7 +71,9 @@ rn_xplat_cxx_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
":module",
|
||||
],
|
||||
)
|
||||
@ -143,9 +147,14 @@ rn_xplat_cxx_library(
|
||||
":module",
|
||||
":jsbigstring",
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:molly",
|
||||
react_native_xplat_target("jschelpers:jschelpers"),
|
||||
react_native_xplat_target("jsinspector:jsinspector"),
|
||||
react_native_xplat_target("microprofiler:microprofiler"),
|
||||
"xplat//folly:optional",
|
||||
"xplat//third-party/glog:glog",
|
||||
react_native_xplat_target("jschelpers:jscinternalhelpers"),
|
||||
react_native_xplat_target("privatedata:privatedata"),
|
||||
] + JSC_DEPS,
|
||||
)
|
||||
|
@ -46,6 +46,8 @@ rn_xplat_cxx_library(
|
||||
],
|
||||
deps = JSC_INTERNAL_DEPS + [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
react_native_xplat_target("privatedata:privatedata"),
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user