OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "name": "common", | 3 "name": "common", |
4 "dependencies": [], | 4 "dependencies": [], |
5 "sources": [ | 5 "sources": [ |
6 "Color.js", | 6 "Color.js", |
7 "DOMExtension.js", | 7 "DOMExtension.js", |
8 "Geometry.js", | 8 "Geometry.js", |
9 "ModuleManager.js", | 9 "ModuleManager.js", |
10 "Object.js", | 10 "Object.js", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 "SidebarTreeElement.js", | 118 "SidebarTreeElement.js", |
119 "SidebarView.js", | 119 "SidebarView.js", |
120 "ShortcutsScreen.js", | 120 "ShortcutsScreen.js", |
121 "ShowMoreDataGridNode.js", | 121 "ShowMoreDataGridNode.js", |
122 "SoftContextMenu.js", | 122 "SoftContextMenu.js", |
123 "Spectrum.js", | 123 "Spectrum.js", |
124 "SplitView.js", | 124 "SplitView.js", |
125 "StackView.js", | 125 "StackView.js", |
126 "StatusBarButton.js", | 126 "StatusBarButton.js", |
127 "SuggestBox.js", | 127 "SuggestBox.js", |
| 128 "SuggestionBuilder.js", |
128 "TabbedPane.js", | 129 "TabbedPane.js", |
129 "TextEditor.js", | 130 "TextEditor.js", |
130 "TextPrompt.js", | 131 "TextPrompt.js", |
131 "TextUtils.js", | 132 "TextUtils.js", |
132 "TimelineGrid.js", | 133 "TimelineGrid.js", |
133 "UIUtils.js", | 134 "UIUtils.js", |
134 "View.js", | 135 "View.js", |
135 "ViewportControl.js", | 136 "ViewportControl.js", |
136 "treeoutline.js" | 137 "treeoutline.js" |
137 ] | 138 ] |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 "layers", | 408 "layers", |
408 "extensions", | 409 "extensions", |
409 "settings", | 410 "settings", |
410 "tests", | 411 "tests", |
411 "profiler", | 412 "profiler", |
412 "host_stub" | 413 "host_stub" |
413 ], | 414 ], |
414 "sources": [] | 415 "sources": [] |
415 } | 416 } |
416 ] | 417 ] |
OLD | NEW |