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

Unified Diff: tools/presubmit.py

Issue 2338413003: [inspector] change implementation file extension from cpp to cc (Closed)
Patch Set: string16 -> string-16 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/v8-value-copier.cc ('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 3c483f1937e860ad032481c221198a6e5a740cb7..a4db69a6f5414a9d66ade28c584725147001be3d 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -300,15 +300,15 @@ class SourceProcessor(SourceFileProcessor):
'corrections.js',
'crypto.js',
'daemon.py',
- 'DebuggerScript.js',
+ 'debugger-script.js',
'earley-boyer.js',
'fannkuch.js',
'fasta.js',
- 'InjectedScript.cpp',
- 'InjectedScript.h',
- 'InjectedScriptSource.js',
- 'JavaScriptCallFrame.cpp',
- 'JavaScriptCallFrame.h',
+ 'injected-script.cc',
+ 'injected-script.h',
+ 'injected-script-source.js',
+ 'java-script-call-frame.cc',
+ 'java-script-call-frame.h',
'jsmin.py',
'libraries.cc',
'libraries-empty.cc',
@@ -319,18 +319,18 @@ class SourceProcessor(SourceFileProcessor):
'raytrace.js',
'regexp-pcre.js',
'rjsmin.py',
- 'ScriptBreakpoint.h',
+ 'script-breakpoint.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',
+ 'v8-debugger-script.h',
+ 'v8-function-call.cc',
+ 'v8-function-call.h',
+ 'v8-inspector-impl.cc',
+ 'v8-inspector-impl.h',
+ 'v8-runtime-agent-impl.cc',
+ 'v8-runtime-agent-impl.h',
'gnuplot-4.6.3-emscripten.js',
'zlib.js']
IGNORE_TABS = IGNORE_COPYRIGHTS + ['unicode-test.js', 'html-comments.js']
« no previous file with comments | « src/inspector/v8-value-copier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698