summaryrefslogtreecommitdiffstats
path: root/ui/compositor
diff options
context:
space:
mode:
authorPaweł Hajdan, Jr <phajdan.jr@chromium.org>2014-12-19 21:32:56 +0100
committerPaweł Hajdan, Jr <phajdan.jr@chromium.org>2014-12-19 20:34:30 +0000
commit5508378a5388b5e463e843505b646e095397f532 (patch)
treefcaaaec80021d7e9bc88d6a739aed88dea4a13c7 /ui/compositor
parent92220c6aab01ee9150a705295a11179fd1c47f12 (diff)
downloadchromium_src-5508378a5388b5e463e843505b646e095397f532.zip
chromium_src-5508378a5388b5e463e843505b646e095397f532.tar.gz
chromium_src-5508378a5388b5e463e843505b646e095397f532.tar.bz2
Clean up presubmit files
- remove mapping of builders to tests, in recipes there is no testfilter anyway - remove redundant presubmit files (with trybots present in top-level presubmit) - use "ng" trybots where possible BUG=none R=maruel@chromium.org Review URL: https://codereview.chromium.org/815913002 Cr-Commit-Position: refs/heads/master@{#309245}
Diffstat (limited to 'ui/compositor')
-rw-r--r--ui/compositor/PRESUBMIT.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/ui/compositor/PRESUBMIT.py b/ui/compositor/PRESUBMIT.py
deleted file mode 100644
index 6bc103c..0000000
--- a/ui/compositor/PRESUBMIT.py
+++ /dev/null
@@ -1,16 +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/ui/compositor/.
-
-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_chromeos_rel': set(['defaulttests']),
- }
- }