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

Side by Side Diff: third_party/WebKit/Source/core/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 | « no previous file | third_party/WebKit/Source/platform/inspector_protocol/CodeGenerator.py » ('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": "browser_protocol.json", 3 "path": "browser_protocol.json",
4 "package": "core/inspector/protocol", 4 "package": "core/inspector/protocol",
5 "output": "inspector/protocol", 5 "output": "inspector/protocol",
6 "namespace": ["blink", "protocol"] 6 "namespace": ["blink", "protocol"],
7 "export_macro": "CORE_EXPORT",
8 "export_header": "core/CoreExport.h"
7 }, 9 },
8 10
9 "imported": { 11 "imported": {
10 "path": "../../platform/v8_inspector/js_protocol.json", 12 "path": "../../platform/v8_inspector/js_protocol.json",
11 "package": "platform/v8_inspector/public/protocol", 13 "package": "platform/v8_inspector/public/protocol",
12 "to_imported_string": "toV8InspectorStringView(%s)", 14 "to_imported_string": "toV8InspectorStringView(%s)",
13 "from_imported_string": "toCoreString(%s)", 15 "from_imported_string": "toCoreString(%s)",
14 "namespace": ["v8_inspector", "protocol"] 16 "namespace": ["v8_inspector", "protocol"]
15 }, 17 },
16 18
17 "lib": { 19 "lib": {
18 "package": "core/inspector/protocol", 20 "package": "core/inspector/protocol",
19 "output": "inspector/protocol", 21 "output": "inspector/protocol",
20 "string_header": "core/inspector/V8InspectorString.h", 22 "string_header": "core/inspector/V8InspectorString.h",
21 "platform_header": "core/inspector/ProtocolPlatform.h" 23 "platform_header": "core/inspector/ProtocolPlatform.h",
22 }, 24 "export_macro": "CORE_EXPORT",
23 25 "export_header": "core/CoreExport.h"
24 "class_export": {
25 "macro": "CORE_EXPORT",
26 "header": "core/CoreExport.h"
27 } 26 }
28 } 27 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/inspector_protocol/CodeGenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698