summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/PRESUBMIT.py
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-26 20:00:42 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-26 20:00:42 +0000
commit4b25d8a0e3954038eea0ffbb4c79ff06fac68384 (patch)
tree4a2d72d7a80c6bb4a5b735219eae1939a1a710a1 /chrome/browser/chromeos/PRESUBMIT.py
parent8b46c13b755de8374f1a707b5da7354770ad65a7 (diff)
downloadchromium_src-4b25d8a0e3954038eea0ffbb4c79ff06fac68384.zip
chromium_src-4b25d8a0e3954038eea0ffbb4c79ff06fac68384.tar.gz
chromium_src-4b25d8a0e3954038eea0ffbb4c79ff06fac68384.tar.bz2
ChromiumOS: Automatically send try jobs to the linux_chromeos try bot for changes in chrome/browser/chromeos.
BUG=none TEST=none Review URL: http://codereview.chromium.org/549139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/PRESUBMIT.py')
-rwxr-xr-xchrome/browser/chromeos/PRESUBMIT.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/PRESUBMIT.py b/chrome/browser/chromeos/PRESUBMIT.py
new file mode 100755
index 0000000..5762625
--- /dev/null
+++ b/chrome/browser/chromeos/PRESUBMIT.py
@@ -0,0 +1,12 @@
+# Copyright (c) 2009 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/chromeos.
+
+See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
+for more details on the presubmit API built into gcl.
+"""
+
+def GetPreferredTrySlaves():
+ return ['linux_chromeos']