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

Unified Diff: infra/mb/mb_config.pyl

Issue 2371713002: [build] Enable shared libraries for arm debug (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: , Created 4 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: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 4e60194b9b140a65f0e1a2700411f3b7ead15220..51a81b8fb64fd2ccf2cfe7bbedb679d096c81a5d 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -259,7 +259,9 @@
# GN debug configs for arm.
'gn_debug_arm': [
- 'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
+ 'gn', 'debug', 'arm',
+ 'shared', 'goma', 'v8_enable_slow_dchecks', 'v8_optimized_debug',
+ 'crosscompile', 'hard_float', 'swarming'],
# GN release configs for arm.
'gn_release_arm': [
« 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