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

Unified Diff: third_party/WebKit/Source/core/inspector/inspector_protocol_config.json

Issue 2544353002: Roll third_party/inspector_protocol to c65b17da8a32bc6ab25b4ebbef1008f23c69e7d1. (Closed)
Patch Set: Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/inspector_protocol/CodeGenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
diff --git a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
index 646eb627c5e2dd6589f08329d609e2689ce8a0a1..7838bc8e93273e6298e5aa042537dd1fe42dbc05 100644
--- a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
+++ b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
@@ -104,7 +104,17 @@
"header": "<v8-inspector-protocol.h>",
"to_imported_string": "toV8InspectorStringView(%s)",
"from_imported_string": "toCoreString(%s)",
- "namespace": ["v8_inspector", "protocol"]
+ "namespace": ["v8_inspector", "protocol"],
+ "options": [
+ {
+ "domain": "Runtime",
+ "imported": ["RemoteObject", "StackTrace"]
+ },
+ {
+ "domain": "Debugger",
+ "imported": ["SearchMatch"]
+ }
+ ]
},
"lib": {
« no previous file with comments | « no previous file | third_party/inspector_protocol/CodeGenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698