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

Unified Diff: tools/mb/mb_config.pyl

Issue 2082683003: Flip Google Chrome Win builder to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make target win-only 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 | « 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 d7fb6abebf82c4b1050c177c1675a9b8ae7793ae..21e1e772ad45f14c6b632890284f29fde857972a 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': 'gyp_official_goma_minimal_symbols_x86',
+ 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86',
},
'chromium.chromiumos': {
@@ -1326,10 +1326,6 @@
'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 | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698