diff options
author | petermayo@chromium.org <petermayo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 20:49:47 +0000 |
---|---|---|
committer | petermayo@chromium.org <petermayo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 20:49:47 +0000 |
commit | 9d16ad1f0e96753ef831fc558577457c334c2293 (patch) | |
tree | 4c881eaa9d39b3717129316dbe7f8bd88b75a082 /ui/resources | |
parent | 60e7ebc2e5077f2d014423f2603cabd774a6b0a6 (diff) | |
download | chromium_src-9d16ad1f0e96753ef831fc558577457c334c2293.zip chromium_src-9d16ad1f0e96753ef831fc558577457c334c2293.tar.gz chromium_src-9d16ad1f0e96753ef831fc558577457c334c2293.tar.bz2 |
Add aura compile testing by default to likely areas (1).
TBR=God
NOTRY=true
BUG=chromium:107599
TEST=None
Review URL: http://codereview.chromium.org/8818013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r-- | ui/resources/aura/PRESUBMIT.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/resources/aura/PRESUBMIT.py b/ui/resources/aura/PRESUBMIT.py new file mode 100644 index 0000000..d71303b --- /dev/null +++ b/ui/resources/aura/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/chrome/browser/externsions. + +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'] |