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

Unified Diff: components/pref_registry.gypi

Issue 340703002: Add user_prefs::TestPrefServiceSyncable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use TEST_F Created 6 years, 6 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/components_tests.gyp ('k') | components/pref_registry/testing_pref_service_syncable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pref_registry.gypi
diff --git a/components/pref_registry.gypi b/components/pref_registry.gypi
index 08dc387cf241da9d41a98c1b55d663d9150c8a0f..0661514cd5382127e575b18fd0da4ff702ec0eeb 100644
--- a/components/pref_registry.gypi
+++ b/components/pref_registry.gypi
@@ -25,5 +25,19 @@
'pref_registry/pref_registry_syncable.h',
],
},
+ {
+ 'target_name': 'pref_registry_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'pref_registry',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'pref_registry/testing_pref_service_syncable.cc',
+ 'pref_registry/testing_pref_service_syncable.h',
+ ],
+ },
],
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/pref_registry/testing_pref_service_syncable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698