Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/module.json

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698