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

Unified Diff: chrome/chrome_browser.gypi

Issue 9358073: First version of the time slicing on the urls. Not ready for review yet. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added relative time to time slicing Created 8 years, 10 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/ui/webui/ntp/suggestions_page_handler.cc ('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 cd9e7bfdd1cde7df559cc0a15d7b9cecd510b9af..e283650e4a6d08b2876a51e3491d7b5dc94a4dea 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1508,6 +1508,8 @@
'browser/history/text_database_manager.h',
'browser/history/thumbnail_database.cc',
'browser/history/thumbnail_database.h',
+ 'browser/history/time_filter.cc',
+ 'browser/history/time_filter.h',
'browser/history/top_sites.cc',
'browser/history/top_sites.h',
'browser/history/top_sites_backend.cc',
@@ -4051,6 +4053,8 @@
'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
+ 'browser/ui/webui/ntp/suggestions_page_handler.cc',
+ 'browser/ui/webui/ntp/suggestions_page_handler.h',
'browser/ui/webui/ntp/thumbnail_source.cc',
'browser/ui/webui/ntp/thumbnail_source.h',
'browser/ui/webui/omnibox/omnibox_ui.cc',
« no previous file with comments | « chrome/browser/ui/webui/ntp/suggestions_page_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698