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
parent e566c0f4
......@@ -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('.')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment