| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@Components.DOMPresentationUtils.MarkerDecorator", | 4 "type": "@Components.DOMPresentationUtils.MarkerDecorator", |
| 5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", | 5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", |
| 6 "marker": "breakpoint-marker", | 6 "marker": "breakpoint-marker", |
| 7 "title": "DOM Breakpoint", | 7 "title": "DOM Breakpoint", |
| 8 "color": "rgb(105, 140, 254)" | 8 "color": "rgb(105, 140, 254)" |
| 9 } | 9 } |
| 10 ], | 10 ], |
| 11 "dependencies": [ | 11 "dependencies": [ |
| 12 "bindings", | 12 "bindings", |
| 13 "platform", | 13 "platform", |
| 14 "ui" | 14 "ui", |
| 15 "network_log" |
| 15 ], | 16 ], |
| 16 "scripts": [ | 17 "scripts": [ |
| 17 "BreakpointsSidebarPaneBase.js", | 18 "BreakpointsSidebarPaneBase.js", |
| 18 "CPUThrottlingManager.js", | 19 "CPUThrottlingManager.js", |
| 19 "DataSaverInfobar.js", | 20 "DataSaverInfobar.js", |
| 20 "DOMBreakpointsSidebarPane.js", | 21 "DOMBreakpointsSidebarPane.js", |
| 21 "DOMPresentationUtils.js", | 22 "DOMPresentationUtils.js", |
| 22 "DockController.js", | 23 "DockController.js", |
| 23 "Linkifier.js", | 24 "Linkifier.js", |
| 24 "Reload.js" | 25 "Reload.js" |
| 25 ], | 26 ], |
| 26 "resources": [ | 27 "resources": [ |
| 27 "breakpointsList.css", | 28 "breakpointsList.css", |
| 28 "domUtils.css", | 29 "domUtils.css", |
| 29 "imagePreview.css" | 30 "imagePreview.css" |
| 30 ] | 31 ] |
| 31 } | 32 } |
| OLD | NEW |