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

Unified Diff: build/common.gypi

Issue 1967103002: android: make exclude_unwind_tables depend only on is_official_build Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b6d75c97d173755cd1d9426e22cd1f947fb1ab08..2e2e1eddb87e688ff2f5b4db0dd2352b67b6b343 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1664,7 +1664,7 @@
}],
# All Chrome builds have breakpad symbols, but only process the
# symbols from official builds.
- ['(branding=="Chrome" and buildtype=="Official")', {
+ ['buildtype=="Official"', {
'linux_dump_symbols%': 1,
# Omit unwind support in official release builds to save space. We
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698