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

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
« no previous file with comments | « components/history/DEPS ('k') | components/history/core/browser/web_history_service.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 1520ae8bb2f8a910bb4759232c880e5868691e00..6a24861fc5664c7ded156676148d20110bab94f0 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -66,6 +66,8 @@ static_library("browser") {
"visit_tracker.h",
"visitsegment_database.cc",
"visitsegment_database.h",
+ "web_history_service.cc",
+ "web_history_service.h",
]
deps = [
@@ -73,6 +75,8 @@ static_library("browser") {
"//components/favicon_base",
"//components/keyed_service/core",
"//components/query_parser",
+ "//components/signin/core/browser",
+ "//google_apis",
"//net",
"//skia",
"//sql",
« no previous file with comments | « components/history/DEPS ('k') | components/history/core/browser/web_history_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698