Skip gmock and gtest in presubmit.

BUG=
R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/454693004

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23044 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
machenbach@chromium.org 2014-08-11 14:07:08 +00:00
parent e566c0f4a1
commit 943960dfd1

View File

@ -200,7 +200,8 @@ class SourceFileProcessor(object):
def IgnoreDir(self, name):
return (name.startswith('.') or
name in ('buildtools', 'data', 'kraken', 'octane', 'sunspider'))
name in ('buildtools', 'data', 'gmock', 'gtest', 'kraken',
'octane', 'sunspider'))
def IgnoreFile(self, name):
return name.startswith('.')