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

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

Issue 2426583002: libyuv: Switch {client,tryserver}.libyuv to GN (Closed)
Patch Set: Fix recipe errors 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
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 0640def3f44816390120f37fd65fa395bf9a7609..ca1faf8cc71dbe27e2e0a6f802d18793ed4fb14b 100644
--- a/masters/master.client.libyuv/master_linux_cfg.py
+++ b/masters/master.client.libyuv/master_linux_cfg.py
@@ -18,8 +18,8 @@ def Update(c):
'Linux32 Release',
'Linux64 Debug',
'Linux64 Release',
- 'Linux64 Debug (GN)',
- 'Linux64 Release (GN)',
+ 'Linux64 Debug (GYP)',
+ 'Linux64 Release (GYP)',
# TODO(kjellander): Add when trybot is green (crbug.com/625889).
#'Linux GCC',
'Linux Asan',
@@ -36,8 +36,8 @@ def Update(c):
{'name': 'Linux32 Release', 'slavebuilddir': 'linux32'},
{'name': 'Linux64 Debug', 'slavebuilddir': 'linux64'},
{'name': 'Linux64 Release', 'slavebuilddir': 'linux64'},
- {'name': 'Linux64 Debug (GN)', 'slavebuilddir': 'linux64_gn'},
- {'name': 'Linux64 Release (GN)', 'slavebuilddir': 'linux64_gn'},
+ {'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'},

Powered by Google App Engine
This is Rietveld 408576698