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

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

Issue 2490473004: [DevTools] Roll third_party/inspector_protocol to e23134c5aa6131e5a3a3afbefce255becce3a3bd. (Closed)
Patch Set: ui_devtools Created 4 years, 1 month 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 "namespace": ["blink", "protocol"], 6 "namespace": ["blink", "protocol"],
7 "export_macro": "CORE_EXPORT", 7 "export_macro": "CORE_EXPORT",
8 "export_header": "core/CoreExport.h", 8 "export_header": "core/CoreExport.h",
9 "options": [ 9 "options": [
10 { 10 {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 }, 86 },
87 { 87 {
88 "domain": "Target", 88 "domain": "Target",
89 "include": ["setAutoAttach", "sendMessageToTarget"], 89 "include": ["setAutoAttach", "sendMessageToTarget"],
90 "include_events": ["attachedToTarget", "detachedFromTarget", "re ceivedMessageFromTarget"] 90 "include_events": ["attachedToTarget", "detachedFromTarget", "re ceivedMessageFromTarget"]
91 } 91 }
92 ] 92 ]
93 }, 93 },
94 94
95 "imported": { 95 "imported": {
96 "path": "../../../../../v8/src/inspector/js_protocol.json",
97 "header": "<v8-inspector-protocol.h>", 96 "header": "<v8-inspector-protocol.h>",
98 "to_imported_string": "toV8InspectorStringView(%s)", 97 "to_imported_string": "toV8InspectorStringView(%s)",
99 "from_imported_string": "toCoreString(%s)", 98 "from_imported_string": "toCoreString(%s)",
100 "namespace": ["v8_inspector", "protocol"] 99 "namespace": ["v8_inspector", "protocol"]
101 }, 100 },
102 101
103 "lib": { 102 "lib": {
104 "package": "core/inspector/protocol", 103 "package": "core/inspector/protocol",
105 "output": "inspector/protocol", 104 "output": "inspector/protocol",
106 "string_header": "core/inspector/V8InspectorString.h", 105 "string_header": "core/inspector/V8InspectorString.h",
107 "platform_header": "core/inspector/ProtocolPlatform.h",
108 "export_macro": "CORE_EXPORT", 106 "export_macro": "CORE_EXPORT",
109 "export_header": "core/CoreExport.h" 107 "export_header": "core/CoreExport.h"
110 } 108 }
111 } 109 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/V8InspectorString.cpp ('k') | third_party/inspector_protocol/CodeGenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698