summaryrefslogtreecommitdiffstats
path: root/gpu/PRESUBMIT.py
diff options
context:
space:
mode:
authorsergiyb <sergiyb@chromium.org>2015-02-18 10:56:38 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-18 18:57:08 +0000
commit8778ff8184330b24e4196b2a2bcb09e0b1513e83 (patch)
treec61cf77ae1bb0123f07a6b1e1dbd6e68124d86ef /gpu/PRESUBMIT.py
parentb3d800b765279e004158f880b097817c81576d84 (diff)
downloadchromium_src-8778ff8184330b24e4196b2a2bcb09e0b1513e83.zip
chromium_src-8778ff8184330b24e4196b2a2bcb09e0b1513e83.tar.gz
chromium_src-8778ff8184330b24e4196b2a2bcb09e0b1513e83.tar.bz2
Removed references to win_gpu, which has been removed
BUG=426897 R=kbr@chromium.org,phajdan.jr@chromium.org,zmo@chromium.org,darin@chromium.org,brettw@chromium.org,cpu@chromium.org Review URL: https://codereview.chromium.org/794303004 Cr-Commit-Position: refs/heads/master@{#316870}
Diffstat (limited to 'gpu/PRESUBMIT.py')
-rw-r--r--gpu/PRESUBMIT.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/gpu/PRESUBMIT.py b/gpu/PRESUBMIT.py
deleted file mode 100644
index 53fc153..0000000
--- a/gpu/PRESUBMIT.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (c) 2014 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.
-
-"""Top-level presubmit script for gpu/.
-
-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
-for more details about the presubmit API built into depot_tools.
-"""
-
-def GetPreferredTryMasters(project, change):
- return {
- 'tryserver.chromium.gpu': {
- 'win_gpu': set(['defaulttests']),
- }
- }