| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 76 "InspectorBackendHostedMode.js", |
| 77 "Target.js", | 77 "Target.js", |
| 78 "TargetManager.js", | 78 "TargetManager.js", |
| 79 "ApplicationCacheModel.js", | 79 "ApplicationCacheModel.js", |
| 80 "Connections.js", |
| 80 "ConsoleModel.js", | 81 "ConsoleModel.js", |
| 81 "ContentProviders.js", | 82 "ContentProviders.js", |
| 82 "CookieParser.js", | 83 "CookieParser.js", |
| 83 "ProfileTreeModel.js", | 84 "ProfileTreeModel.js", |
| 84 "ServerTiming.js", | 85 "ServerTiming.js", |
| 85 "CPUProfileDataModel.js", | 86 "CPUProfileDataModel.js", |
| 86 "CPUProfilerModel.js", | 87 "CPUProfilerModel.js", |
| 87 "CSSMatchedStyles.js", | 88 "CSSMatchedStyles.js", |
| 88 "CSSMedia.js", | 89 "CSSMedia.js", |
| 89 "CSSMetadata.js", | 90 "CSSMetadata.js", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 115 "NetworkRequest.js", | 116 "NetworkRequest.js", |
| 116 "PaintProfiler.js", | 117 "PaintProfiler.js", |
| 117 "HeapProfilerModel.js", | 118 "HeapProfilerModel.js", |
| 118 "../SupportedCSSProperties.js" | 119 "../SupportedCSSProperties.js" |
| 119 ], | 120 ], |
| 120 "skip_compilation": [ | 121 "skip_compilation": [ |
| 121 "../InspectorBackendCommands.js", | 122 "../InspectorBackendCommands.js", |
| 122 "../SupportedCSSProperties.js" | 123 "../SupportedCSSProperties.js" |
| 123 ] | 124 ] |
| 124 } | 125 } |
| OLD | NEW |