vendor/v8/tools/presubmit.py in libv8-3.10.8.0 vs vendor/v8/tools/presubmit.py in libv8-3.11.8.0
- old
+ new
@@ -301,10 +301,11 @@
def IgnoreDir(self, name):
return (super(SourceProcessor, self).IgnoreDir(name)
or (name == 'third_party')
or (name == 'gyp')
or (name == 'out')
- or (name == 'obj'))
+ or (name == 'obj')
+ or (name == 'DerivedSources'))
IGNORE_COPYRIGHTS = ['cpplint.py',
'earley-boyer.js',
'raytrace.js',
'crypto.js',