Index: tools/mb/mb_config.pyl |
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
index f4c03618daa85bbf947e0b4e73bf3cd229392ba9..a233b2248fd826f5e2637a1bbe81d47b01d7ec1f 100644 |
--- a/tools/mb/mb_config.pyl |
+++ b/tools/mb/mb_config.pyl |
@@ -159,6 +159,7 @@ |
'debug': { |
'gn_args': 'is_debug=true', |
+ 'gyp_config': 'Debug', |
}, |
'debug_bot': { |
@@ -253,10 +254,12 @@ |
'official': { |
'gn_args': 'is_chrome_branded is_official_build=true is_debug=false is_component_build=false', |
'gyp_defines': 'branding="Chrome" buildtype="Official" component=static_library', |
+ 'gyp_config': 'Release', |
}, |
'release': { |
'gn_args': 'is_debug=false', |
+ 'gyp_config': 'Release', |
}, |
'release_bot': { |