OLD | NEW |
(Empty) | |
| 1 { |
| 2 "use_snake_file_names": true, |
| 3 "use_title_case_methods": true, |
| 4 |
| 5 "protocol": { |
| 6 "package": "content/browser/devtools/protocol", |
| 7 "output": "protocol", |
| 8 "namespace": ["content", "protocol"], |
| 9 "export_macro": "CONTENT_EXPORT", |
| 10 "export_header": "content/common/content_export.h", |
| 11 "options": [ |
| 12 { |
| 13 "domain": "IO", |
| 14 "async": ["read"] |
| 15 }, |
| 16 { |
| 17 "domain": "Tracing", |
| 18 "async": ["start", "end"] |
| 19 } |
| 20 ] |
| 21 }, |
| 22 |
| 23 "lib": { |
| 24 "package": "content/browser/devtools/protocol", |
| 25 "output": "protocol", |
| 26 "string_header": "content/browser/devtools/protocol_string.h", |
| 27 "export_macro": "CONTENT_EXPORT", |
| 28 "export_header": "content/common/content_export.h" |
| 29 } |
| 30 } |
OLD | NEW |