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

Unified Diff: components/history.gypi

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 | « chrome/chrome_browser.gypi ('k') | components/history/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history.gypi
diff --git a/components/history.gypi b/components/history.gypi
index 7c1a57c66dab997495212e853e3dba298a889aec..cd2fe52e1f71687598b4cbfb6a2ea5469343caa5 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -13,6 +13,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sql/sql.gyp:sql',
@@ -24,6 +25,7 @@
'history_core_browser_proto',
'keyed_service_core',
'query_parser',
+ 'signin_core_browser',
],
'sources': [
# Note: sources list duplicated in GN build.
@@ -87,6 +89,8 @@
'history/core/browser/visit_tracker.h',
'history/core/browser/visitsegment_database.cc',
'history/core/browser/visitsegment_database.h',
+ 'history/core/browser/web_history_service.cc',
+ 'history/core/browser/web_history_service.h',
],
'conditions': [
['OS=="android"', {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/history/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698