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

Unified Diff: masters/master.tryserver.libyuv/master.cfg

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/slaves.cfg ('k') | masters/master.tryserver.libyuv/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.libyuv/master.cfg
diff --git a/masters/master.tryserver.libyuv/master.cfg b/masters/master.tryserver.libyuv/master.cfg
index cdb7b251657d0993066163b0f8a550ddabbdf113..143f7b643c011bc51d0df4869a6d67dbc70efd91 100755
--- a/masters/master.tryserver.libyuv/master.cfg
+++ b/masters/master.tryserver.libyuv/master.cfg
@@ -35,15 +35,11 @@ specs = [
{'name': 'win', 'slavebuilddir': 'win'},
{'name': 'win_rel', 'slavebuilddir': 'win'},
{'name': 'win_x64_rel', 'slavebuilddir': 'win'},
- {'name': 'win_x64_gyp', 'slavebuilddir': 'win64_gyp'},
- {'name': 'win_x64_gyp_rel', 'slavebuilddir': 'win64_gyp'},
{'name': 'win_clang', 'slavebuilddir': 'win_clang'},
{'name': 'win_clang_rel', 'slavebuilddir': 'win_clang'},
{'name': 'win_x64_clang_rel', 'slavebuilddir': 'win_clang'},
{'name': 'mac', 'slavebuilddir': 'mac64'},
{'name': 'mac_rel', 'slavebuilddir': 'mac64'},
- {'name': 'mac_gyp', 'slavebuilddir': 'mac64_gyp'},
- {'name': 'mac_gyp_rel', 'slavebuilddir': 'mac64_gyp'},
{'name': 'mac_asan', 'slavebuilddir': 'mac_asan'},
{'name': 'ios', 'slavebuilddir': 'mac32'},
{'name': 'ios_rel', 'slavebuilddir': 'mac32'},
@@ -51,8 +47,6 @@ specs = [
{'name': 'ios_arm64_rel', 'slavebuilddir': 'mac64'},
{'name': 'linux', 'slavebuilddir': 'linux64'},
{'name': 'linux_rel', 'slavebuilddir': 'linux64'},
- {'name': 'linux_gyp', 'slavebuilddir': 'linux64_gyp'},
- {'name': 'linux_gyp_rel', 'slavebuilddir': 'linux64_gyp'},
{'name': 'linux_gcc', 'slavebuilddir': 'linux_gcc'},
{'name': 'linux_memcheck', 'slavebuilddir': 'linux_memcheck'},
{'name': 'linux_msan', 'slavebuilddir': 'linux_msan'},
@@ -62,8 +56,6 @@ specs = [
{'name': 'linux_ubsan_vptr', 'slavebuilddir': 'linux_ubsan_vptr'},
{'name': 'android', 'slavebuilddir': 'android'},
{'name': 'android_rel', 'slavebuilddir': 'android'},
- {'name': 'android_gyp', 'slavebuilddir': 'android_gyp'},
- {'name': 'android_gyp_rel', 'slavebuilddir': 'android_gyp'},
{'name': 'android_clang', 'slavebuilddir': 'android_clang'},
{'name': 'android_arm64', 'slavebuilddir': 'android_arm64'},
{'name': 'android_x86', 'slavebuilddir': 'android_x86'},
« no previous file with comments | « masters/master.client.libyuv/slaves.cfg ('k') | masters/master.tryserver.libyuv/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698