| 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 605b8a1e53d64b73c9a700519f502ddfec092a6b..a73e6b7fafd45901e4734d1aa2de782dbb1fabd2 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",
|
|
|