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

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
« no previous file with comments | « src/inspector/injected-script-source.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/presubmit.py
diff --git a/tools/presubmit.py b/tools/presubmit.py
index bd541a2d8ad21eebfb4a8055528139e7ad4bd642..0fa76f932203398ad59beebf96583cfece072004 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -295,6 +295,7 @@ class SourceProcessor(SourceFileProcessor):
IGNORE_COPYRIGHTS = ['box2d.js',
'cpplint.py',
+ 'check_injected_script_source.py',
'copy.js',
'corrections.js',
'crypto.js',
@@ -303,6 +304,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',
« no previous file with comments | « src/inspector/injected-script-source.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698