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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2783233005: DevTools: Move JavaScript and CSS outline into QuickOpen (Closed)
Patch Set: Created 3 years, 9 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/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index ce5d246393bbe5b9d7dd321fb54ced2303ea46a3..f6ad342bba9fb1a1cbaefacbc22599f7ac937785 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -535,7 +535,6 @@ all_devtools_files = [
"front_end/sources/InplaceFormatterEditorAction.js",
"front_end/sources/JavaScriptBreakpointsSidebarPane.js",
"front_end/sources/JavaScriptCompiler.js",
- "front_end/sources/JavaScriptOutlineDialog.js",
"front_end/sources/JavaScriptSourceFrame.js",
"front_end/sources/module.json",
"front_end/sources/navigatorTree.css",
@@ -543,6 +542,7 @@ all_devtools_files = [
"front_end/sources/NavigatorView.js",
"front_end/sources/ObjectEventListenersSidebarPane.js",
"front_end/sources/OpenFileQuickOpen.js",
+ "front_end/sources/OutlineQuickOpen.js",
"front_end/sources/revisionHistory.css",
"front_end/sources/RevisionHistoryView.js",
"front_end/sources/ScopeChainSidebarPane.js",
@@ -558,7 +558,6 @@ all_devtools_files = [
"front_end/sources/SourcesSearchScope.js",
"front_end/sources/sourcesView.css",
"front_end/sources/SourcesView.js",
- "front_end/sources/StyleSheetOutlineDialog.js",
"front_end/sources/TabbedEditorContainer.js",
"front_end/sources/threadsSidebarPane.css",
"front_end/sources/ThreadsSidebarPane.js",

Powered by Google App Engine
This is Rietveld 408576698