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

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

Issue 2238423002: [DevTools] Generate all files in inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2240663003
Patch Set: Created 4 years, 4 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
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 }, 6 },
7 7
8 "export": { 8 "export": {
9 "package": "platform/v8_inspector/public/protocol", 9 "package": "platform/v8_inspector/public/protocol",
10 "output": "v8_inspector/public/protocol" 10 "output": "v8_inspector/public/protocol"
11 }, 11 },
12 12
13 "string": { 13 "string": {
14 "class_name": "String16" 14 "class_name": "String16"
15 }, 15 },
16 16
17 "export_macro": "PLATFORM_EXPORT" 17 "lib": {
18 "output": "inspector_protocol",
19 "string16_impl_header_path": "platform/v8_inspector/String16WTF.h",
20 "platform_impl_header_path": "platform/v8_inspector/PlatformWTF.h"
21 },
22
23 "lib_package": "platform/inspector_protocol",
24
25 "class_export": {
26 "macro": "PLATFORM_EXPORT",
27 "header_path": "platform/PlatformExport.h"
28 }
18 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698