From 2f74428eee5f226ccdba805b91bd7e45a0f7a4e4 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 23 Dec 2011 22:40:52 +0000 Subject: 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 --- ash/PRESUBMIT.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ash/PRESUBMIT.py (limited to 'ash/PRESUBMIT.py') 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'] -- cgit v1.1