| OLD | NEW |
| 1 { | 1 { |
| 2 "dependencies": [ | 2 "dependencies": [ |
| 3 "platform", | 3 "platform", |
| 4 "common", | 4 "common", |
| 5 "host" | 5 "host" |
| 6 ], | 6 ], |
| 7 "scripts": [ | 7 "scripts": [ |
| 8 "Widget.js", | 8 "Widget.js", |
| 9 "View.js", | 9 "View.js", |
| 10 "treeoutline.js", | 10 "treeoutline.js", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 "StackView.js", | 43 "StackView.js", |
| 44 "SwatchPopoverHelper.js", | 44 "SwatchPopoverHelper.js", |
| 45 "TextPrompt.js", | 45 "TextPrompt.js", |
| 46 "ThrottledWidget.js", | 46 "ThrottledWidget.js", |
| 47 "Toolbar.js", | 47 "Toolbar.js", |
| 48 "Tooltip.js", | 48 "Tooltip.js", |
| 49 "SuggestBox.js", | 49 "SuggestBox.js", |
| 50 "TabbedPane.js", | 50 "TabbedPane.js", |
| 51 "UIUtils.js", | 51 "UIUtils.js", |
| 52 "ViewportControl.js", | 52 "ViewportControl.js", |
| 53 "StaticViewportControl.js", |
| 53 "ZoomManager.js" | 54 "ZoomManager.js" |
| 54 ], | 55 ], |
| 55 "resources": [ | 56 "resources": [ |
| 56 "bezierEditor.css", | 57 "bezierEditor.css", |
| 57 "bezierSwatch.css", | 58 "bezierSwatch.css", |
| 58 "checkboxTextLabel.css", | 59 "checkboxTextLabel.css", |
| 59 "closeButton.css", | 60 "closeButton.css", |
| 60 "colorSwatch.css", | 61 "colorSwatch.css", |
| 61 "cssShadowEditor.css", | 62 "cssShadowEditor.css", |
| 62 "cssShadowSwatch.css", | 63 "cssShadowSwatch.css", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 86 "splitWidget.css", | 87 "splitWidget.css", |
| 87 "toolbar.css", | 88 "toolbar.css", |
| 88 "suggestBox.css", | 89 "suggestBox.css", |
| 89 "tabbedPane.css", | 90 "tabbedPane.css", |
| 90 "textButton.css", | 91 "textButton.css", |
| 91 "textPrompt.css", | 92 "textPrompt.css", |
| 92 "tooltip.css", | 93 "tooltip.css", |
| 93 "treeoutline.css" | 94 "treeoutline.css" |
| 94 ] | 95 ] |
| 95 } | 96 } |
| OLD | NEW |