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

Unified Diff: ui/devtools/inspector_protocol_config.json

Issue 2374513002: Add ui devtools server (Closed)
Patch Set: Initial commit for ui devtools server Created 4 years, 3 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
Index: ui/devtools/inspector_protocol_config.json
diff --git a/ui/devtools/inspector_protocol_config.json b/ui/devtools/inspector_protocol_config.json
new file mode 100644
index 0000000000000000000000000000000000000000..289ee1d7b705afe1ab7f90ac9bac1c339b47aee7
--- /dev/null
+++ b/ui/devtools/inspector_protocol_config.json
@@ -0,0 +1,14 @@
+{
sadrul 2016/10/17 16:05:09 Does the scripts that use this file understand com
Sarmad Hashmi 2016/10/17 16:58:21 There's no specific doc regarding these files AFAI
+ "protocol": {
+ "path": "protocol.json",
+ "package": "ui/devtools",
+ "output": "",
+ "namespace": ["ui", "devtools", "protocol"]
+ },
+ "lib": {
+ "package": "ui/devtools",
+ "output": "",
+ "string_header": "ui/devtools/StringUtil.h",
+ "platform_header": "ui/devtools/ProtocolPlatform.h"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698