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

Unified Diff: components/components_tests.gyp

Issue 1653693002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS fix Created 4 years, 11 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/autofill.gypi ('k') | components/content_settings.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 e0048167dd6e9603c5ac4a28c4f36f1bddca0cbe..22e25682a4b5edee5651ff13567840fc85563312 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -586,6 +586,18 @@
'proxy_config/proxy_config_dictionary_unittest.cc',
'proxy_config/proxy_prefs_unittest.cc',
],
+ 'prefs_unittest_sources': [
+ 'prefs/default_pref_store_unittest.cc',
+ 'prefs/json_pref_store_unittest.cc',
+ 'prefs/overlay_user_pref_store_unittest.cc',
+ 'prefs/pref_change_registrar_unittest.cc',
+ 'prefs/pref_member_unittest.cc',
+ 'prefs/pref_notifier_impl_unittest.cc',
+ 'prefs/pref_service_unittest.cc',
+ 'prefs/pref_value_map_unittest.cc',
+ 'prefs/pref_value_store_unittest.cc',
+ 'prefs/scoped_user_pref_update_unittest.cc',
+ ],
'query_parser_unittest_sources': [
'query_parser/query_parser_unittest.cc',
'query_parser/snippet_unittest.cc',
@@ -939,6 +951,7 @@
'<@(password_manager_unittest_sources)',
'<@(precache_unittest_sources)',
'<@(proxy_config_unittest_sources)',
+ '<@(prefs_unittest_sources)',
'<@(query_parser_unittest_sources)',
'<@(rappor_unittest_sources)',
'<@(search_engines_unittest_sources)',
@@ -971,7 +984,6 @@
],
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs_test_support',
'../base/base.gyp:test_support_base',
'../google_apis/google_apis.gyp:google_apis_test_support',
'../jingle/jingle.gyp:notifier_test_util',
@@ -1106,6 +1118,8 @@
'components_strings.gyp:components_strings',
'components_tests_pak',
'mime_util/mime_util.gyp:mime_util',
+ 'prefs/prefs.gyp:prefs',
+ 'prefs/prefs.gyp:prefs_test_support',
'url_formatter/url_formatter.gyp:url_formatter',
],
'conditions': [
« no previous file with comments | « components/autofill.gypi ('k') | components/content_settings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698