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

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

Issue 2537223008: Add TitledUrlIndex for indexing arbitrary title/URL pairs (Closed)
Patch Set: 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
Index: components/bookmarks/browser/BUILD.gn
diff --git a/components/bookmarks/browser/BUILD.gn b/components/bookmarks/browser/BUILD.gn
index 05e81256e480b7c3e39ba947cd0f0de975f848cc..f469883122852baf43aab3ef16d439623f2aaad1 100644
--- a/components/bookmarks/browser/BUILD.gn
+++ b/components/bookmarks/browser/BUILD.gn
@@ -39,6 +39,11 @@ static_library("browser") {
"scoped_group_bookmark_actions.h",
"startup_task_runner_service.cc",
"startup_task_runner_service.h",
+ "titled_url_index.cc",
+ "titled_url_index.h",
+ "titled_url_match.cc",
+ "titled_url_match.h",
+ "titled_url_node.h",
]
public_deps = [
« no previous file with comments | « no previous file | components/bookmarks/browser/titled_url_index.h » ('j') | components/bookmarks/browser/titled_url_index.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698