diff options
author | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-30 11:55:06 +0100 |
---|---|---|
committer | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-30 10:56:15 +0000 |
commit | 60f8228ca3cd73d071abfcf54f65c1a189fe5bb7 (patch) | |
tree | 3402067b896057a5169c63804d304b9e5366458f /chrome/common/net | |
parent | 6b7fc0b1e9ce197220ce0453843461c8cc950ab0 (diff) | |
download | chromium_src-60f8228ca3cd73d071abfcf54f65c1a189fe5bb7.zip chromium_src-60f8228ca3cd73d071abfcf54f65c1a189fe5bb7.tar.gz chromium_src-60f8228ca3cd73d071abfcf54f65c1a189fe5bb7.tar.bz2 |
Update PRESUBMIT files for first round of ng trybots
Clean up redundant PRESUBMIT files.
linux_redux has been 100% red since at least August 2014,
and is presumably not useful.
BUG=380709
R=sergiyb@chromium.org
Review URL: https://codereview.chromium.org/685363002
Cr-Commit-Position: refs/heads/master@{#302067}
Diffstat (limited to 'chrome/common/net')
-rw-r--r-- | chrome/common/net/PRESUBMIT.py | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/chrome/common/net/PRESUBMIT.py b/chrome/common/net/PRESUBMIT.py deleted file mode 100644 index 20f41f6..0000000 --- a/chrome/common/net/PRESUBMIT.py +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Chromium presubmit script for src/chrome/common/net. - -See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts -for more details on the presubmit API built into gcl. -""" - -def GetPreferredTryMasters(project, change): - return { - 'tryserver.chromium.linux': { - 'linux_chromium_rel': set(['defaulttests']), - }, - 'tryserver.chromium.mac': { - 'mac_chromium_rel': set(['defaulttests']), - }, - 'tryserver.chromium.win': { - 'win_chromium_rel': set(['defaulttests']), - } - } |