summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 22:38:10 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 22:38:10 +0000
commit0d27c34b166084fcb5628b27b75907215d500c4d (patch)
treecb7c073db7975362cec4a1cedacee2ba15988c1b /PRESUBMIT.py
parent81698574f45419e2f1dd4735b94842509085b57c (diff)
downloadchromium_src-0d27c34b166084fcb5628b27b75907215d500c4d.zip
chromium_src-0d27c34b166084fcb5628b27b75907215d500c4d.tar.gz
chromium_src-0d27c34b166084fcb5628b27b75907215d500c4d.tar.bz2
Revert 112034 - Add win_shared and linux_shared builder into the default try bot set.
Component builds breakages are easy to introduce because you can accidentally add a cross-component dependency without any warning if you're doing a normal static build. BUG=105750 TEST=none Review URL: http://codereview.chromium.org/8726043 TBR=ajwong@chromium.org Review URL: http://codereview.chromium.org/8762005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112317 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 61c47a7..6f9f530 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -333,4 +333,4 @@ def GetPreferredTrySlaves(project, change):
f.LocalPath().endswith(('.mm', '.m')) for f in change.AffectedFiles())
if only_objc_files:
return ['mac']
- return ['win', 'linux', 'mac', 'win_shared', 'linux_shared']
+ return ['win', 'linux', 'mac']