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

Unified Diff: PRESUBMIT.py

Issue 1878763002: PRESUBMIT: Add GN bots to default trybots (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 61d92aea17001639ab2e12d2b90afd813ed5c7cc..efb1ca5c587d239f0767c3a1b077b6d343dfbb9a 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -26,15 +26,21 @@ def GetPreferredTryMasters(project, change):
'win',
'win_rel',
'win_x64_rel',
+ 'win_x64_gn',
+ 'win_x64_gn_rel',
'mac',
'mac_rel',
+ 'mac_gn',
+ 'mac_gn_rel',
+ 'mac_asan',
'ios',
'ios_rel',
'ios_arm64',
'ios_arm64_rel',
- 'mac_asan',
'linux',
'linux_rel',
+ 'linux_gn',
+ 'linux_gn_rel',
'linux_memcheck',
'linux_tsan2',
'linux_asan',
@@ -45,6 +51,8 @@ def GetPreferredTryMasters(project, change):
'android_rel',
'android_clang',
'android_arm64',
+ 'android_gn',
+ 'android_gn_rel',
]
if not files or all(re.search(r'[\\/]OWNERS$', f) for f in files):
return {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698