| Index: third_party/WebKit/Source/modules/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
|
| index 9383f6e629a1adf72c7a373d30291f3d536174a4..89efa798dfd08268a81b00f99cac7f1cf2a71f47 100644
|
| --- a/third_party/WebKit/Source/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/BUILD.gn
|
| @@ -170,7 +170,7 @@ target(modules_target_type, "modules") {
|
|
|
| if (remove_webcore_debug_symbols) {
|
| configs -= [ "//build/config/compiler:default_symbols" ]
|
| - configs += [ "//build/config/compiler:no_symbols" ]
|
| + configs += remove_webcore_symbols_config
|
| }
|
| }
|
|
|
|
|