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

Unified Diff: masters/master.client.libyuv/master_linux_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_android_cfg.py ('k') | masters/master.client.libyuv/master_mac_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_linux_cfg.py
diff --git a/masters/master.client.libyuv/master_linux_cfg.py b/masters/master.client.libyuv/master_linux_cfg.py
index ca1faf8cc71dbe27e2e0a6f802d18793ed4fb14b..b1e4be8dc33c7f6ffd59fa9711a4ddcfc7a27458 100644
--- a/masters/master.client.libyuv/master_linux_cfg.py
+++ b/masters/master.client.libyuv/master_linux_cfg.py
@@ -18,8 +18,6 @@ def Update(c):
'Linux32 Release',
'Linux64 Debug',
'Linux64 Release',
- 'Linux64 Debug (GYP)',
- 'Linux64 Release (GYP)',
# TODO(kjellander): Add when trybot is green (crbug.com/625889).
#'Linux GCC',
'Linux Asan',
@@ -36,8 +34,6 @@ def Update(c):
{'name': 'Linux32 Release', 'slavebuilddir': 'linux32'},
{'name': 'Linux64 Debug', 'slavebuilddir': 'linux64'},
{'name': 'Linux64 Release', 'slavebuilddir': 'linux64'},
- {'name': 'Linux64 Debug (GYP)', 'slavebuilddir': 'linux64_gyp'},
- {'name': 'Linux64 Release (GYP)', 'slavebuilddir': 'linux64_gyp'},
# TODO(kjellander): Add when trybot is green (crbug.com/625889).
#{'name': 'Linux GCC', 'slavebuilddir': 'linux_gcc'},
{'name': 'Linux Asan', 'slavebuilddir': 'linux_asan'},
« no previous file with comments | « masters/master.client.libyuv/master_android_cfg.py ('k') | masters/master.client.libyuv/master_mac_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698