| Index: third_party/WebKit/Source/core/core.gni
|
| diff --git a/third_party/WebKit/Source/core/core.gni b/third_party/WebKit/Source/core/core.gni
|
| index 15305948e89109814822743acbc4f3b699f71063..adbfa3abc2cb898427c90f4e16cf0e141dc750f0 100644
|
| --- a/third_party/WebKit/Source/core/core.gni
|
| +++ b/third_party/WebKit/Source/core/core.gni
|
| @@ -31,7 +31,7 @@ if (is_win && is_official_build) {
|
|
|
| if (remove_webcore_debug_symbols) {
|
| core_config_remove += [ "//build/config/compiler:default_symbols" ]
|
| - core_config_add += [ "//build/config/compiler:no_symbols" ]
|
| + core_config_add += remove_webcore_symbols_config
|
| }
|
|
|
| # Use this target type to link core targets.
|
|
|