Skip to content

Commit cec2e80

Browse files
swolchokfacebook-github-bot
authored andcommitted
Fix dependencies
Reviewed By: adamjernst Differential Revision: D6754488 fbshipit-source-id: 49f2a45d024c7bd6b52f51f7705bcd167a499e47
1 parent d7a9ca2 commit cec2e80

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

ReactCommon/cxxreact/BUCK

+9
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ rn_xplat_cxx_library(
5151
"PUBLIC",
5252
],
5353
deps = [
54+
"xplat//folly:headers_only",
5455
"xplat//folly:molly",
56+
"xplat//folly:scope_guard",
5557
],
5658
)
5759

@@ -69,7 +71,9 @@ rn_xplat_cxx_library(
6971
"PUBLIC",
7072
],
7173
deps = [
74+
"xplat//folly:headers_only",
7275
"xplat//folly:molly",
76+
"xplat//third-party/glog:glog",
7377
":module",
7478
],
7579
)
@@ -143,9 +147,14 @@ rn_xplat_cxx_library(
143147
":module",
144148
":jsbigstring",
145149
"xplat//fbsystrace:fbsystrace",
150+
"xplat//folly:headers_only",
146151
"xplat//folly:molly",
147152
react_native_xplat_target("jschelpers:jschelpers"),
148153
react_native_xplat_target("jsinspector:jsinspector"),
149154
react_native_xplat_target("microprofiler:microprofiler"),
155+
"xplat//folly:optional",
156+
"xplat//third-party/glog:glog",
157+
react_native_xplat_target("jschelpers:jscinternalhelpers"),
158+
react_native_xplat_target("privatedata:privatedata"),
150159
] + JSC_DEPS,
151160
)

ReactCommon/jschelpers/BUCK

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ rn_xplat_cxx_library(
4646
],
4747
deps = JSC_INTERNAL_DEPS + [
4848
"xplat//folly:molly",
49+
"xplat//third-party/glog:glog",
50+
react_native_xplat_target("privatedata:privatedata"),
4951
],
5052
)
5153

0 commit comments

Comments
 (0)