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

Unified Diff: components/history/core/browser/BUILD.gn

Issue 872313005: Remove dependency on visitedlink from history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@init-prefs
Patch Set: Rebase Created 5 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
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/url_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index 437eaeb5e8254eaa8092d0447b7e0629622415ee..c2e1bde87f419d4ca20e880d5d9c05e0a827ef20 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -62,6 +62,8 @@ static_library("browser") {
"url_utils.h",
"visit_database.cc",
"visit_database.h",
+ "visit_delegate.cc",
+ "visit_delegate.h",
"visit_filter.cc",
"visit_filter.h",
"visit_tracker.cc",
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/url_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698