Index: tools/mb/mb_config.pyl |
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
index a233b2248fd826f5e2637a1bbe81d47b01d7ec1f..f4c03618daa85bbf947e0b4e73bf3cd229392ba9 100644 |
--- a/tools/mb/mb_config.pyl |
+++ b/tools/mb/mb_config.pyl |
@@ -159,7 +159,6 @@ |
'debug': { |
'gn_args': 'is_debug=true', |
- 'gyp_config': 'Debug', |
}, |
'debug_bot': { |
@@ -254,12 +253,10 @@ |
'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': { |