File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments