| OLD | NEW |
| 1 { | 1 { |
| 2 "protocol": { | 2 "protocol": { |
| 3 "path": "browser_protocol.json", | 3 "path": "browser_protocol.json", |
| 4 "package": "core/inspector/protocol", | 4 "package": "core/inspector/protocol", |
| 5 "output": "inspector/protocol", | 5 "output": "inspector/protocol", |
| 6 "namespace": ["blink", "protocol"], | 6 "namespace": ["blink", "protocol"], |
| 7 "export_macro": "CORE_EXPORT", | 7 "export_macro": "CORE_EXPORT", |
| 8 "export_header": "core/CoreExport.h", | 8 "export_header": "core/CoreExport.h", |
| 9 "options": [ | 9 "options": [ |
| 10 { | 10 { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "domain": "IndexedDB", | 44 "domain": "IndexedDB", |
| 45 "async": ["requestDatabaseNames", "requestDatabase", "requestDat
a", "clearObjectStore", "deleteDatabase"] | 45 "async": ["requestDatabaseNames", "requestDatabase", "requestDat
a", "clearObjectStore", "deleteDatabase"] |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "domain": "LayerTree" | 48 "domain": "LayerTree" |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "domain": "Log" | 51 "domain": "Log" |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "domain": "Overlay" | 54 "domain": "Rendering" |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "domain": "Input", | 57 "domain": "Input", |
| 58 "include": ["dispatchTouchEvent"] | 58 "include": ["dispatchTouchEvent"] |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "domain": "IO", | 61 "domain": "IO", |
| 62 "include": [] | 62 "include": [] |
| 63 }, | 63 }, |
| 64 { | 64 { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 }, | 118 }, |
| 119 | 119 |
| 120 "lib": { | 120 "lib": { |
| 121 "package": "core/inspector/protocol", | 121 "package": "core/inspector/protocol", |
| 122 "output": "inspector/protocol", | 122 "output": "inspector/protocol", |
| 123 "string_header": "core/inspector/V8InspectorString.h", | 123 "string_header": "core/inspector/V8InspectorString.h", |
| 124 "export_macro": "CORE_EXPORT", | 124 "export_macro": "CORE_EXPORT", |
| 125 "export_header": "core/CoreExport.h" | 125 "export_header": "core/CoreExport.h" |
| 126 } | 126 } |
| 127 } | 127 } |
| OLD | NEW |