OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "name": "common", | 3 "name": "common", |
4 "dependencies": [], | 4 "dependencies": [], |
5 "sources": [ | 5 "sources": [ |
6 "common/modules.js", | 6 "common/modules.js", |
7 "common/Color.js", | 7 "common/Color.js", |
8 "common/Geometry.js", | 8 "common/Geometry.js", |
9 "common/Console.js", | 9 "common/Console.js", |
10 "common/ModuleManager.js", | 10 "common/ModuleManager.js", |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 "ui/PieChart.js", | 114 "ui/PieChart.js", |
115 "ui/Popover.js", | 115 "ui/Popover.js", |
116 "ui/ProgressIndicator.js", | 116 "ui/ProgressIndicator.js", |
117 "ui/ResizerWidget.js", | 117 "ui/ResizerWidget.js", |
118 "ui/SettingsUI.js", | 118 "ui/SettingsUI.js", |
119 "ui/SidebarPane.js", | 119 "ui/SidebarPane.js", |
120 "ui/SidebarTreeElement.js", | 120 "ui/SidebarTreeElement.js", |
121 "ui/ShortcutRegistry.js", | 121 "ui/ShortcutRegistry.js", |
122 "ui/ShowMoreDataGridNode.js", | 122 "ui/ShowMoreDataGridNode.js", |
123 "ui/SoftContextMenu.js", | 123 "ui/SoftContextMenu.js", |
| 124 "ui/SortableDataGrid.js", |
124 "ui/SplitView.js", | 125 "ui/SplitView.js", |
125 "ui/StackView.js", | 126 "ui/StackView.js", |
126 "ui/StatusBarButton.js", | 127 "ui/StatusBarButton.js", |
127 "ui/SuggestBox.js", | 128 "ui/SuggestBox.js", |
128 "ui/TabbedPane.js", | 129 "ui/TabbedPane.js", |
129 "ui/TextEditor.js", | 130 "ui/TextEditor.js", |
130 "ui/TextPrompt.js", | 131 "ui/TextPrompt.js", |
131 "ui/UIUtils.js", | 132 "ui/UIUtils.js", |
132 "ui/View.js", | 133 "ui/View.js", |
133 "ui/ViewportControl.js", | 134 "ui/ViewportControl.js", |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 "settings", | 494 "settings", |
494 "tests", | 495 "tests", |
495 "profiler", | 496 "profiler", |
496 "host", | 497 "host", |
497 "screencast", | 498 "screencast", |
498 "main" | 499 "main" |
499 ], | 500 ], |
500 "sources": [] | 501 "sources": [] |
501 } | 502 } |
502 ] | 503 ] |
OLD | NEW |