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

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: Moved to //components/user_prefs/tracked Created 5 years, 5 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 09d599fb004bbf38af4600cae0092059691a0794..443199c522cc93eb19d8b4f9535446b06f9bf591 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -450,6 +450,17 @@
'precache/core/precache_fetcher_unittest.cc',
'precache/core/precache_url_table_unittest.cc',
],
+ 'tracked_unittest_sources': [
blundell 2015/07/29 09:40:32 I would just call this user_prefs_unittest_sources
Jitu( very slow this week) 2015/07/29 13:32:00 Done.
+ 'user_prefs/tracked/device_id_unittest.cc',
+ 'user_prefs/tracked/mock_validation_delegate.cc',
+ 'user_prefs/tracked/mock_validation_delegate.h',
+ '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',
@@ -757,6 +768,7 @@
'<@(signin_unittest_sources)',
'<@(suggestions_unittest_sources)',
'<@(sync_driver_unittest_sources)',
+ '<@(tracked_unittest_sources)',
'<@(translate_unittest_sources)',
'<@(undo_unittest_sources)',
'<@(update_client_unittest_sources)',
@@ -871,6 +883,7 @@
'components.gyp:signin_core_browser_test_support',
'components.gyp:suggestions',
'components.gyp:sync_driver_test_support',
+ 'components.gyp:tracked',
'components.gyp:translate_core_browser',
'components.gyp:translate_core_common',
'components.gyp:translate_core_language_detection',
« no previous file with comments | « components/components.gyp ('k') | components/tracked.gypi » ('j') | components/tracked.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698