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

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

Issue 714423005: DevTools: move front-end files from components to ui. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed Created 6 years, 1 month 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/helpScreen.css ('k') | Source/devtools/front_end/ui/overviewGrid.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 a5c928571692d52106e07abb88fc327f51b7cc31..f4180e4ceb879363dc2ef4aa0a9b28cc039b3322 100644
--- a/Source/devtools/front_end/ui/module.json
+++ b/Source/devtools/front_end/ui/module.json
@@ -18,17 +18,22 @@
"DOMSyntaxHighlighter.js",
"DropDownMenu.js",
"EmptyView.js",
- "TabbedPane.js",
+ "FilterBar.js",
+ "FlameChart.js",
"ForwardedInputEventHandler.js",
+ "HelpScreen.js",
"InplaceEditor.js",
"KeyboardShortcut.js",
+ "OverviewGrid.js",
+ "Panel.js",
"PieChart.js",
"Popover.js",
"ProgressIndicator.js",
"ResizerWidget.js",
"RootView.js",
+ "SearchableView.js",
+ "Section.js",
"SettingsUI.js",
- "SidebarPane.js",
"SidebarTreeElement.js",
"ShowMoreDataGridNode.js",
"SoftContextMenu.js",
@@ -38,8 +43,11 @@
"StackView.js",
"StatusBarButton.js",
"SuggestBox.js",
+ "TabbedPane.js",
+ "SidebarPane.js",
"TextEditor.js",
"TextPrompt.js",
+ "TimelineGrid.js",
"UIUtils.js",
"ViewportControl.js",
"ZoomManager.js"
@@ -47,6 +55,10 @@
"stylesheets": [
"dataGrid.css",
"filter.css",
+ "flameChart.css",
+ "helpScreen.css",
+ "overviewGrid.css",
+ "panelEnablerView.css",
"pieChart.css"
]
}
« no previous file with comments | « Source/devtools/front_end/ui/helpScreen.css ('k') | Source/devtools/front_end/ui/overviewGrid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698