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

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

Issue 2295913003: [DevTools] Switch from platform/v8_inspector to v8/v8-inspector.h. (Closed)
Patch Set: rebase 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
(Empty)
1 {
2 "protocol": {
3 "path": "js_protocol.json",
4 "package": "platform/v8_inspector/protocol",
5 "output": "v8_inspector/protocol"
6 },
7
8 "exported": {
9 "package": "platform/v8_inspector/public/protocol",
10 "output": "v8_inspector/public/protocol"
11 },
12
13 "string": {
14 "class_name": "String16"
15 },
16
17 "lib": {
18 "output": "inspector_protocol",
19 "string16_header": "platform/v8_inspector/String16STL.h",
20 "platform_header": "platform/v8_inspector/PlatformSTL.h"
21 },
22
23 "lib_package": "platform/inspector_protocol",
24
25 "class_export": {
26 "macro": "PLATFORM_EXPORT",
27 "header": "platform/v8_inspector/ProtocolPlatformSTL.h"
28 }
29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698