| 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']),
|
| }
|
| }
|
|
|