| Index: third_party/WebKit/Source/devtools/front_end/ui/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/module.json b/third_party/WebKit/Source/devtools/front_end/ui/module.json
|
| index 6e46ca2410424d6bddebfc2155cc940b6e1895f1..5cae606b32d6cb86150145d9cb21215e7db1914d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/module.json
|
| @@ -12,12 +12,8 @@
|
| "InspectorView.js",
|
| "ActionRegistry.js",
|
| "ShortcutRegistry.js",
|
| - "BezierEditor.js",
|
| - "BezierUI.js",
|
| - "ColorSwatch.js",
|
| "Context.js",
|
| "ContextMenu.js",
|
| - "CSSShadowEditor.js",
|
| "Dialog.js",
|
| "DOMSyntaxHighlighter.js",
|
| "DropDownMenu.js",
|
| @@ -44,7 +40,6 @@
|
| "SoftContextMenu.js",
|
| "SplitWidget.js",
|
| "StackView.js",
|
| - "SwatchPopoverHelper.js",
|
| "TextPrompt.js",
|
| "ThrottledWidget.js",
|
| "Toolbar.js",
|
| @@ -52,16 +47,12 @@
|
| "SuggestBox.js",
|
| "TabbedPane.js",
|
| "UIUtils.js",
|
| - "ZoomManager.js"
|
| + "ZoomManager.js",
|
| + "ShortcutsScreen.js"
|
| ],
|
| "resources": [
|
| - "bezierEditor.css",
|
| - "bezierSwatch.css",
|
| "checkboxTextLabel.css",
|
| "closeButton.css",
|
| - "colorSwatch.css",
|
| - "cssShadowEditor.css",
|
| - "cssShadowSwatch.css",
|
| "dialog.css",
|
| "dropTarget.css",
|
| "emptyWidget.css",
|
|
|