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

Side by Side Diff: third_party/WebKit/Source/platform/v8_inspector/inspector_protocol_config.json

Issue 2296043004: [DevTools] Various tweaks to inspector_protocol. (Closed)
Patch Set: optional exports 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 | « third_party/WebKit/Source/platform/inspector_protocol/templates/TypeBuilder_h.template ('k') | no next file » | 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": "platform/v8_inspector/protocol", 4 "package": "platform/v8_inspector/protocol",
5 "output": "v8_inspector/protocol", 5 "output": "v8_inspector/protocol",
6 "namespace": ["v8_inspector", "protocol"] 6 "namespace": ["v8_inspector", "protocol"],
7 "export_macro": "PLATFORM_EXPORT",
8 "export_header": "platform/PlatformExport.h"
7 }, 9 },
8 10
9 "exported": { 11 "exported": {
10 "package": "platform/v8_inspector/public/protocol", 12 "package": "platform/v8_inspector/public/protocol",
11 "output": "v8_inspector/public/protocol", 13 "output": "v8_inspector/public/protocol",
12 "string_header": "platform/v8_inspector/public/StringBuffer.h", 14 "string_header": "platform/v8_inspector/public/StringBuffer.h",
13 "string_in": "StringView", 15 "string_in": "StringView",
14 "string_out": "std::unique_ptr<StringBuffer>", 16 "string_out": "std::unique_ptr<StringBuffer>",
15 "to_string_out": "StringBufferImpl::adopt(%s)" 17 "to_string_out": "StringBufferImpl::adopt(%s)",
18 "export_macro": "PLATFORM_EXPORT",
19 "export_header": "platform/PlatformExport.h"
16 }, 20 },
17 21
18 "lib": { 22 "lib": {
19 "package": "platform/v8_inspector/protocol", 23 "package": "platform/v8_inspector/protocol",
20 "output": "v8_inspector/protocol", 24 "output": "v8_inspector/protocol",
21 "string_header": "platform/v8_inspector/StringUtil.h", 25 "string_header": "platform/v8_inspector/StringUtil.h",
22 "platform_header": "platform/v8_inspector/ProtocolPlatform.h" 26 "platform_header": "platform/v8_inspector/ProtocolPlatform.h",
23 }, 27 "export_macro": "PLATFORM_EXPORT",
24 28 "export_header": "platform/PlatformExport.h"
25 "class_export": {
26 "macro": "PLATFORM_EXPORT",
27 "header": "platform/PlatformExport.h"
28 } 29 }
29 } 30 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/inspector_protocol/templates/TypeBuilder_h.template ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698