| Index: third_party/WebKit/Source/web/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
|
| index 583b21e65dd38f9280a8a4aaf123e8619da07b75..642625ea92299c35521a14567853a6d62ccb680a 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -64,7 +64,7 @@ component("web") {
|
|
|
| if (remove_webcore_debug_symbols) {
|
| configs -= [ "//build/config/compiler:default_symbols" ]
|
| - configs += [ "//build/config/compiler:no_symbols" ]
|
| + configs += remove_webcore_symbols_config
|
| }
|
| }
|
|
|
|
|