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

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
« no previous file with comments | « components/browser_sync/browser/test_profile_sync_service.cc ('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 9ce4ac0e2f19f7d6f1fe3babd5cdb9926866e139..8d9dc0dae13795c09dc86d24b060f360375c7f61 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',
@@ -1106,6 +1108,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',
@@ -1126,6 +1129,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',
« no previous file with comments | « components/browser_sync/browser/test_profile_sync_service.cc ('k') | components/sync_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698