Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "dependencies": [ | |
| 3 "common", | |
| 4 "host" | |
| 5 ], | |
| 6 "scripts": [ | |
| 7 "DOMExtension.js", | |
| 8 "View.js", | |
| 9 "treeoutline.js", | |
| 10 "ActionRegistry.js", | |
| 11 "ShortcutRegistry.js", | |
| 12 "Checkbox.js", | |
| 13 "CompletionDictionary.js", | |
| 14 "Context.js", | |
| 15 "ContextMenu.js", | |
| 16 "DataGrid.js", | |
| 17 "Dialog.js", | |
| 18 "DOMSyntaxHighlighter.js", | |
| 19 "DropDownMenu.js", | |
| 20 "EmptyView.js", | |
| 21 "TabbedPane.js", | |
| 22 "ForwardedInputEventHandler.js", | |
| 23 "InplaceEditor.js", | |
| 24 "KeyboardShortcut.js", | |
| 25 "PieChart.js", | |
| 26 "Popover.js", | |
| 27 "ProgressIndicator.js", | |
| 28 "ResizerWidget.js", | |
| 29 "RootView.js", | |
| 30 "SettingsUI.js", | |
| 31 "SidebarPane.js", | |
| 32 "SidebarTreeElement.js", | |
| 33 "ShowMoreDataGridNode.js", | |
| 34 "SoftContextMenu.js", | |
| 35 "ViewportDataGrid.js", | |
| 36 "SortableDataGrid.js", | |
| 37 "SplitView.js", | |
| 38 "StackView.js", | |
| 39 "StatusBarButton.js", | |
| 40 "SuggestBox.js", | |
| 41 "TextEditor.js", | |
| 42 "TextPrompt.js", | |
| 43 "UIUtils.js", | |
| 44 "ViewportControl.js", | |
| 45 "ZoomManager.js" | |
| 46 ], | |
| 47 "stylesheets": [ | |
|
pfeldman
2014/09/19 11:35:35
A part of a different change?
apavlov
2014/09/19 13:09:40
Removed
| |
| 48 "dialog.css", | |
| 49 "devtools.css", | |
| 50 "inspectorSyntaxHighlight.css", | |
| 51 "popover.css", | |
| 52 "sidebarPane.css", | |
| 53 "splitView.css", | |
| 54 "suggestBox.css", | |
| 55 "tabbedPane.css" | |
| 56 ] | |
| 57 } | |
| OLD | NEW |