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

Side by Side Diff: third_party/WebKit/Source/core/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": "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 }, 6 },
7 7
8 "import": { 8 "import": {
9 "path": "../../platform/v8_inspector/js_protocol.json", 9 "path": "../../platform/v8_inspector/js_protocol.json",
10 "package": "platform/v8_inspector/public/protocol" 10 "package": "platform/v8_inspector/public/protocol"
11 }, 11 },
12 12
13 "string": { 13 "string": {
14 "class_name": "WTF::String" 14 "class_name": "WTF::String"
15 }, 15 },
16 16
17 "export_macro": "CORE_EXPORT" 17 "lib_package": "platform/inspector_protocol",
18
19 "class_export": {
20 "macro": "CORE_EXPORT",
21 "header_path": "core/CoreExport.h"
22 }
18 } 23 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/inspector.gyp ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698