Fix dependencies

Reviewed By: adamjernst

Differential Revision: D6754488

fbshipit-source-id: 49f2a45d024c7bd6b52f51f7705bcd167a499e47
This commit is contained in:
Scott Wolchok 2018-01-20 12:01:45 -08:00 committed by Facebook Github Bot
parent d7a9ca2893
commit cec2e80fc2
2 changed files with 11 additions and 0 deletions

View File

@ -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,
)

View File

@ -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"),
],
)