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

Unified Diff: components/components_tests.gyp

Issue 1227973003: Componentize //chrome/browser/prefs/tracked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 4 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/BUILD.gn ('k') | components/user_prefs.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 475b75024ba0b02cb9cd8c6480057ae7888a6da2..e04bad977f4fa27651cd6182fe6869e12ef1051f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -454,6 +454,15 @@
'precache/core/precache_fetcher_unittest.cc',
'precache/core/precache_url_table_unittest.cc',
],
+ 'user_prefs_unittest_sources': [
+ 'user_prefs/tracked/device_id_unittest.cc',
+ 'user_prefs/tracked/pref_hash_calculator_unittest.cc',
+ 'user_prefs/tracked/pref_hash_filter_unittest.cc',
+ 'user_prefs/tracked/pref_hash_store_impl_unittest.cc',
+ 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc',
+ 'user_prefs/tracked/segregated_pref_store_unittest.cc',
+ 'user_prefs/tracked/tracked_preferences_migration_unittest.cc',
+ ],
'proximity_auth_unittest_sources': [
'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc',
'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc',
@@ -771,6 +780,7 @@
'<@(upload_list_unittest_sources)',
'<@(url_formatter_unittest_sources)',
'<@(url_matcher_unittest_sources)',
+ '<@(user_prefs_unittest_sources)',
'<@(variations_unittest_sources)',
'<@(wallpaper_unittest_sources)',
'<@(web_resource_unittest_sources)',
@@ -886,6 +896,8 @@
'components.gyp:update_client',
'components.gyp:update_client_test_support',
'components.gyp:upload_list',
+ 'components.gyp:user_prefs_tracked',
+ 'components.gyp:user_prefs_tracked_test_support',
'components.gyp:variations',
'components.gyp:variations_http_provider',
'components.gyp:wallpaper',
« no previous file with comments | « components/BUILD.gn ('k') | components/user_prefs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698