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

Unified Diff: components/sync_sessions.gypi

Issue 1399053004: [Sync] Adding revisit logic for typed URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated for Stan's comments. Created 5 years, 2 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 | « components/components_tests.gyp ('k') | components/sync_sessions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions.gypi
diff --git a/components/sync_sessions.gypi b/components/sync_sessions.gypi
index 78a1f270391e63d1cc3a77490d8e624e4d4bea49..e7aed28a71fd8a48f89b6a2117ccb20b9b1ff854 100644
--- a/components/sync_sessions.gypi
+++ b/components/sync_sessions.gypi
@@ -14,6 +14,7 @@
'dependencies': [
'../base/base.gyp:base',
'../sync/sync.gyp:sync',
+ 'history_core_browser',
'sync_driver',
],
'sources': [
@@ -26,6 +27,10 @@
'sync_sessions/revisit/page_visit_observer.h',
'sync_sessions/revisit/sessions_page_revisit_observer.cc',
'sync_sessions/revisit/sessions_page_revisit_observer.h',
+ 'sync_sessions/revisit/typed_url_page_revisit_observer.cc',
+ 'sync_sessions/revisit/typed_url_page_revisit_observer.h',
+ 'sync_sessions/revisit/typed_url_page_revisit_task.cc',
+ 'sync_sessions/revisit/typed_url_page_revisit_task.h',
],
'conditions': [
['OS!="ios"', {
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698