| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "StackView.js", | 44 "StackView.js", |
| 45 "SwatchPopoverHelper.js", | 45 "SwatchPopoverHelper.js", |
| 46 "TextPrompt.js", | 46 "TextPrompt.js", |
| 47 "ThrottledWidget.js", | 47 "ThrottledWidget.js", |
| 48 "Toolbar.js", | 48 "Toolbar.js", |
| 49 "Tooltip.js", | 49 "Tooltip.js", |
| 50 "SuggestBox.js", | 50 "SuggestBox.js", |
| 51 "TabbedPane.js", | 51 "TabbedPane.js", |
| 52 "UIUtils.js", | 52 "UIUtils.js", |
| 53 "ViewportControl.js", | 53 "ViewportControl.js", |
| 54 "StaticViewportControl.js", | |
| 55 "ZoomManager.js" | 54 "ZoomManager.js" |
| 56 ], | 55 ], |
| 57 "resources": [ | 56 "resources": [ |
| 58 "bezierEditor.css", | 57 "bezierEditor.css", |
| 59 "bezierSwatch.css", | 58 "bezierSwatch.css", |
| 60 "checkboxTextLabel.css", | 59 "checkboxTextLabel.css", |
| 61 "closeButton.css", | 60 "closeButton.css", |
| 62 "colorSwatch.css", | 61 "colorSwatch.css", |
| 63 "cssShadowEditor.css", | 62 "cssShadowEditor.css", |
| 64 "cssShadowSwatch.css", | 63 "cssShadowSwatch.css", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 87 "splitWidget.css", | 86 "splitWidget.css", |
| 88 "toolbar.css", | 87 "toolbar.css", |
| 89 "suggestBox.css", | 88 "suggestBox.css", |
| 90 "tabbedPane.css", | 89 "tabbedPane.css", |
| 91 "textButton.css", | 90 "textButton.css", |
| 92 "textPrompt.css", | 91 "textPrompt.css", |
| 93 "tooltip.css", | 92 "tooltip.css", |
| 94 "treeoutline.css" | 93 "treeoutline.css" |
| 95 ] | 94 ] |
| 96 } | 95 } |
| OLD | NEW |