Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4527)

Unified Diff: chrome/BUILD.gn

Issue 2108643003: [GN] Add //build/config/compiler:wexit_time_destructors everywhere it is in GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/BUILD.gn ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « base/BUILD.gn ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698