| 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" ]
|
|
|