Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: tools/presubmit.py

Issue 2354263003: [inspector] add presubmit.py to compile inspector-related scripts (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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']
« src/inspector/debugger_script_externs.js ('K') | « tools/closure-compiler/closure-compiler.jar ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698