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 4b06473ecc31d931645cc0c1087e92974fda0e0a..1052569c16bbd2d2455ce78f6f653776acf5ccb5 100644 |
--- a/third_party/WebKit/Source/devtools/BUILD.gn |
+++ b/third_party/WebKit/Source/devtools/BUILD.gn |
@@ -379,6 +379,7 @@ all_devtools_files = [ |
"front_end/quick_open/CommandMenu.js", |
"front_end/quick_open/filteredListWidget.css", |
"front_end/quick_open/FilteredListWidget.js", |
+ "front_end/quick_open/QuickOpen.js", |
"front_end/quick_open/module.json", |
"front_end/resources/ApplicationCacheModel.js", |
"front_end/resources/ApplicationCacheItemsView.js", |
@@ -498,6 +499,7 @@ all_devtools_files = [ |
"front_end/sources/FileBasedSearchResultsPane.js", |
"front_end/sources/FilePathScoreFunction.js", |
"front_end/sources/FilteredUISourceCodeListDelegate.js", |
+ "front_end/sources/GoToLineDialog.js", |
"front_end/sources/InplaceFormatterEditorAction.js", |
"front_end/sources/JavaScriptBreakpointsSidebarPane.js", |
"front_end/sources/JavaScriptCompiler.js", |