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

Unified Diff: components/sync_sessions/BUILD.gn

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/sync_sessions.gypi ('k') | components/sync_sessions/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/BUILD.gn
diff --git a/components/sync_sessions/BUILD.gn b/components/sync_sessions/BUILD.gn
index 33db9cfd07c8a3b515b907d28c578d77815810b1..59275aa7da3c6e2100935665e9408ca37ae9d5ba 100644
--- a/components/sync_sessions/BUILD.gn
+++ b/components/sync_sessions/BUILD.gn
@@ -13,10 +13,15 @@ source_set("sync_sessions") {
"revisit/page_visit_observer.h",
"revisit/sessions_page_revisit_observer.cc",
"revisit/sessions_page_revisit_observer.h",
+ "revisit/typed_url_page_revisit_observer.cc",
+ "revisit/typed_url_page_revisit_observer.h",
+ "revisit/typed_url_page_revisit_task.cc",
+ "revisit/typed_url_page_revisit_task.h",
]
deps = [
"//base",
+ "//components/history/core/browser",
"//components/sessions",
"//components/sync_driver",
"//sync",
@@ -29,6 +34,7 @@ source_set("unit_tests") {
"revisit/current_tab_matcher_unittest.cc",
"revisit/offset_tab_matcher_unittest.cc",
"revisit/sessions_page_revisit_observer_unittest.cc",
+ "revisit/typed_url_page_revisit_task_unittest.cc",
]
deps = [
« no previous file with comments | « components/sync_sessions.gypi ('k') | components/sync_sessions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698