Commit f324157f authored by cmasone's avatar cmasone Committed by Commit bot

GN: Build //base with USE_SYMBOLIZE on Linux

In base.gyp, USE_SYMBOLIZE is added for Desktop Linux and
Chrome OS builds for both base and base_unittests. In the GN
build, it's added for 'is_linux' builds (which does not include
Android), but only for base_unittests. This adds the define for
//base as well.

BUG=335824
TEST=build base and base_unittests, make a debug build and force a DCHECK() -- you should get a useful stack trace
R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/583263003

Cr-Commit-Position: refs/heads/master@{#295885}
parent 5f746599
...@@ -883,6 +883,8 @@ component("base") { ...@@ -883,6 +883,8 @@ component("base") {
configs += linux_configs configs += linux_configs
all_dependent_configs = linux_configs all_dependent_configs = linux_configs
defines += [ "USE_SYMBOLIZE" ]
# These dependencies are not required on Android, and in the case # These dependencies are not required on Android, and in the case
# of xdg_mime must be excluded due to licensing restrictions. # of xdg_mime must be excluded due to licensing restrictions.
deps += [ deps += [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment