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

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

Issue 2736853002: DevTools: Convert FilteredListWidget to use an optional provider (Closed)
Patch Set: missing timeout 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 cb60701246371a193460a1e02785fb480d3075df..29f464913b4597fb74d001842762ea6e96b95fbc 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -517,7 +517,7 @@ all_devtools_files = [
"front_end/sources/fileBasedSearchResultsPane.css",
"front_end/sources/FileBasedSearchResultsPane.js",
"front_end/sources/FilePathScoreFunction.js",
- "front_end/sources/FilteredUISourceCodeListDelegate.js",
+ "front_end/sources/FilteredUISourceCodeListProvider.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