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

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

Issue 1866763003: libyuv: Add GN bots for Win,Mac,Linux,Android (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix Android names Created 4 years, 8 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_mac_cfg.py
diff --git a/masters/master.client.libyuv/master_mac_cfg.py b/masters/master.client.libyuv/master_mac_cfg.py
index 42ebbfb896d55b0a04f5309eda75b7f237e490fd..720a0edd32dbaba186544f41e2e59ea7a20dfa8a 100644
--- a/masters/master.client.libyuv/master_mac_cfg.py
+++ b/masters/master.client.libyuv/master_mac_cfg.py
@@ -16,6 +16,8 @@ def Update(c):
builderNames=[
'Mac64 Debug',
'Mac64 Release',
+ 'Mac64 Debug (GN)',
+ 'Mac64 Release (GN)',
'Mac Asan',
'iOS Debug',
'iOS Release',
@@ -27,6 +29,8 @@ def Update(c):
specs = [
{'name': 'Mac64 Debug', 'slavebuilddir': 'mac64'},
{'name': 'Mac64 Release', 'slavebuilddir': 'mac64'},
+ {'name': 'Mac64 Debug (GN)', 'slavebuilddir': 'mac64_gn'},
+ {'name': 'Mac64 Release (GN)', 'slavebuilddir': 'mac64_gn'},
{'name': 'Mac Asan', 'slavebuilddir': 'mac_asan'},
{'name': 'iOS Debug', 'slavebuilddir': 'mac32'},
{'name': 'iOS Release', 'slavebuilddir': 'mac32'},

Powered by Google App Engine
This is Rietveld 408576698