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

Unified Diff: build/args/bots/official.desktop/blimp-engine.gn

Issue 1979773002: Add an action to create a symbol file for the Blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove $host_toolchain 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 | « blimp/engine/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/bots/official.desktop/blimp-engine.gn
diff --git a/build/args/bots/official.desktop/blimp-engine.gn b/build/args/bots/official.desktop/blimp-engine.gn
index 2554c3702ae15327231450a0c86e9a9285ec9bd4..0f9cc6d8d43a6ef0164226f1c50ef0f84ef94810 100644
--- a/build/args/bots/official.desktop/blimp-engine.gn
+++ b/build/args/bots/official.desktop/blimp-engine.gn
@@ -3,5 +3,8 @@ import("//build/args/blimp_engine.gn")
# Use release build to improve engine performance, especially WebP encoding.
is_debug = false
+# Designate this as an official build to pick up breakpad symbols.
+is_official_build = true
+
# Turn on DCHECK to find bugs.
dcheck_always_on = true
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698