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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
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
new file mode 100644
index 0000000000000000000000000000000000000000..9b1ccae2a69097f924ea81b84d0082cb9ff1b433
--- /dev/null
+++ b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
@@ -0,0 +1,18 @@
+{
+ "protocol": {
+ "path": "browser_protocol.json",
+ "package": "core/inspector/protocol",
+ "output": "inspector/protocol"
+ },
+
+ "import": {
+ "path": "../../platform/v8_inspector/js_protocol.json",
+ "package": "platform/v8_inspector/public/protocol"
+ },
+
+ "string": {
+ "class_name": "WTF::String"
+ },
+
+ "export_macro": "CORE_EXPORT"
+}
« 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