summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/PRESUBMIT.py')
-rw-r--r--chrome/browser/policy/PRESUBMIT.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/browser/policy/PRESUBMIT.py b/chrome/browser/policy/PRESUBMIT.py
deleted file mode 100644
index 7230b5e..0000000
--- a/chrome/browser/policy/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 chrome/browser/policy.
-
-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']),
- }
- }