| OLD | NEW |
| 1 { | 1 { |
| 2 "use_snake_file_names": true, | 2 "use_snake_file_names": true, |
| 3 "use_title_case_methods": true, | 3 "use_title_case_methods": true, |
| 4 | 4 |
| 5 "protocol": { | 5 "protocol": { |
| 6 "package": "content/browser/devtools/protocol", | 6 "package": "content/browser/devtools/protocol", |
| 7 "output": "protocol", | 7 "output": "protocol", |
| 8 "namespace": ["content", "protocol"], | 8 "namespace": ["content", "protocol"], |
| 9 "export_macro": "CONTENT_EXPORT", | 9 "export_macro": "CONTENT_EXPORT", |
| 10 "export_header": "content/common/content_export.h", | 10 "export_header": "content/common/content_export.h", |
| 11 "options": [ | 11 "options": [ |
| 12 { | 12 { |
| 13 "domain": "DOM", |
| 14 "include": ["setFileInputFiles"] |
| 15 }, |
| 16 { |
| 13 "domain": "IO", | 17 "domain": "IO", |
| 14 "async": ["read"] | 18 "async": ["read"] |
| 15 }, | 19 }, |
| 16 { | 20 { |
| 17 "domain": "Memory", | 21 "domain": "Memory", |
| 18 "include": ["setPressureNotificationsSuppressed", "simulatePress
ureNotification"] | 22 "include": ["setPressureNotificationsSuppressed", "simulatePress
ureNotification"] |
| 19 }, | 23 }, |
| 20 { | 24 { |
| 21 "domain": "SystemInfo", | 25 "domain": "SystemInfo", |
| 22 "async": ["getInfo"] | 26 "async": ["getInfo"] |
| (...skipping 10 matching lines...) Expand all Loading... |
| 33 }, | 37 }, |
| 34 | 38 |
| 35 "lib": { | 39 "lib": { |
| 36 "package": "content/browser/devtools/protocol", | 40 "package": "content/browser/devtools/protocol", |
| 37 "output": "protocol", | 41 "output": "protocol", |
| 38 "string_header": "content/browser/devtools/protocol_string.h", | 42 "string_header": "content/browser/devtools/protocol_string.h", |
| 39 "export_macro": "CONTENT_EXPORT", | 43 "export_macro": "CONTENT_EXPORT", |
| 40 "export_header": "content/common/content_export.h" | 44 "export_header": "content/common/content_export.h" |
| 41 } | 45 } |
| 42 } | 46 } |
| OLD | NEW |