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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2100843003: [Mac/GN] Add missing -Wglobal-constructors to //third_party/WebKit. (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 | « no previous file | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 0d89983f4d3f66acf9341f872eae59cb6e18152a..5a37192cfc0be684bd884715ffb0b7492a5969cd 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -32,7 +32,10 @@ if (is_debug || !is_win || !is_official_build) {
}
# Core targets also get wexit time destructors.
-core_config_add += [ "//build/config/compiler:wexit_time_destructors" ]
+core_config_add += [
+ "//build/config/compiler:wexit_time_destructors",
+ "//third_party/WebKit/Source:non_test_config",
+]
if (remove_webcore_debug_symbols) {
core_config_remove += [ "//build/config/compiler:default_symbols" ]
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698