| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 "TabbedPane.js", | 47 "TabbedPane.js", |
| 48 "UIUtils.js", | 48 "UIUtils.js", |
| 49 "ViewportControl.js", | 49 "ViewportControl.js", |
| 50 "ZoomManager.js" | 50 "ZoomManager.js" |
| 51 ], | 51 ], |
| 52 "resources": [ | 52 "resources": [ |
| 53 "bezierSwatch.css", | 53 "bezierSwatch.css", |
| 54 "checkboxTextLabel.css", | 54 "checkboxTextLabel.css", |
| 55 "closeButton.css", | 55 "closeButton.css", |
| 56 "colorSwatch.css", | 56 "colorSwatch.css", |
| 57 "cssShadowSwatch.css", |
| 57 "dialog.css", | 58 "dialog.css", |
| 58 "dropTarget.css", | 59 "dropTarget.css", |
| 59 "emptyWidget.css", | 60 "emptyWidget.css", |
| 60 "filter.css", | 61 "filter.css", |
| 61 "infobar.css", | 62 "infobar.css", |
| 62 "inspectorCommon.css", | 63 "inspectorCommon.css", |
| 63 "inspectorStyle.css", | 64 "inspectorStyle.css", |
| 64 "inspectorSyntaxHighlight.css", | 65 "inspectorSyntaxHighlight.css", |
| 65 "inspectorSyntaxHighlightDark.css", | 66 "inspectorSyntaxHighlightDark.css", |
| 66 "inspectorViewTabbedPane.css", | 67 "inspectorViewTabbedPane.css", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 77 "splitWidget.css", | 78 "splitWidget.css", |
| 78 "toolbar.css", | 79 "toolbar.css", |
| 79 "suggestBox.css", | 80 "suggestBox.css", |
| 80 "tabbedPane.css", | 81 "tabbedPane.css", |
| 81 "textButton.css", | 82 "textButton.css", |
| 82 "textPrompt.css", | 83 "textPrompt.css", |
| 83 "tooltip.css", | 84 "tooltip.css", |
| 84 "treeoutline.css" | 85 "treeoutline.css" |
| 85 ] | 86 ] |
| 86 } | 87 } |
| OLD | NEW |