| 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 22 matching lines...) Expand all Loading... |
| 33 "type": "setting", | 33 "type": "setting", |
| 34 "settingName": "enableAsyncStackTraces", | 34 "settingName": "enableAsyncStackTraces", |
| 35 "settingType": "boolean", | 35 "settingType": "boolean", |
| 36 "defaultValue": false | 36 "defaultValue": false |
| 37 } | 37 } |
| 38 ], | 38 ], |
| 39 "scripts": [ | 39 "scripts": [ |
| 40 "InspectorBackend.js", | 40 "InspectorBackend.js", |
| 41 "../InspectorBackendCommands.js", | 41 "../InspectorBackendCommands.js", |
| 42 "Target.js", | 42 "Target.js", |
| 43 "AnimationModel.js", | |
| 44 "ApplicationCacheModel.js", | 43 "ApplicationCacheModel.js", |
| 45 "ConsoleModel.js", | 44 "ConsoleModel.js", |
| 46 "ContentProviders.js", | 45 "ContentProviders.js", |
| 47 "CookieParser.js", | 46 "CookieParser.js", |
| 48 "CPUProfileDataModel.js", | 47 "CPUProfileDataModel.js", |
| 49 "CPUProfilerModel.js", | 48 "CPUProfilerModel.js", |
| 50 "CSSMetadata.js", | 49 "CSSMetadata.js", |
| 51 "CSSParser.js", | 50 "CSSParser.js", |
| 52 "CSSStyleModel.js", | 51 "CSSStyleModel.js", |
| 53 "DOMModel.js", | 52 "DOMModel.js", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 70 "NetworkRequest.js", | 69 "NetworkRequest.js", |
| 71 "PaintProfiler.js", | 70 "PaintProfiler.js", |
| 72 "HeapProfilerModel.js", | 71 "HeapProfilerModel.js", |
| 73 "../SupportedCSSProperties.js" | 72 "../SupportedCSSProperties.js" |
| 74 ], | 73 ], |
| 75 "skip_compilation": [ | 74 "skip_compilation": [ |
| 76 "../InspectorBackendCommands.js", | 75 "../InspectorBackendCommands.js", |
| 77 "../SupportedCSSProperties.js" | 76 "../SupportedCSSProperties.js" |
| 78 ] | 77 ] |
| 79 } | 78 } |
| OLD | NEW |