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

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

Issue 2569333003: Rename BookmarkIndex to TitledUrlIndex and BookmarkMatch to TitledUrlMatch (Closed)
Patch Set: fix bookmark_bridge.cc 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 | « chrome/browser/importer/profile_writer_unittest.cc ('k') | 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 6188b106b142114fd4ab124b9b0bd0556566d976..a4df5f1a9104ead47291f50a258a79097cb8d219 100644
--- a/components/bookmarks/browser/BUILD.gn
+++ b/components/bookmarks/browser/BUILD.gn
@@ -14,10 +14,6 @@ static_library("browser") {
"bookmark_codec.h",
"bookmark_expanded_state_tracker.cc",
"bookmark_expanded_state_tracker.h",
- "bookmark_index.cc",
- "bookmark_index.h",
- "bookmark_match.cc",
- "bookmark_match.h",
"bookmark_model.cc",
"bookmark_model.h",
"bookmark_model_observer.h",
@@ -39,6 +35,10 @@ 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",
"titled_url_node_sorter.h",
"typed_count_sorter.cc",
« no previous file with comments | « chrome/browser/importer/profile_writer_unittest.cc ('k') | components/bookmarks/browser/bookmark_index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698