File tree 2 files changed +11
-0
lines changed
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(
51
51
"PUBLIC" ,
52
52
],
53
53
deps = [
54
+ "xplat//folly:headers_only" ,
54
55
"xplat//folly:molly" ,
56
+ "xplat//folly:scope_guard" ,
55
57
],
56
58
)
57
59
@@ -69,7 +71,9 @@ rn_xplat_cxx_library(
69
71
"PUBLIC" ,
70
72
],
71
73
deps = [
74
+ "xplat//folly:headers_only" ,
72
75
"xplat//folly:molly" ,
76
+ "xplat//third-party/glog:glog" ,
73
77
":module" ,
74
78
],
75
79
)
@@ -143,9 +147,14 @@ rn_xplat_cxx_library(
143
147
":module" ,
144
148
":jsbigstring" ,
145
149
"xplat//fbsystrace:fbsystrace" ,
150
+ "xplat//folly:headers_only" ,
146
151
"xplat//folly:molly" ,
147
152
react_native_xplat_target ("jschelpers:jschelpers" ),
148
153
react_native_xplat_target ("jsinspector:jsinspector" ),
149
154
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" ),
150
159
] + JSC_DEPS ,
151
160
)
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ rn_xplat_cxx_library(
46
46
],
47
47
deps = JSC_INTERNAL_DEPS + [
48
48
"xplat//folly:molly" ,
49
+ "xplat//third-party/glog:glog" ,
50
+ react_native_xplat_target ("privatedata:privatedata" ),
49
51
],
50
52
)
51
53
You can’t perform that action at this time.
0 commit comments