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

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

Issue 2679483002: DevTools: Create extensible QuickOpen control (Closed)
Patch Set: Created 3 years, 10 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 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",

Powered by Google App Engine
This is Rietveld 408576698