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