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

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

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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
« no previous file with comments | « Source/devtools/front_end/ui/emptyWidget.css ('k') | Source/devtools/front_end/ui/splitView.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/module.json
diff --git a/Source/devtools/front_end/ui/module.json b/Source/devtools/front_end/ui/module.json
index 7cd9c223ac0f05688b49ae653728527eb5f000c3..6c3b107e1d2d8583112a9b8a2bb7d4769412ebaa 100644
--- a/Source/devtools/front_end/ui/module.json
+++ b/Source/devtools/front_end/ui/module.json
@@ -5,7 +5,7 @@
"host"
],
"scripts": [
- "View.js",
+ "Widget.js",
"treeoutline.js",
"ActionRegistry.js",
"ShortcutRegistry.js",
@@ -16,7 +16,7 @@
"DOMSyntaxHighlighter.js",
"DropDownMenu.js",
"DropTarget.js",
- "EmptyView.js",
+ "EmptyWidget.js",
"FilterBar.js",
"ForwardedInputEventHandler.js",
"HelpScreen.js",
@@ -34,7 +34,7 @@
"SettingsUI.js",
"SidebarTreeElement.js",
"SoftContextMenu.js",
- "SplitView.js",
+ "SplitWidget.js",
"StackView.js",
"Toolbar.js",
"SuggestBox.js",
@@ -50,7 +50,7 @@
"closeButton.css",
"colorSwatch.css",
"dropTarget.css",
- "emptyView.css",
+ "emptyWidget.css",
"filter.css",
"helpScreen.css",
"infobar.css",
@@ -62,7 +62,7 @@
"section.css",
"smallIcon.css",
"softContextMenu.css",
- "splitView.css",
+ "splitWidget.css",
"toolbar.css",
"suggestBox.css",
"tabbedPane.css",
« no previous file with comments | « Source/devtools/front_end/ui/emptyWidget.css ('k') | Source/devtools/front_end/ui/splitView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698