| Index: third_party/WebKit/Source/modules/modules.gni
|
| diff --git a/third_party/WebKit/Source/modules/modules.gni b/third_party/WebKit/Source/modules/modules.gni
|
| index 326498c288fe88ae1ba12d0cad650fa6bed56a99..f606cd174db5122a9fea7291ad9e1c41afa6289c 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gni
|
| +++ b/third_party/WebKit/Source/modules/modules.gni
|
| @@ -70,6 +70,6 @@ set_defaults("blink_modules_sources") {
|
| ]
|
| if (remove_webcore_debug_symbols) {
|
| configs -= [ "//build/config/compiler:default_symbols" ]
|
| - configs += [ "//build/config/compiler:no_symbols" ]
|
| + configs += remove_webcore_symbols_config
|
| }
|
| }
|
|
|