Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: base/BUILD.gn

Issue 583263003: GN: Build //base with USE_SYMBOLIZE on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 += [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698