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

Unified Diff: masters/master.client.libyuv/master_android_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 | « no previous file | masters/master.client.libyuv/master_linux_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_android_cfg.py
diff --git a/masters/master.client.libyuv/master_android_cfg.py b/masters/master.client.libyuv/master_android_cfg.py
index a2d1c1e79d147c1ae705da11c7683166818a4545..c02e63761fa3d5903804e71d31e38813a01f90d4 100644
--- a/masters/master.client.libyuv/master_android_cfg.py
+++ b/masters/master.client.libyuv/master_android_cfg.py
@@ -16,8 +16,6 @@ def Update(c):
builderNames=[
'Android Debug',
'Android Release',
- 'Android Debug (GYP)',
- 'Android Release (GYP)',
'Android Clang Debug',
'Android ARM64 Debug',
'Android32 x86 Debug',
@@ -29,8 +27,6 @@ def Update(c):
specs = [
{'name': 'Android Debug'},
{'name': 'Android Release'},
- {'name': 'Android Debug (GYP)', 'slavebuilddir': 'android_gyp'},
- {'name': 'Android Release (GYP)', 'slavebuilddir': 'android_gyp'},
{'name': 'Android Clang Debug', 'slavebuilddir': 'android_clang'},
{'name': 'Android ARM64 Debug', 'slavebuilddir': 'android_arm64'},
{'name': 'Android32 x86 Debug', 'slavebuilddir': 'android_x86'},
« no previous file with comments | « no previous file | masters/master.client.libyuv/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698