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

Unified Diff: masters/master.client.libyuv/master_mac_cfg.py

Issue 2426883002: libyuv: Remove all GYP builders. (Closed)
Patch Set: Removed unused chromium recipe module configs Created 4 years, 2 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 | « masters/master.client.libyuv/master_linux_cfg.py ('k') | masters/master.client.libyuv/master_win_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.libyuv/master_mac_cfg.py
diff --git a/masters/master.client.libyuv/master_mac_cfg.py b/masters/master.client.libyuv/master_mac_cfg.py
index f9ce0f78b94932c17d1433e4181c68589271425f..42ebbfb896d55b0a04f5309eda75b7f237e490fd 100644
--- a/masters/master.client.libyuv/master_mac_cfg.py
+++ b/masters/master.client.libyuv/master_mac_cfg.py
@@ -16,8 +16,6 @@ def Update(c):
builderNames=[
'Mac64 Debug',
'Mac64 Release',
- 'Mac64 Debug (GYP)',
- 'Mac64 Release (GYP)',
'Mac Asan',
'iOS Debug',
'iOS Release',
@@ -29,8 +27,6 @@ def Update(c):
specs = [
{'name': 'Mac64 Debug', 'slavebuilddir': 'mac64'},
{'name': 'Mac64 Release', 'slavebuilddir': 'mac64'},
- {'name': 'Mac64 Debug (GYP)', 'slavebuilddir': 'mac64_gyp'},
- {'name': 'Mac64 Release (GYP)', 'slavebuilddir': 'mac64_gyp'},
{'name': 'Mac Asan', 'slavebuilddir': 'mac_asan'},
{'name': 'iOS Debug', 'slavebuilddir': 'mac32'},
{'name': 'iOS Release', 'slavebuilddir': 'mac32'},
« no previous file with comments | « masters/master.client.libyuv/master_linux_cfg.py ('k') | masters/master.client.libyuv/master_win_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698