Chromium Code Reviews| 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" |
| + } |
| +} |