| OLD | NEW |
| 1 { | 1 { |
| 2 "dependencies": [ | 2 "dependencies": [ |
| 3 "common", | 3 "common", |
| 4 "host", | 4 "host", |
| 5 "platform", | 5 "platform", |
| 6 "protocol" | 6 "protocol" |
| 7 ], | 7 ], |
| 8 "extensions": [ | 8 "extensions": [ |
| 9 { | 9 { |
| 10 "type": "setting", | 10 "type": "setting", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 "RuntimeModel.js", | 262 "RuntimeModel.js", |
| 263 "ScreenCaptureModel.js", | 263 "ScreenCaptureModel.js", |
| 264 "Script.js", | 264 "Script.js", |
| 265 "ServiceWorkerCacheModel.js", | 265 "ServiceWorkerCacheModel.js", |
| 266 "RemoteObject.js", | 266 "RemoteObject.js", |
| 267 "Resource.js", | 267 "Resource.js", |
| 268 "ResourceTreeModel.js", | 268 "ResourceTreeModel.js", |
| 269 "SecurityOriginManager.js", | 269 "SecurityOriginManager.js", |
| 270 "SourceMap.js", | 270 "SourceMap.js", |
| 271 "SourceMapManager.js", | 271 "SourceMapManager.js", |
| 272 "MobileThrottling.js", |
| 272 "NetworkManager.js", | 273 "NetworkManager.js", |
| 273 "NetworkRequest.js", | 274 "NetworkRequest.js", |
| 274 "PaintProfiler.js", | 275 "PaintProfiler.js", |
| 275 "HeapProfilerModel.js", | 276 "HeapProfilerModel.js", |
| 276 "../SupportedCSSProperties.js", | 277 "../SupportedCSSProperties.js", |
| 277 "FilmStripModel.js" | 278 "FilmStripModel.js" |
| 278 ], | 279 ], |
| 279 "skip_compilation": [ | 280 "skip_compilation": [ |
| 280 "../SupportedCSSProperties.js" | 281 "../SupportedCSSProperties.js" |
| 281 ] | 282 ] |
| 282 } | 283 } |
| OLD | NEW |