| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index f95b68a32d6f6709bcb4c80137dbab6d6e9e3c66..1c26c3f29012af6f22a4709c98c11ea97376a6b7 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -472,6 +472,8 @@ if (is_win) {
|
| "app/chrome_exe_main_mac.c",
|
| ]
|
|
|
| + extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
|
| +
|
| deps = [
|
| ":chrome_app_strings_bundle_data",
|
| ":chrome_resources",
|
| @@ -617,6 +619,8 @@ if (is_win) {
|
| "app/chrome_exe_main_mac.c",
|
| ]
|
|
|
| + extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
|
| +
|
| defines = [ "HELPER_EXECUTABLE" ]
|
|
|
| deps = [
|
| @@ -928,6 +932,8 @@ if (is_win) {
|
| if (enable_package_mash_services) {
|
| deps += [ "//chrome/app/mash" ]
|
| }
|
| +
|
| + configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
| }
|
|
|
| mac_framework_bundle("chrome_framework") {
|
|
|