| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index aab0c502270f3ce986153b0a5cd95e1433e56110..82c628e1e291b1389ec60ce5f3131a785efcee84 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1695,7 +1695,7 @@ component("platform") {
|
|
|
| if (remove_webcore_debug_symbols) {
|
| configs -= [ "//build/config/compiler:default_symbols" ]
|
| - configs += [ "//build/config/compiler:no_symbols" ]
|
| + configs += remove_webcore_symbols_config
|
| }
|
| }
|
|
|
|
|