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

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

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.tryserver.libyuv/slaves.cfg
diff --git a/masters/master.tryserver.libyuv/slaves.cfg b/masters/master.tryserver.libyuv/slaves.cfg
index a0c977cfc49d1c2e2d6538873ae19bd8439556a2..d0fced44309f6340ab4a6a6ecc5ff9044f4f8f13 100644
--- a/masters/master.tryserver.libyuv/slaves.cfg
+++ b/masters/master.tryserver.libyuv/slaves.cfg
@@ -12,8 +12,8 @@ slaves = [
'builder': [
'linux',
'linux_rel',
- 'linux_gn',
- 'linux_gn_rel',
+ 'linux_gyp',
+ 'linux_gyp_rel',
'linux_gcc',
'linux_asan',
'linux_memcheck',
@@ -21,8 +21,8 @@ slaves = [
'linux_tsan2',
'linux_ubsan',
'linux_ubsan_vptr',
- 'android_gn',
- 'android_gn_rel',
+ 'android_gyp',
+ 'android_gyp_rel',
'android_clang',
'android_x86',
'android_x64',
@@ -53,8 +53,8 @@ slaves = [
'builder': [
'mac',
'mac_rel',
- 'mac_gn',
- 'mac_gn_rel',
+ 'mac_gyp',
+ 'mac_gyp_rel',
'mac_asan',
'ios',
'ios_rel',
@@ -74,8 +74,8 @@ slaves = [
'win',
'win_rel',
'win_x64_rel',
- 'win_x64_gn',
- 'win_x64_gn_rel',
+ 'win_x64_gyp',
+ 'win_x64_gyp_rel',
'win_clang',
'win_clang_rel',
'win_x64_clang_rel',

Powered by Google App Engine
This is Rietveld 408576698