| Index: PRESUBMIT.py | 
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py | 
| index a84f3f90d7029a8c43c78c50d7ff1b69ce04a73c..a57a2c01b4401b1bacb8dad25121ac874ed74bf1 100644 | 
| --- a/PRESUBMIT.py | 
| +++ b/PRESUBMIT.py | 
| @@ -1698,9 +1698,7 @@ def GetTryServerMasterForBot(bot): | 
| } | 
| master = master_map.get(bot) | 
| if not master: | 
| -    if 'gpu' in bot: | 
| -      master = 'tryserver.chromium.gpu' | 
| -    elif 'linux' in bot or 'android' in bot or 'presubmit' in bot: | 
| +    if 'linux' in bot or 'android' in bot or 'presubmit' in bot: | 
| master = 'tryserver.chromium.linux' | 
| elif 'win' in bot: | 
| master = 'tryserver.chromium.win' | 
|  |