Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Reviewed By: adamjernst

Differential Revision: D6754488

fbshipit-source-id: 49f2a45d024c7bd6b52f51f7705bcd167a499e47
  • Loading branch information
swolchok authored and facebook-github-bot committed Jan 20, 2018
1 parent d7a9ca2 commit cec2e80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ReactCommon/cxxreact/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ rn_xplat_cxx_library(
"PUBLIC",
],
deps = [
"xplat//folly:headers_only",
"xplat//folly:molly",
"xplat//folly:scope_guard",
],
)

Expand All @@ -69,7 +71,9 @@ rn_xplat_cxx_library(
"PUBLIC",
],
deps = [
"xplat//folly:headers_only",
"xplat//folly:molly",
"xplat//third-party/glog:glog",
":module",
],
)
Expand Down Expand Up @@ -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,
)
2 changes: 2 additions & 0 deletions ReactCommon/jschelpers/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
],
)

Expand Down

0 comments on commit cec2e80

Please sign in to comment.