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

Unified Diff: chrome/chrome_browser.gypi

Issue 10217010: Completed the code path from AndroidProviderService to HistoryBackend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 years, 8 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/browser/history/history_marshaling_android.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f5274a07efba825051b8688f43afda59fe3b3e66..e78701d887cb333dc61e6ae9db3fec345128e78f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1067,6 +1067,8 @@
'browser/hang_monitor/hung_window_detector.h',
'browser/history/android/android_cache_database.cc',
'browser/history/android/android_cache_database.h',
+ 'browser/history/android/android_history_provider_service.cc',
+ 'browser/history/android/android_history_provider_service.h',
'browser/history/android/android_history_types.cc',
'browser/history/android/android_history_types.h',
'browser/history/android/android_provider_backend.cc',
@@ -1096,9 +1098,11 @@
'browser/history/history.h',
'browser/history/history_backend.cc',
'browser/history/history_backend.h',
+ 'browser/history/history_backend_android.cc',
'browser/history/history_database.cc',
'browser/history/history_database.h',
'browser/history/history_marshaling.h',
+ 'browser/history/history_marshaling_android.h',
'browser/history/history_notifications.cc',
'browser/history/history_notifications.h',
'browser/history/history_publisher.cc',
« no previous file with comments | « chrome/browser/history/history_marshaling_android.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698