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

Unified Diff: tools/presubmit.py

Issue 2354263003: [inspector] add presubmit.py to compile inspector-related scripts (Closed)
Patch Set: addressed comments 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 a4db69a6f5414a9d66ade28c584725147001be3d..3f45301a45ce8267c5da4bc0535378a0536d5f8b 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -296,6 +296,7 @@ class SourceProcessor(SourceFileProcessor):
IGNORE_COPYRIGHTS = ['box2d.js',
'cpplint.py',
+ 'check_injected_script_source.py',
'copy.js',
'corrections.js',
'crypto.js',
@@ -304,6 +305,7 @@ class SourceProcessor(SourceFileProcessor):
'earley-boyer.js',
'fannkuch.js',
'fasta.js',
+ 'generate_protocol_externs.py',
'injected-script.cc',
'injected-script.h',
'injected-script-source.js',
« src/inspector/build/compile-scripts.py ('K') | « src/inspector/injected-script-source.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698