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

Unified Diff: infra/mb/mb_config.pyl

Issue 2204593009: [build] Enable v8 backtrace on all standalone bots (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 06a84962d5b0f700c9886f4e395e5e1f2bd7d36f..038b3c67b05ba14a320b88b6087d6cf5f742f7b5 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -438,7 +438,8 @@
},
'debug': {
- 'gn_args': 'is_debug=true',
+ 'gn_args': 'is_debug=true v8_enable_backtrace=true',
+ 'gyp_defines': 'v8_enable_backtrace=1',
},
'debug_bot': {
« 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