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

Unified Diff: components/components_tests.gyp

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/components.gyp ('k') | components/sync_driver.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 5aea8b33a4b842c08cce26811065e44e9764a2c2..513fc7fada5e2fa4b352bf920eaeb33e78b7f0b6 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -656,9 +656,6 @@
'sync_driver/model_association_manager_unittest.cc',
'sync_driver/non_blocking_data_type_controller_unittest.cc',
'sync_driver/non_ui_data_type_controller_unittest.cc',
- 'sync_driver/revisit/current_tab_matcher_unittest.cc',
- 'sync_driver/revisit/offset_tab_matcher_unittest.cc',
- 'sync_driver/revisit/sessions_page_revisit_observer_unittest.cc',
'sync_driver/shared_change_processor_unittest.cc',
'sync_driver/sync_prefs_unittest.cc',
'sync_driver/sync_stopped_reporter_unittest.cc',
@@ -667,6 +664,11 @@
'sync_driver/tab_node_pool_unittest.cc',
'sync_driver/ui_data_type_controller_unittest.cc',
],
+ 'sync_sessions_unittest_sources': [
+ 'sync_sessions/revisit/current_tab_matcher_unittest.cc',
+ 'sync_sessions/revisit/offset_tab_matcher_unittest.cc',
+ 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc',
+ ],
'syncable_prefs_unittest_sources': [
'syncable_prefs/pref_model_associator_unittest.cc',
'syncable_prefs/pref_service_syncable_unittest.cc',
@@ -862,6 +864,7 @@
'<@(signin_unittest_sources)',
'<@(suggestions_unittest_sources)',
'<@(sync_driver_unittest_sources)',
+ '<@(sync_sessions_unittest_sources)',
'<@(syncable_prefs_unittest_sources)',
'<@(translate_unittest_sources)',
'<@(undo_unittest_sources)',
@@ -983,6 +986,7 @@
'components.gyp:signin_core_browser_test_support',
'components.gyp:suggestions',
'components.gyp:sync_driver_test_support',
+ 'components.gyp:sync_sessions',
'components.gyp:syncable_prefs_test_support',
'components.gyp:translate_core_browser',
'components.gyp:translate_core_common',
« no previous file with comments | « components/components.gyp ('k') | components/sync_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698