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

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

Issue 882753002: Componentize WebHistoryService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index b524e8601c9d93a8f8a7c6d15f9ec89d4141bc45..4aa388d084879f9828060ba9768b33e9d38fb06a 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -60,6 +60,8 @@ static_library("browser") {
"visit_tracker.h",
"visitsegment_database.cc",
"visitsegment_database.h",
+ "web_history_service.cc",
+ "web_history_service.h",
]
deps = [
@@ -67,6 +69,8 @@ static_library("browser") {
"//components/favicon_base",
"//components/keyed_service/core",
"//components/query_parser",
+ "//components/signin/core/browser",
+ "//google_apis",
"//net",
"//sql",
"//third_party/sqlite",

Powered by Google App Engine
This is Rietveld 408576698