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

Side by Side Diff: src/inspector/inspector_protocol_config.json

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 unified diff | Download patch
« no previous file with comments | « src/inspector/inspector.gypi ('k') | src/inspector/java-script-call-frame.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "protocol": { 2 "protocol": {
3 "path": "js_protocol.json", 3 "path": "js_protocol.json",
4 "package": "src/inspector/protocol", 4 "package": "src/inspector/protocol",
5 "output": "protocol", 5 "output": "protocol",
6 "namespace": ["v8_inspector", "protocol"] 6 "namespace": ["v8_inspector", "protocol"]
7 }, 7 },
8 8
9 "exported": { 9 "exported": {
10 "package": "include/inspector", 10 "package": "include/inspector",
11 "output": "../../include/inspector", 11 "output": "../../include/inspector",
12 "string_header": "v8-inspector.h", 12 "string_header": "v8-inspector.h",
13 "string_in": "StringView", 13 "string_in": "StringView",
14 "string_out": "std::unique_ptr<StringBuffer>", 14 "string_out": "std::unique_ptr<StringBuffer>",
15 "to_string_out": "StringBufferImpl::adopt(%s)", 15 "to_string_out": "StringBufferImpl::adopt(%s)",
16 "export_macro": "V8_EXPORT" 16 "export_macro": "V8_EXPORT"
17 }, 17 },
18 18
19 "lib": { 19 "lib": {
20 "package": "src/inspector/protocol", 20 "package": "src/inspector/protocol",
21 "output": "protocol", 21 "output": "protocol",
22 "string_header": "src/inspector/StringUtil.h", 22 "string_header": "src/inspector/string-util.h",
23 "platform_header": "src/inspector/ProtocolPlatform.h" 23 "platform_header": "src/inspector/protocol-platform.h"
24 } 24 }
25 } 25 }
OLDNEW
« no previous file with comments | « src/inspector/inspector.gypi ('k') | src/inspector/java-script-call-frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698