| Index: tools/presubmit.py
|
| diff --git a/tools/presubmit.py b/tools/presubmit.py
|
| index 3c483f1937e860ad032481c221198a6e5a740cb7..eb9883579f97a9c406d73229e66c9c7a603cded6 100755
|
| --- a/tools/presubmit.py
|
| +++ b/tools/presubmit.py
|
| @@ -295,23 +295,25 @@ class SourceProcessor(SourceFileProcessor):
|
| name in ('third_party', 'gyp', 'out', 'obj', 'DerivedSources'))
|
|
|
| IGNORE_COPYRIGHTS = ['box2d.js',
|
| - 'cpplint.py',
|
| 'copy.js',
|
| 'corrections.js',
|
| + 'cpplint.py',
|
| 'crypto.js',
|
| 'daemon.py',
|
| 'DebuggerScript.js',
|
| 'earley-boyer.js',
|
| 'fannkuch.js',
|
| 'fasta.js',
|
| + 'generate_protocol_externs.py',
|
| + 'gnuplot-4.6.3-emscripten.js',
|
| 'InjectedScript.cpp',
|
| 'InjectedScript.h',
|
| 'InjectedScriptSource.js',
|
| 'JavaScriptCallFrame.cpp',
|
| 'JavaScriptCallFrame.h',
|
| 'jsmin.py',
|
| - 'libraries.cc',
|
| 'libraries-empty.cc',
|
| + 'libraries.cc',
|
| 'lua_binarytrees.js',
|
| 'memops.js',
|
| 'poppler.js',
|
| @@ -320,10 +322,10 @@ class SourceProcessor(SourceFileProcessor):
|
| 'regexp-pcre.js',
|
| 'rjsmin.py',
|
| 'ScriptBreakpoint.h',
|
| - 'sqlite.js',
|
| 'sqlite-change-heap.js',
|
| 'sqlite-pointer-masking.js',
|
| 'sqlite-safe-heap.js',
|
| + 'sqlite.js',
|
| 'V8DebuggerScript.h',
|
| 'V8FunctionCall.cpp',
|
| 'V8FunctionCall.h',
|
| @@ -331,7 +333,6 @@ class SourceProcessor(SourceFileProcessor):
|
| 'V8InspectorImpl.h',
|
| 'V8RuntimeAgentImpl.cpp',
|
| 'V8RuntimeAgentImpl.h',
|
| - 'gnuplot-4.6.3-emscripten.js',
|
| 'zlib.js']
|
| IGNORE_TABS = IGNORE_COPYRIGHTS + ['unicode-test.js', 'html-comments.js']
|
|
|
|
|