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

Unified Diff: components/components_tests.gyp

Issue 1692873004: Move ProfileSyncService tests for autofill & typed URLs to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@581640_no_browser_thread
Patch Set: Just rebased Created 4 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index cb3a0fed987a7dea397cd35de7cafe72718cd4f3..d130cc13cb3df4c4c5ab09f57d26b4b3c7f2c228 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -76,8 +76,10 @@
'bookmarks/managed/managed_bookmarks_tracker_unittest.cc',
],
'browser_sync_unittest_sources': [
+ 'browser_sync/browser/profile_sync_service_autofill_unittest.cc',
'browser_sync/browser/profile_sync_service_startup_unittest.cc',
'browser_sync/browser/profile_sync_service_unittest.cc',
+ 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc',
],
'browser_watcher_unittest_sources': [
'browser_watcher/crash_reporting_metrics_win_unittest.cc',
@@ -1104,6 +1106,7 @@
'components.gyp:ssl_errors',
'components.gyp:suggestions',
'components.gyp:sync_bookmarks',
+ 'components.gyp:sync_driver',
'components.gyp:sync_driver_features',
'components.gyp:sync_driver_test_support',
'components.gyp:sync_sessions',
@@ -1124,6 +1127,7 @@
'components.gyp:variations_net',
'components.gyp:variations_service',
'components.gyp:version_info',
+ 'components.gyp:webdata_services_test_support',
'components.gyp:web_resource',
'components.gyp:web_resource_test_support',
'components_resources.gyp:components_resources',

Powered by Google App Engine
This is Rietveld 408576698