| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 18fe621e4f5524f6156c5e93f5982f4d227d9e7b..96a9cb956b7ed780f7db62d379d79921188bc471 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -1660,7 +1660,6 @@ def GetTryServerMasterForBot(bot):
|
| """
|
| # Potentially ambiguous bot names are listed explicitly.
|
| master_map = {
|
| - 'win_gpu': 'tryserver.chromium.gpu',
|
| 'chromium_presubmit': 'tryserver.chromium.linux',
|
| 'blink_presubmit': 'tryserver.chromium.linux',
|
| 'tools_build_presubmit': 'tryserver.chromium.linux',
|
|
|