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

Unified Diff: tools/mb/mb_config.pyl

Issue 1827683002: Add MB support for the windows analyze bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use_vs_code_analysis Created 4 years, 9 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
« build/config/BUILD.gn ('K') | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 2148ffc7fe8d48ebd2c4a9314379f9f836f83a35..8fc58a8c2f0b9a3eb4d18f82467edf6973df96f3 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -111,7 +111,7 @@
'Chromium Win PGO Builder': 'tbd',
'Chromium Win x64 Clobber': 'tbd',
'Chromium Win x64 PGO Builder': 'tbd',
- 'Chromium Windows Analyze': 'tbd',
+ 'Chromium Windows Analyze': 'gyp_windows_analyze',
'Chromium Windows Buildrunner': 'tbd',
'Chromium Windows Instant Extended': 'tbd',
'ChromiumOS Linux Tests': 'tbd',
@@ -1101,6 +1101,11 @@
'gyp', 'chromeos', 'valgrind', 'release_bot',
],
+ 'gyp_windows_analyze': [
+ 'gyp', 'no_symbols', 'disable_precompiled_headers',
+ 'shared', 'x86', 'win_analyze',
+ ],
+
'gyp_drmemory_shared_release_x86': [
'gyp', 'drmemory', 'shared', 'release', 'x86',
],
@@ -1526,6 +1531,11 @@
'gyp_defines': 'disable_nacl=1',
},
+ 'disable_precompiled_headers': {
+ 'gn_args': 'disable_precompiled_headers=true',
+ 'gyp_defines': 'chromium_win_pch=0',
+ },
+
'embedded': {
'gn_args': 'error',
'gyp_defines': 'embedded=1',
@@ -1683,6 +1693,11 @@
'gyp_defines': 'tsan=1',
},
+ 'win_analyze': {
+ 'gn_args': 'use_vs_code_analysis=true',
+ 'gyp_defines': 'win_analyze=1',
+ },
+
'x64': {
'gn_args': 'target_cpu="x64"',
'gyp_defines': 'target_arch=x64',
« build/config/BUILD.gn ('K') | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698