| 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",
|
|
|