|
@@ -916,7 +916,10 @@ if (is_mac) {
|
|
|
assert(defined(invoker.helper_name_suffix))
|
|
|
|
|
|
output_name = electron_helper_name + invoker.helper_name_suffix
|
|
|
- deps = [ ":electron_framework+link" ]
|
|
|
+ deps = [
|
|
|
+ ":electron_framework+link",
|
|
|
+ "//base/allocator:early_zone_registration_mac",
|
|
|
+ ]
|
|
|
if (!is_mas_build) {
|
|
|
deps += [ "//sandbox/mac:seatbelt" ]
|
|
|
}
|
|
@@ -1077,6 +1080,7 @@ if (is_mac) {
|
|
|
":electron_app_plist",
|
|
|
":electron_app_resources",
|
|
|
":electron_fuses",
|
|
|
+ "//base/allocator:early_zone_registration_mac",
|
|
|
"//electron/buildflags",
|
|
|
]
|
|
|
if (is_mas_build) {
|