Index: infra/mb/mb_config.pyl |
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl |
index d4d279f9112c26c54f8f5e18022e32468e71d786..bd6154c35af6316207f69e02478a2312ede49a1e 100644 |
--- a/infra/mb/mb_config.pyl |
+++ b/infra/mb/mb_config.pyl |
@@ -90,10 +90,10 @@ |
'mixins': ['release_bot', 'minimal_symbols', 'dcheck_always_on'], |
}, |
- 'shared': { |
- 'gn_args': 'is_component_build=true', |
- 'gyp_defines': 'component=shared_library', |
- }, |
+ #'shared': { |
+ # 'gn_args': 'is_component_build=true', |
+ # 'gyp_defines': 'component=shared_library', |
+ #}, |
'static': { |
'gn_args': 'is_component_build=false', |
@@ -137,9 +137,9 @@ |
'gyp_defines': 'target_arch=x64', |
}, |
- 'x86': { |
- 'gn_args': 'target_cpu="x86"', |
- 'gyp_defines': 'target_arch=ia32', |
- }, |
+ #'x86': { |
+ # 'gn_args': 'target_cpu="x86"', |
+ # 'gyp_defines': 'target_arch=ia32', |
+ #}, |
}, |
} |