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

Unified Diff: infra/mb/mb_config.pyl

Issue 2076053002: [mb] Add presubmit checks (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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
« infra/mb/PRESUBMIT.py ('K') | « infra/mb/PRESUBMIT.py ('k') | 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 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',
+ #},
},
}
« infra/mb/PRESUBMIT.py ('K') | « infra/mb/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698