Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index eeead0c87f8efd787cdc6d57de7ea4002feb975b..afaf05a6f78dec51eba20a8fe62ab0107ce505f7 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -883,6 +883,8 @@ component("base") { |
configs += linux_configs |
all_dependent_configs = linux_configs |
+ defines += [ "USE_SYMBOLIZE" ] |
+ |
# These dependencies are not required on Android, and in the case |
# of xdg_mime must be excluded due to licensing restrictions. |
deps += [ |