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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1387253004: [Sync] Creating sync_sessions component, moving revisit logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing test_support target. 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_driver.gypi ('k') | components/sync_driver/revisit/current_tab_matcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 340c766d107179af9c925efd126ac719d8a08e68..77f3c71f9d5a0091d99ce57e203b72a85e8ffe4f 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -83,14 +83,6 @@ source_set("sync_driver") {
"protocol_event_observer.h",
"proxy_data_type_controller.cc",
"proxy_data_type_controller.h",
- "revisit/current_tab_matcher.cc",
- "revisit/current_tab_matcher.h",
- "revisit/offset_tab_matcher.cc",
- "revisit/offset_tab_matcher.h",
- "revisit/page_equality.h",
- "revisit/page_visit_observer.h",
- "revisit/sessions_page_revisit_observer.cc",
- "revisit/sessions_page_revisit_observer.h",
"sessions/synced_window_delegates_getter.cc",
"sessions/synced_window_delegates_getter.h",
"shared_change_processor.cc",
@@ -214,9 +206,6 @@ source_set("unit_tests") {
"model_association_manager_unittest.cc",
"non_blocking_data_type_controller_unittest.cc",
"non_ui_data_type_controller_unittest.cc",
- "revisit/current_tab_matcher_unittest.cc",
- "revisit/offset_tab_matcher_unittest.cc",
- "revisit/sessions_page_revisit_observer_unittest.cc",
"shared_change_processor_unittest.cc",
"sync_prefs_unittest.cc",
"sync_stopped_reporter_unittest.cc",
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/revisit/current_tab_matcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698