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", |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "domain": "ServiceWorker" | 55 "domain": "ServiceWorker" |
56 }, | 56 }, |
57 { | 57 { |
58 "domain": "Storage" | 58 "domain": "Storage" |
59 }, | 59 }, |
60 { | 60 { |
61 "domain": "SystemInfo", | 61 "domain": "SystemInfo", |
62 "async": ["getInfo"] | 62 "async": ["getInfo"] |
63 }, | 63 }, |
64 { | 64 { |
| 65 "domain": "Target" |
| 66 }, |
| 67 { |
65 "domain": "Tethering", | 68 "domain": "Tethering", |
66 "async": ["bind", "unbind"] | 69 "async": ["bind", "unbind"] |
67 }, | 70 }, |
68 { | 71 { |
69 "domain": "Tracing", | 72 "domain": "Tracing", |
70 "async": ["start", "end", "getCategories", "requestMemoryDump"] | 73 "async": ["start", "end", "getCategories", "requestMemoryDump"] |
71 } | 74 } |
72 ] | 75 ] |
73 }, | 76 }, |
74 | 77 |
75 "lib": { | 78 "lib": { |
76 "package": "content/browser/devtools/protocol", | 79 "package": "content/browser/devtools/protocol", |
77 "output": "protocol", | 80 "output": "protocol", |
78 "string_header": "content/browser/devtools/protocol_string.h", | 81 "string_header": "content/browser/devtools/protocol_string.h", |
79 "export_macro": "CONTENT_EXPORT", | 82 "export_macro": "CONTENT_EXPORT", |
80 "export_header": "content/common/content_export.h" | 83 "export_header": "content/common/content_export.h" |
81 } | 84 } |
82 } | 85 } |
OLD | NEW |