| Index: third_party/WebKit/Source/controller/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/controller/BUILD.gn b/third_party/WebKit/Source/controller/BUILD.gn
|
| index 4fbb554287a16dbf23df18b17928d7e30c912e11..f2d71745d688535978bbd5ac307f2b7885ff48fd 100644
|
| --- a/third_party/WebKit/Source/controller/BUILD.gn
|
| +++ b/third_party/WebKit/Source/controller/BUILD.gn
|
| @@ -47,6 +47,6 @@ component("controller") {
|
|
|
| if (remove_webcore_debug_symbols) {
|
| configs -= [ "//build/config/compiler:default_symbols" ]
|
| - configs += [ "//build/config/compiler:no_symbols" ]
|
| + configs += remove_webcore_symbols_config
|
| }
|
| }
|
|
|