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

Side by Side Diff: third_party/WebKit/Source/core/inspector/inspector_protocol_config.json

Issue 2240663003: [DevTools] Introduce config file for inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2226863003
Patch Set: rebased 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
(Empty)
1 {
2 "protocol": {
3 "path": "browser_protocol.json",
4 "package": "core/inspector/protocol",
5 "output": "inspector/protocol"
6 },
7
8 "import": {
9 "path": "../../platform/v8_inspector/js_protocol.json",
10 "package": "platform/v8_inspector/public/protocol"
11 },
12
13 "string": {
14 "class_name": "WTF::String"
15 },
16
17 "export_macro": "CORE_EXPORT"
18 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/inspector.gyp ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698