| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "ServiceWorkerManager.js", | 99 "ServiceWorkerManager.js", |
| 100 "TracingManager.js", | 100 "TracingManager.js", |
| 101 "TracingModel.js", | 101 "TracingModel.js", |
| 102 "WorkerManager.js", | 102 "WorkerManager.js", |
| 103 "RuntimeModel.js", | 103 "RuntimeModel.js", |
| 104 "Script.js", | 104 "Script.js", |
| 105 "ServiceWorkerCacheModel.js", | 105 "ServiceWorkerCacheModel.js", |
| 106 "RemoteObject.js", | 106 "RemoteObject.js", |
| 107 "Resource.js", | 107 "Resource.js", |
| 108 "ResourceTreeModel.js", | 108 "ResourceTreeModel.js", |
| 109 "SecurityOriginManager.js", |
| 109 "SourceMap.js", | 110 "SourceMap.js", |
| 110 "NetworkManager.js", | 111 "NetworkManager.js", |
| 111 "NetworkRequest.js", | 112 "NetworkRequest.js", |
| 112 "PaintProfiler.js", | 113 "PaintProfiler.js", |
| 113 "HeapProfilerModel.js", | 114 "HeapProfilerModel.js", |
| 114 "../SupportedCSSProperties.js" | 115 "../SupportedCSSProperties.js" |
| 115 ], | 116 ], |
| 116 "skip_compilation": [ | 117 "skip_compilation": [ |
| 117 "../InspectorBackendCommands.js", | 118 "../InspectorBackendCommands.js", |
| 118 "../SupportedCSSProperties.js" | 119 "../SupportedCSSProperties.js" |
| 119 ] | 120 ] |
| 120 } | 121 } |
| OLD | NEW |