summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 23:17:32 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 23:17:32 +0000
commit7838696019d2c39f30f8cfcbe8479f9cd52d06b3 (patch)
tree0168beb2556f30781c5db6606e6911a25442ae41 /PRESUBMIT.py
parent605c2532ed87734053383d270771e97ad4e2e9c6 (diff)
downloadchromium_src-7838696019d2c39f30f8cfcbe8479f9cd52d06b3.zip
chromium_src-7838696019d2c39f30f8cfcbe8479f9cd52d06b3.tar.gz
chromium_src-7838696019d2c39f30f8cfcbe8479f9cd52d06b3.tar.bz2
Add linux_shared to the default try set!
BUG=105750 TEST=none Review URL: http://codereview.chromium.org/8969030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114877 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 2ff37a8..8a8a94f 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -338,7 +338,7 @@ def GetPreferredTrySlaves(project, change):
f.LocalPath().endswith(('.mm', '.m')) for f in change.AffectedFiles())
if only_objc_files:
return ['mac_rel']
- preferred = ['win_rel', 'linux_rel', 'mac_rel']
+ preferred = ['win_rel', 'linux_rel', 'mac_rel', 'linux_shared']
aura_re = '_aura[^/]*[.][^/]*'
if any(re.search(aura_re, f.LocalPath()) for f in change.AffectedFiles()):
preferred.append('linux_chromeos_aura:compile')