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

Unified Diff: src/inspector/inspector.gyp

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/inspected-context.cc ('k') | src/inspector/inspector.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/inspector.gyp
diff --git a/src/inspector/inspector.gyp b/src/inspector/inspector.gyp
index 66f81142c9f861ad889bb9d7c709724cd20dd837..2d5c7a51537bd162c4cc30da3b9616d3dc7cf085 100644
--- a/src/inspector/inspector.gyp
+++ b/src/inspector/inspector.gyp
@@ -27,7 +27,7 @@
'python',
'build/xxd.py',
'InjectedScriptSource_js',
- 'InjectedScriptSource.js',
+ 'injected-script-source.js',
'<@(_outputs)'
],
},
@@ -51,7 +51,7 @@
'python',
'build/xxd.py',
'DebuggerScript_js',
- 'DebuggerScript.js',
+ 'debugger-script.js',
'<@(_outputs)'
],
},
« no previous file with comments | « src/inspector/inspected-context.cc ('k') | src/inspector/inspector.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698