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

Unified Diff: tools/mb/mb_config.pyl

Issue 2164963004: Flip remaining Mac tryserver perf builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_most_mac_gyp
Patch Set: Created 4 years, 5 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 ece443bb38937b3e4aebe34f230532d88b347889..e790a483c8e4b16e9ad83b7ab5e30460d6798c3d 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -839,13 +839,13 @@
'linux_perf_bisect': 'gn_official_goma',
'linux_perf_bisect_builder': 'gn_official_goma',
'linux_perf_cq': 'gn_official_goma',
- 'mac_10_10_perf_bisect': 'gyp_official_goma',
- 'mac_10_11_perf_bisect': 'gyp_official_goma',
- 'mac_fyi_perf_bisect': 'gyp_official_goma',
- 'mac_hdd_perf_bisect': 'gyp_official_goma',
- 'mac_perf_bisect_builder': 'gyp_official_goma',
- 'mac_retina_perf_bisect': 'gyp_official_goma',
- 'mac_retina_perf_cq': 'gyp_official_goma',
+ 'mac_10_10_perf_bisect': 'gn_official_goma',
+ 'mac_10_11_perf_bisect': 'gn_official_goma',
+ 'mac_fyi_perf_bisect': 'gn_official_goma',
+ 'mac_hdd_perf_bisect': 'gn_official_goma',
+ 'mac_perf_bisect_builder': 'gn_official_goma',
+ 'mac_retina_perf_bisect': 'gn_official_goma',
+ 'mac_retina_perf_cq': 'gn_official_goma',
'win_8_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
'win_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
'win_perf_bisect': 'gn_official_goma_minimal_symbols_x86',
@@ -1321,10 +1321,6 @@
'gyp', 'official',
],
- 'gyp_official_goma': [
- 'gyp', 'official', 'goma',
- ],
-
'gn_official_goma_chromeos': [
'gn', 'official', 'goma', 'chromeos',
],
« 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