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

Unified Diff: masters/master.chromium.mac/master_ios_cfg.py

Issue 2196953003: Remove GYP builders from chromium mac, win waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove unused suppressions 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 | masters/master.chromium.mac/master_mac_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.mac/master_ios_cfg.py
diff --git a/masters/master.chromium.mac/master_ios_cfg.py b/masters/master.chromium.mac/master_ios_cfg.py
index 2cd6b781868111777d339544eb02d187be7d5f81..5f0c96cf86fcaa2b6e39bdfdc25009591e89d22f 100644
--- a/masters/master.chromium.mac/master_ios_cfg.py
+++ b/masters/master.chromium.mac/master_ios_cfg.py
@@ -15,16 +15,12 @@ def Update(config, active_master, c):
treeStableTimer=60,
builderNames=[
'ios-device',
- 'ios-device-gn',
'ios-simulator',
- 'ios-simulator-gn',
]),
])
specs = [
{'name': 'ios-device'},
- {'name': 'ios-device-gn'},
{'name': 'ios-simulator'},
- {'name': 'ios-simulator-gn'},
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.chromium.mac/master_mac_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698