| OLD | NEW |
| 1 { | 1 { |
| 2 "dependencies": [ | 2 "dependencies": [ |
| 3 "common", | 3 "common", |
| 4 "host", | 4 "host", |
| 5 "platform" | 5 "platform" |
| 6 ], | 6 ], |
| 7 "extensions": [ | 7 "extensions": [ |
| 8 { | 8 { |
| 9 "type": "setting", | 9 "type": "setting", |
| 10 "settingName": "blockedURLs", | 10 "settingName": "blockedURLs", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 { | 66 { |
| 67 "type": "setting", | 67 "type": "setting", |
| 68 "settingName": "showMetricsRulers", | 68 "settingName": "showMetricsRulers", |
| 69 "settingType": "boolean", | 69 "settingType": "boolean", |
| 70 "defaultValue": false | 70 "defaultValue": false |
| 71 } | 71 } |
| 72 ], | 72 ], |
| 73 "scripts": [ | 73 "scripts": [ |
| 74 "InspectorBackend.js", | 74 "InspectorBackend.js", |
| 75 "../InspectorBackendCommands.js", | 75 "../InspectorBackendCommands.js", |
| 76 "InspectorBackendHostedMode.js", | |
| 77 "Target.js", | 76 "Target.js", |
| 78 "TargetManager.js", | 77 "TargetManager.js", |
| 79 "ApplicationCacheModel.js", | 78 "ApplicationCacheModel.js", |
| 80 "Connections.js", | 79 "Connections.js", |
| 81 "ConsoleModel.js", | 80 "ConsoleModel.js", |
| 82 "ContentProviders.js", | 81 "ContentProviders.js", |
| 83 "CookieParser.js", | 82 "CookieParser.js", |
| 84 "ProfileTreeModel.js", | 83 "ProfileTreeModel.js", |
| 85 "ServerTiming.js", | 84 "ServerTiming.js", |
| 86 "CPUProfileDataModel.js", | 85 "CPUProfileDataModel.js", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 115 "NetworkRequest.js", | 114 "NetworkRequest.js", |
| 116 "PaintProfiler.js", | 115 "PaintProfiler.js", |
| 117 "HeapProfilerModel.js", | 116 "HeapProfilerModel.js", |
| 118 "../SupportedCSSProperties.js" | 117 "../SupportedCSSProperties.js" |
| 119 ], | 118 ], |
| 120 "skip_compilation": [ | 119 "skip_compilation": [ |
| 121 "../InspectorBackendCommands.js", | 120 "../InspectorBackendCommands.js", |
| 122 "../SupportedCSSProperties.js" | 121 "../SupportedCSSProperties.js" |
| 123 ] | 122 ] |
| 124 } | 123 } |
| OLD | NEW |