OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "name": "common", | 3 "name": "common", |
4 "dependencies": [], | 4 "dependencies": [], |
5 "sources": [ | 5 "sources": [ |
6 "modules.js", | 6 "modules.js", |
7 "Color.js", | 7 "Color.js", |
8 "DOMExtension.js", | 8 "DOMExtension.js", |
9 "Geometry.js", | 9 "Geometry.js", |
10 "ModuleManager.js", | 10 "ModuleManager.js", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 "IsolatedFileSystemManager.js", | 54 "IsolatedFileSystemManager.js", |
55 "IsolatedFileSystem.js", | 55 "IsolatedFileSystem.js", |
56 "LayerTreeModel.js", | 56 "LayerTreeModel.js", |
57 "Linkifier.js", | 57 "Linkifier.js", |
58 "NetworkLog.js", | 58 "NetworkLog.js", |
59 "NetworkUISourceCodeProvider.js", | 59 "NetworkUISourceCodeProvider.js", |
60 "NotificationService.js", | 60 "NotificationService.js", |
61 "OverridesSupport.js", | 61 "OverridesSupport.js", |
62 "PresentationConsoleMessageHelper.js", | 62 "PresentationConsoleMessageHelper.js", |
63 "WorkerManager.js", | 63 "WorkerManager.js", |
| 64 "WorkerTargetManager.js", |
64 "RuntimeModel.js", | 65 "RuntimeModel.js", |
65 "SASSSourceMapping.js", | 66 "SASSSourceMapping.js", |
66 "Script.js", | 67 "Script.js", |
67 "ScriptSnippetModel.js", | 68 "ScriptSnippetModel.js", |
68 "SimpleWorkspaceProvider.js", | 69 "SimpleWorkspaceProvider.js", |
69 "SnippetStorage.js", | 70 "SnippetStorage.js", |
70 "SourceMapping.js", | 71 "SourceMapping.js", |
71 "StylesSourceMapping.js", | 72 "StylesSourceMapping.js", |
72 "TempFile.js", | 73 "TempFile.js", |
73 "TimelineManager.js", | 74 "TimelineManager.js", |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 "extensions", | 450 "extensions", |
450 "settings", | 451 "settings", |
451 "tests", | 452 "tests", |
452 "profiler", | 453 "profiler", |
453 "host_stub", | 454 "host_stub", |
454 "screencast" | 455 "screencast" |
455 ], | 456 ], |
456 "sources": [ "Main.js" ] | 457 "sources": [ "Main.js" ] |
457 } | 458 } |
458 ] | 459 ] |
OLD | NEW |