Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
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
| |
| 2 "protocol": { | |
| 3 "path": "protocol.json", | |
| 4 "package": "ui/devtools", | |
| 5 "output": "", | |
| 6 "namespace": ["ui", "devtools", "protocol"] | |
| 7 }, | |
| 8 "lib": { | |
| 9 "package": "ui/devtools", | |
| 10 "output": "", | |
| 11 "string_header": "ui/devtools/StringUtil.h", | |
| 12 "platform_header": "ui/devtools/ProtocolPlatform.h" | |
| 13 } | |
| 14 } | |
| OLD | NEW |