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

Unified Diff: chrome/chrome_browser.gypi

Issue 285233012: Abstract history dependencies on bookmarks through HistoryClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 7 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 9dd45a7736f9b730df46f46304f5d252a46fbbef..d254bf08b616f18a7fcb0575adccd17dcd9c0c68 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -39,6 +39,7 @@
'../components/components.gyp:feedback_component',
'../components/components.gyp:gcm_driver',
'../components/components.gyp:google_core_browser',
+ '../components/components.gyp:history_core_browser',
'../components/components.gyp:infobars_core',
'../components/components.gyp:invalidation',
'../components/components.gyp:metrics',
@@ -769,6 +770,8 @@
'browser/history/android/visit_sql_handler.h',
'browser/history/archived_database.cc',
'browser/history/archived_database.h',
+ 'browser/history/chrome_history_client.cc',
+ 'browser/history/chrome_history_client.h',
'browser/history/delete_directive_handler.cc',
'browser/history/delete_directive_handler.h',
'browser/history/download_database.cc',

Powered by Google App Engine
This is Rietveld 408576698