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