| OLD | NEW |
| 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": "v8_inspector/protocol", | 5 "output": "protocol", |
| 6 "namespace": ["v8_inspector", "protocol"] | 6 "namespace": ["v8_inspector", "protocol"] |
| 7 }, | 7 }, |
| 8 | 8 |
| 9 "exported": { | 9 "exported": { |
| 10 "package": "src/inspector/public/protocol", | 10 "package": "include/inspector", |
| 11 "output": "v8_inspector/public/protocol", | 11 "output": "../../include/inspector", |
| 12 "string_header": "src/inspector/public/StringBuffer.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 }, | 17 }, |
| 17 | 18 |
| 18 "lib": { | 19 "lib": { |
| 19 "package": "src/inspector/protocol", | 20 "package": "src/inspector/protocol", |
| 20 "output": "v8_inspector/protocol", | 21 "output": "protocol", |
| 21 "string_header": "src/inspector/StringUtil.h", | 22 "string_header": "src/inspector/StringUtil.h", |
| 22 "platform_header": "src/inspector/ProtocolPlatform.h" | 23 "platform_header": "src/inspector/ProtocolPlatform.h" |
| 23 }, | |
| 24 | |
| 25 "class_export": { | |
| 26 "macro": "PLATFORM_EXPORT", | |
| 27 "header": "platform/PlatformExport.h" | |
| 28 } | 24 } |
| 29 } | 25 } |
| OLD | NEW |