| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "ContentProviders.js", | 81 "ContentProviders.js", |
| 82 "CookieParser.js", | 82 "CookieParser.js", |
| 83 "ProfileTreeModel.js", | 83 "ProfileTreeModel.js", |
| 84 "ServerTiming.js", | 84 "ServerTiming.js", |
| 85 "CPUProfileDataModel.js", | 85 "CPUProfileDataModel.js", |
| 86 "CPUProfilerModel.js", | 86 "CPUProfilerModel.js", |
| 87 "CSSMatchedStyles.js", | 87 "CSSMatchedStyles.js", |
| 88 "CSSMedia.js", | 88 "CSSMedia.js", |
| 89 "CSSMetadata.js", | 89 "CSSMetadata.js", |
| 90 "CSSModel.js", | 90 "CSSModel.js", |
| 91 "CSSParser.js", | |
| 92 "CSSProperty.js", | 91 "CSSProperty.js", |
| 93 "CSSRule.js", | 92 "CSSRule.js", |
| 94 "CSSStyleDeclaration.js", | 93 "CSSStyleDeclaration.js", |
| 95 "CSSStyleSheetHeader.js", | 94 "CSSStyleSheetHeader.js", |
| 96 "DOMModel.js", | 95 "DOMModel.js", |
| 97 "DebuggerModel.js", | 96 "DebuggerModel.js", |
| 98 "HAREntry.js", | 97 "HAREntry.js", |
| 99 "LayerTreeBase.js", | 98 "LayerTreeBase.js", |
| 100 "NetworkLog.js", | 99 "NetworkLog.js", |
| 101 "ServiceWorkerManager.js", | 100 "ServiceWorkerManager.js", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 114 "NetworkRequest.js", | 113 "NetworkRequest.js", |
| 115 "PaintProfiler.js", | 114 "PaintProfiler.js", |
| 116 "HeapProfilerModel.js", | 115 "HeapProfilerModel.js", |
| 117 "../SupportedCSSProperties.js" | 116 "../SupportedCSSProperties.js" |
| 118 ], | 117 ], |
| 119 "skip_compilation": [ | 118 "skip_compilation": [ |
| 120 "../InspectorBackendCommands.js", | 119 "../InspectorBackendCommands.js", |
| 121 "../SupportedCSSProperties.js" | 120 "../SupportedCSSProperties.js" |
| 122 ] | 121 ] |
| 123 } | 122 } |
| OLD | NEW |