| OLD | NEW |
| 1 { | 1 { |
| 2 "protocol": { | 2 "protocol": { |
| 3 "path": "protocol.json", | 3 "path": "protocol.json", |
| 4 "package": "components/ui_devtools", | 4 "package": "components/ui_devtools", |
| 5 "output": "", | 5 "output": "", |
| 6 "namespace": ["ui", "devtools", "protocol"] | 6 "namespace": ["ui", "devtools", "protocol"], |
| 7 "export_macro": "UI_DEVTOOLS_EXPORT", |
| 8 "export_header": "components/ui_devtools/devtools_export.h" |
| 7 }, | 9 }, |
| 8 "lib": { | 10 "lib": { |
| 9 "package": "components/ui_devtools", | 11 "package": "components/ui_devtools", |
| 10 "output": "", | 12 "output": "", |
| 11 "string_header": "components/ui_devtools/string_util.h" | 13 "string_header": "components/ui_devtools/string_util.h", |
| 14 "export_macro": "UI_DEVTOOLS_EXPORT", |
| 15 "export_header": "components/ui_devtools/devtools_export.h" |
| 12 } | 16 } |
| 13 } | 17 } |
| OLD | NEW |