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

Unified Diff: chrome/chrome_browser.gypi

Issue 815983002: Topsites become keyedService based. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review comments 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 7d8ffa641eaa4482fc973d12c814334790c819f3..4c932f47f7a37e51b611bb59682a5b23d93c49d5 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1531,16 +1531,18 @@
'browser/history/shortcuts_database.h',
'browser/history/thumbnail_database.cc',
'browser/history/thumbnail_database.h',
- 'browser/history/top_sites.cc',
- 'browser/history/top_sites.h',
'browser/history/top_sites_backend.cc',
'browser/history/top_sites_backend.h',
'browser/history/top_sites_cache.cc',
'browser/history/top_sites_cache.h',
'browser/history/top_sites_database.cc',
'browser/history/top_sites_database.h',
- 'browser/history/top_sites_impl.cc',
+ 'browser/history/top_sites_factory.h',
Bernhard Bauer 2015/01/08 10:22:05 Keep these sorted alphabetically: c before h.
sdefresne 2015/01/08 10:41:02 Keep file name sorted (.cc before .h).
Jitu( very slow this week) 2015/01/12 11:30:08 Done.
+ 'browser/history/top_sites_factory.cc',
'browser/history/top_sites_impl.h',
+ 'browser/history/top_sites_impl.cc',
+ 'browser/history/top_sites.h',
+ 'browser/history/top_sites.cc',
'browser/history/typed_url_syncable_service.cc',
'browser/history/typed_url_syncable_service.h',
'browser/history/url_index_private_data.cc',

Powered by Google App Engine
This is Rietveld 408576698