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

Unified Diff: tools/lsan/PRESUBMIT.py

Issue 415323002: Update masters after the tryserver split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: linux_blink_rel on tryserver.blink Created 6 years, 5 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 | « third_party/tcmalloc/PRESUBMIT.py ('k') | tools/valgrind/drmemory/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lsan/PRESUBMIT.py
diff --git a/tools/lsan/PRESUBMIT.py b/tools/lsan/PRESUBMIT.py
index 248cdaf49f588aa559b96d903ceaf2e084cb23d1..e7891ff20f922bfafbfe9af27d1be155c788874a 100644
--- a/tools/lsan/PRESUBMIT.py
+++ b/tools/lsan/PRESUBMIT.py
@@ -34,8 +34,10 @@ def CheckChangeOnCommit(input_api, output_api):
def GetPreferredTryMasters(project, change):
return {
- 'tryserver.chromium': {
+ 'tryserver.chromium.linux': {
'linux_asan': set(['compile']),
+ },
+ 'tryserver.chromium.mac': {
'mac_asan': set(['compile']),
}
}
« no previous file with comments | « third_party/tcmalloc/PRESUBMIT.py ('k') | tools/valgrind/drmemory/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698