| 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 20 matching lines...) Expand all Loading... |
| 31 { | 31 { |
| 32 "domain": "DeviceOrientation" | 32 "domain": "DeviceOrientation" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "domain": "DOM" | 35 "domain": "DOM" |
| 36 }, | 36 }, |
| 37 { | 37 { |
| 38 "domain": "DOMDebugger" | 38 "domain": "DOMDebugger" |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 "domain": "DOMSnapshot" |
| 42 }, |
| 43 { |
| 41 "domain": "DOMStorage" | 44 "domain": "DOMStorage" |
| 42 }, | 45 }, |
| 43 { | 46 { |
| 44 "domain": "IndexedDB", | 47 "domain": "IndexedDB", |
| 45 "async": ["requestDatabaseNames", "requestDatabase", "requestDat
a", "clearObjectStore", "deleteDatabase"] | 48 "async": ["requestDatabaseNames", "requestDatabase", "requestDat
a", "clearObjectStore", "deleteDatabase"] |
| 46 }, | 49 }, |
| 47 { | 50 { |
| 48 "domain": "LayerTree" | 51 "domain": "LayerTree" |
| 49 }, | 52 }, |
| 50 { | 53 { |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 }, | 122 }, |
| 120 | 123 |
| 121 "lib": { | 124 "lib": { |
| 122 "package": "core/inspector/protocol", | 125 "package": "core/inspector/protocol", |
| 123 "output": "inspector/protocol", | 126 "output": "inspector/protocol", |
| 124 "string_header": "core/inspector/V8InspectorString.h", | 127 "string_header": "core/inspector/V8InspectorString.h", |
| 125 "export_macro": "CORE_EXPORT", | 128 "export_macro": "CORE_EXPORT", |
| 126 "export_header": "core/CoreExport.h" | 129 "export_header": "core/CoreExport.h" |
| 127 } | 130 } |
| 128 } | 131 } |
| OLD | NEW |