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

Unified Diff: infra/mb/mb_config.pyl

Issue 2300333002: [gn] Add generic subcommands and provide list command (Closed)
Patch Set: s/x86/ia32 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 | tools/dev/v8gen.py » ('j') | 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 fddf8723a07c69bec20b7659ef4008023b7c94ac..beb495b7665f14b2c641afa627518c0dd78ccb43 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -15,12 +15,12 @@
'arm64.debug': 'default_debug_arm64',
'arm64.optdebug': 'default_optdebug_arm64',
'arm64.release': 'default_release_arm64',
+ 'ia32.debug': 'default_debug_x86',
+ 'ia32.optdebug': 'default_optdebug_x86',
+ 'ia32.release': 'default_release_x86',
'x64.debug': 'default_debug_x64',
'x64.optdebug': 'default_optdebug_x64',
'x64.release': 'default_release_x64',
- 'x86.debug': 'default_debug_x86',
- 'x86.optdebug': 'default_optdebug_x86',
- 'x86.release': 'default_release_x86',
},
'client.dart.fyi': {
« no previous file with comments | « no previous file | tools/dev/v8gen.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698