| 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": "skipStackFramesPattern", | 10 "settingName": "skipStackFramesPattern", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "LayerTreeModel.js", | 55 "LayerTreeModel.js", |
| 56 "NetworkLog.js", | 56 "NetworkLog.js", |
| 57 "ServiceWorkerManager.js", | 57 "ServiceWorkerManager.js", |
| 58 "TracingManager.js", | 58 "TracingManager.js", |
| 59 "TracingModel.js", | 59 "TracingModel.js", |
| 60 "WorkerManager.js", | 60 "WorkerManager.js", |
| 61 "RuntimeModel.js", | 61 "RuntimeModel.js", |
| 62 "Script.js", | 62 "Script.js", |
| 63 "ServiceWorkerCacheModel.js", | 63 "ServiceWorkerCacheModel.js", |
| 64 "RemoteObject.js", | 64 "RemoteObject.js", |
| 65 "RemoteObjectUtils.js", |
| 65 "Resource.js", | 66 "Resource.js", |
| 66 "ResourceTreeModel.js", | 67 "ResourceTreeModel.js", |
| 67 "SourceMap.js", | 68 "SourceMap.js", |
| 68 "NetworkManager.js", | 69 "NetworkManager.js", |
| 69 "NetworkRequest.js", | 70 "NetworkRequest.js", |
| 70 "PaintProfiler.js", | 71 "PaintProfiler.js", |
| 71 "HeapProfilerModel.js", | 72 "HeapProfilerModel.js", |
| 72 "../SupportedCSSProperties.js" | 73 "../SupportedCSSProperties.js" |
| 73 ], | 74 ], |
| 74 "skip_compilation": [ | 75 "skip_compilation": [ |
| 75 "../InspectorBackendCommands.js", | 76 "../InspectorBackendCommands.js", |
| 76 "../SupportedCSSProperties.js" | 77 "../SupportedCSSProperties.js" |
| 77 ] | 78 ] |
| 78 } | 79 } |
| OLD | NEW |