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

Unified Diff: tools/mb/mb_config.pyl

Issue 2046913002: Reverting GN flip for Chrome Win (speculative) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: speculatively revert the change only for Chrome Win 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
« no previous file with comments | « no previous file | 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 97a1756415e82ea903e64f21816b18010fa798a4..7f45512e514dcb498f67928cf1b4c32303263ab5 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -64,7 +64,7 @@
'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
'Google Chrome Linux x64': 'gn_official_goma',
'Google Chrome Mac': 'gyp_official_goma',
- 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86',
+ 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
},
'chromium.chromiumos': {
@@ -1326,6 +1326,10 @@
'gyp', 'official', 'goma', 'chromeos',
],
+ 'gyp_official_goma_minimal_symbols_x86': [
+ 'gyp', 'official', 'goma', 'minimal_symbols', 'x86',
+ ],
+
'gyp_official_syzyasan': [
'gyp', 'official', 'syzyasan',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698