| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "ServiceWorkerCacheModel.js", | 109 "ServiceWorkerCacheModel.js", |
| 110 "RemoteObject.js", | 110 "RemoteObject.js", |
| 111 "Resource.js", | 111 "Resource.js", |
| 112 "ResourceTreeModel.js", | 112 "ResourceTreeModel.js", |
| 113 "SecurityOriginManager.js", | 113 "SecurityOriginManager.js", |
| 114 "SourceMap.js", | 114 "SourceMap.js", |
| 115 "NetworkManager.js", | 115 "NetworkManager.js", |
| 116 "NetworkRequest.js", | 116 "NetworkRequest.js", |
| 117 "PaintProfiler.js", | 117 "PaintProfiler.js", |
| 118 "HeapProfilerModel.js", | 118 "HeapProfilerModel.js", |
| 119 "TargetConnectionManager.js", |
| 119 "../SupportedCSSProperties.js" | 120 "../SupportedCSSProperties.js" |
| 120 ], | 121 ], |
| 121 "skip_compilation": [ | 122 "skip_compilation": [ |
| 122 "../InspectorBackendCommands.js", | 123 "../InspectorBackendCommands.js", |
| 123 "../SupportedCSSProperties.js" | 124 "../SupportedCSSProperties.js" |
| 124 ] | 125 ] |
| 125 } | 126 } |
| OLD | NEW |