| OLD | NEW |
| 1 { | 1 { |
| 2 "dependencies": [ | 2 "dependencies": [ |
| 3 "common", | 3 "common", |
| 4 "host", | 4 "host" |
| 5 "platform" | |
| 6 ], | 5 ], |
| 7 "scripts": [ | 6 "scripts": [ |
| 8 "InspectorBackend.js", | 7 "InspectorBackend.js", |
| 9 "../InspectorBackendCommands.js", | 8 "../InspectorBackendCommands.js", |
| 10 "Target.js", | 9 "Target.js", |
| 11 "AnimationModel.js", | 10 "AnimationModel.js", |
| 12 "ApplicationCacheModel.js", | 11 "ApplicationCacheModel.js", |
| 13 "BlackboxSupport.js", | 12 "BlackboxSupport.js", |
| 14 "ConsoleModel.js", | 13 "ConsoleModel.js", |
| 15 "ContentProviders.js", | 14 "ContentProviders.js", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 45 "NetworkRequest.js", | 44 "NetworkRequest.js", |
| 46 "PaintProfiler.js", | 45 "PaintProfiler.js", |
| 47 "HeapProfilerModel.js", | 46 "HeapProfilerModel.js", |
| 48 "../SupportedCSSProperties.js" | 47 "../SupportedCSSProperties.js" |
| 49 ], | 48 ], |
| 50 "skip_compilation": [ | 49 "skip_compilation": [ |
| 51 "../InspectorBackendCommands.js", | 50 "../InspectorBackendCommands.js", |
| 52 "../SupportedCSSProperties.js" | 51 "../SupportedCSSProperties.js" |
| 53 ] | 52 ] |
| 54 } | 53 } |
| OLD | NEW |