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

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

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win compile 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
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 "exported": { 8 "exported": {
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 "lib": { 17 "lib": {
18 "output": "inspector_protocol", 18 "output": "inspector_protocol",
19 "string16_header": "platform/v8_inspector/String16STL.h", 19 "string16_header": "platform/v8_inspector/String16STL.h",
20 "platform_header": "platform/v8_inspector/PlatformSTL.h" 20 "platform_header": "platform/v8_inspector/PlatformSTL.h"
21 }, 21 },
22 22
23 "lib_package": "platform/inspector_protocol", 23 "lib_package": "platform/inspector_protocol",
24 24
25 "class_export": { 25 "class_export": {
26 "macro": "PLATFORM_EXPORT", 26 "macro": "PLATFORM_EXPORT",
27 "header": "platform/PlatformExport.h" 27 "header": "platform/v8_inspector/ProtocolPlatformSTL.h"
28 } 28 }
29 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698