| Index: base/debug/BUILD.gn
|
| diff --git a/base/debug/BUILD.gn b/base/debug/BUILD.gn
|
| index 37a0ab27719e9b57d6f19e0d07a83a7f1c3843ba..8ed623b03f9e973ca60772cc8aa8d821d9dd115f 100644
|
| --- a/base/debug/BUILD.gn
|
| +++ b/base/debug/BUILD.gn
|
| @@ -55,7 +55,7 @@ source_set("debug") {
|
| ]
|
| }
|
|
|
| - defines = [ "BASE_IMPLEMENTATION" ]
|
| + configs += [ "//base:base_implementation" ]
|
|
|
| deps = [
|
| "//base/memory",
|
| @@ -63,6 +63,7 @@ source_set("debug") {
|
| ]
|
|
|
| if (is_linux) {
|
| + defines = [ "USE_SYMBOLIZE" ]
|
| deps += [ "//base/third_party/symbolize" ]
|
| }
|
|
|
|
|