| OLD | NEW |
| 1 { | 1 { |
| 2 "dependencies": [ | 2 "dependencies": [ |
| 3 "common", | 3 "common", |
| 4 "host" | 4 "host" |
| 5 ], | 5 ], |
| 6 "scripts": [ | 6 "scripts": [ |
| 7 "InspectorBackend.js", | 7 "InspectorBackend.js", |
| 8 "../InspectorBackendCommands.js", | 8 "../InspectorBackendCommands.js", |
| 9 "Target.js", | 9 "Target.js", |
| 10 "ApplicationCacheModel.js", | 10 "ApplicationCacheModel.js", |
| 11 "BlackboxSupport.js", | 11 "BlackboxSupport.js", |
| 12 "ConsoleModel.js", | 12 "ConsoleModel.js", |
| 13 "ContentProviders.js", | 13 "ContentProviders.js", |
| 14 "CookieParser.js", | 14 "CookieParser.js", |
| 15 "CPUProfileDataModel.js", | 15 "CPUProfileDataModel.js", |
| 16 "CPUProfilerModel.js", | 16 "CPUProfilerModel.js", |
| 17 "CSSMetadata.js", | 17 "CSSMetadata.js", |
| 18 "CSSParser.js", | 18 "CSSParser.js", |
| 19 "CSSStyleModel.js", | 19 "CSSStyleModel.js", |
| 20 "DOMModel.js", | 20 "DOMModel.js", |
| 21 "DOMStorage.js", | 21 "DOMStorage.js", |
| 22 "Database.js", | 22 "Database.js", |
| 23 "DebuggerModel.js", | 23 "DebuggerModel.js", |
| 24 "FileSystemModel.js", | 24 "FileSystemModel.js", |
| 25 "IndexedDBModel.js", | 25 "IndexedDBModel.js", |
| 26 "LayerTreeModel.js", | 26 "LayerTreeModel.js", |
| 27 "Locks.js", | |
| 28 "NetworkLog.js", | 27 "NetworkLog.js", |
| 29 "OverridesSupport.js", | 28 "OverridesSupport.js", |
| 30 "PowerProfiler.js", | 29 "PowerProfiler.js", |
| 31 "TracingManager.js", | 30 "TracingManager.js", |
| 32 "WorkerManager.js", | 31 "WorkerManager.js", |
| 33 "WorkerTargetManager.js", | 32 "WorkerTargetManager.js", |
| 34 "RuntimeModel.js", | 33 "RuntimeModel.js", |
| 35 "Script.js", | 34 "Script.js", |
| 36 "SnippetStorage.js", | 35 "SnippetStorage.js", |
| 37 "TimelineManager.js", | 36 "TimelineManager.js", |
| 38 "RemoteObject.js", | 37 "RemoteObject.js", |
| 39 "Resource.js", | 38 "Resource.js", |
| 40 "ResourceTreeModel.js", | 39 "ResourceTreeModel.js", |
| 41 "SourceMap.js", | 40 "SourceMap.js", |
| 42 "NetworkManager.js", | 41 "NetworkManager.js", |
| 43 "NetworkRequest.js", | 42 "NetworkRequest.js", |
| 44 "PaintProfiler.js", | 43 "PaintProfiler.js", |
| 45 "HeapProfilerModel.js", | 44 "HeapProfilerModel.js", |
| 46 "../SupportedCSSProperties.js" | 45 "../SupportedCSSProperties.js" |
| 47 ], | 46 ], |
| 48 "skip_compilation": [ | 47 "skip_compilation": [ |
| 49 "../InspectorBackendCommands.js", | 48 "../InspectorBackendCommands.js", |
| 50 "../SupportedCSSProperties.js" | 49 "../SupportedCSSProperties.js" |
| 51 ] | 50 ] |
| 52 } | 51 } |
| OLD | NEW |