Chromium Code Reviews| Index: tools/presubmit.py |
| diff --git a/tools/presubmit.py b/tools/presubmit.py |
| index c606e42e69db5ecd97033f783c929e4b91b8d151..a0b81e85f4834505f55a46ba69c962afe7de59bb 100755 |
| --- a/tools/presubmit.py |
| +++ b/tools/presubmit.py |
| @@ -303,7 +303,8 @@ class SourceProcessor(SourceFileProcessor): |
| 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', |