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

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: Address the comments 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 7373bab485402e36dc0d186d76e8e423a9b93738..e3cb2d738f4a69403c7e6caeca6f9a5eb333d98e 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1065,6 +1065,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',
@@ -1094,9 +1096,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',

Powered by Google App Engine
This is Rietveld 408576698