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

Unified Diff: components/bookmarks/browser/BUILD.gn

Issue 2559633003: Factor out bookmark-specific sorting logic from BookmarkIndex (Closed)
Patch Set: comments, virtual destructor, explicit Created 4 years 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
« no previous file with comments | « no previous file | components/bookmarks/browser/bookmark_index.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/BUILD.gn
diff --git a/components/bookmarks/browser/BUILD.gn b/components/bookmarks/browser/BUILD.gn
index 756ad7854df51d4469b6ac17b39ebc46fd72b8b8..6188b106b142114fd4ab124b9b0bd0556566d976 100644
--- a/components/bookmarks/browser/BUILD.gn
+++ b/components/bookmarks/browser/BUILD.gn
@@ -40,6 +40,9 @@ static_library("browser") {
"startup_task_runner_service.cc",
"startup_task_runner_service.h",
"titled_url_node.h",
+ "titled_url_node_sorter.h",
+ "typed_count_sorter.cc",
+ "typed_count_sorter.h",
]
public_deps = [
« no previous file with comments | « no previous file | components/bookmarks/browser/bookmark_index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698