| Index: tools/presubmit.py
|
| diff --git a/tools/presubmit.py b/tools/presubmit.py
|
| index 3e513470f8a77ed26b487a9702f925013d219bb6..d503538fcba70e27ca919a762f29f6ed08c4406e 100755
|
| --- a/tools/presubmit.py
|
| +++ b/tools/presubmit.py
|
| @@ -299,15 +299,9 @@
|
| 'corrections.js',
|
| 'crypto.js',
|
| 'daemon.py',
|
| - 'DebuggerScript.js',
|
| 'earley-boyer.js',
|
| 'fannkuch.js',
|
| 'fasta.js',
|
| - 'InjectedScript.cpp',
|
| - 'InjectedScript.h',
|
| - 'InjectedScriptSource.js',
|
| - 'JavaScriptCallFrame.cpp',
|
| - 'JavaScriptCallFrame.h',
|
| 'jsmin.py',
|
| 'libraries.cc',
|
| 'libraries-empty.cc',
|
| @@ -317,19 +311,10 @@
|
| 'primes.js',
|
| 'raytrace.js',
|
| 'regexp-pcre.js',
|
| - 'rjsmin.py',
|
| - 'ScriptBreakpoint.h',
|
| 'sqlite.js',
|
| 'sqlite-change-heap.js',
|
| 'sqlite-pointer-masking.js',
|
| 'sqlite-safe-heap.js',
|
| - 'V8DebuggerScript.h',
|
| - 'V8FunctionCall.cpp',
|
| - 'V8FunctionCall.h',
|
| - 'V8InspectorImpl.cpp',
|
| - 'V8InspectorImpl.h',
|
| - 'V8RuntimeAgentImpl.cpp',
|
| - 'V8RuntimeAgentImpl.h',
|
| 'gnuplot-4.6.3-emscripten.js',
|
| 'zlib.js']
|
| IGNORE_TABS = IGNORE_COPYRIGHTS + ['unicode-test.js', 'html-comments.js']
|
|
|