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

Unified Diff: Source/devtools/front_end/components/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
Index: Source/devtools/front_end/components/module.json
diff --git a/Source/devtools/front_end/components/module.json b/Source/devtools/front_end/components/module.json
index 8e04b7f01609073d1710765e38a552e707daa518..c780356d252b4dff1b74d56b65906d6baccd33ec 100644
--- a/Source/devtools/front_end/components/module.json
+++ b/Source/devtools/front_end/components/module.json
@@ -9,32 +9,18 @@
"NativeBreakpointsSidebarPane.js",
"DOMBreakpointsSidebarPane.js",
"DOMPresentationUtils.js",
- "Section.js",
- "PropertiesSection.js",
"DockController.js",
"Drawer.js",
- "Panel.js",
"ExecutionContextSelector.js",
- "FilterBar.js",
- "FilterSuggestionBuilder.js",
- "FlameChart.js",
"HandlerRegistry.js",
- "HelpScreen.js",
"InspectElementModeController.js",
"InspectorView.js",
"ObjectPopoverHelper.js",
"ObjectPropertiesSection.js",
- "OverviewGrid.js",
- "SearchableView.js",
"ShortcutsScreen.js",
- "TargetsComboBoxController.js",
- "TimelineGrid.js"
+ "TargetsComboBoxController.js"
],
"stylesheets": [
- "breakpointsList.css",
- "flameChart.css",
- "helpScreen.css",
- "overviewGrid.css",
- "panelEnablerView.css"
+ "breakpointsList.css"
]
}
« no previous file with comments | « Source/devtools/front_end/components/helpScreen.css ('k') | Source/devtools/front_end/components/overviewGrid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698