summaryrefslogtreecommitdiffstats
path: root/ash/PRESUBMIT.py
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-23 22:40:52 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-23 22:40:52 +0000
commit2f74428eee5f226ccdba805b91bd7e45a0f7a4e4 (patch)
tree7bba8d381a8f4f46f487f92cd5ce81e978d0114a /ash/PRESUBMIT.py
parenteb929d6e96d746d808f1083dd54d7514e4c45e85 (diff)
downloadchromium_src-2f74428eee5f226ccdba805b91bd7e45a0f7a4e4.zip
chromium_src-2f74428eee5f226ccdba805b91bd7e45a0f7a4e4.tar.gz
chromium_src-2f74428eee5f226ccdba805b91bd7e45a0f7a4e4.tar.bz2
More stuff -> ash
http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9033006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/PRESUBMIT.py')
-rw-r--r--ash/PRESUBMIT.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/ash/PRESUBMIT.py b/ash/PRESUBMIT.py
new file mode 100644
index 0000000..12f1918
--- /dev/null
+++ b/ash/PRESUBMIT.py
@@ -0,0 +1,12 @@
+# Copyright (c) 2011 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/ash
+
+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_aura:compile']