summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 11:53:05 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 11:53:05 +0000
commitef070ccbeb28f751e904d025dd1263efff098d1e (patch)
tree6f41ef8f40e385d388aa8fc1f64acad7b56eae1e /PRESUBMIT.py
parentcacbaa91f35b0c46c5b318c416a2a37ad526edc3 (diff)
downloadchromium_src-ef070ccbeb28f751e904d025dd1263efff098d1e.zip
chromium_src-ef070ccbeb28f751e904d025dd1263efff098d1e.tar.gz
chromium_src-ef070ccbeb28f751e904d025dd1263efff098d1e.tar.bz2
Exclude content shell files from the "for testing" presubmit check.
We're using plenty of ...ForTesting() methods to run layout tests R=joi@chromium.org Review URL: https://codereview.chromium.org/14913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198094 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9331c0e..7931b83 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -40,6 +40,8 @@ _TEST_CODE_EXCLUDED_PATHS = (
_IMPLEMENTATION_EXTENSIONS,
r'.+profile_sync_service_harness%s' % _IMPLEMENTATION_EXTENSIONS,
r'.*[/\\](test|tool(s)?)[/\\].*',
+ # content_shell is used for running layout tests.
+ r'content[/\\]shell[/\\].*',
# At request of folks maintaining this folder.
r'chrome[/\\]browser[/\\]automation[/\\].*',
)