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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 12223091: Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comment. Created 7 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index c377966527480957fb3483a20ee7fafc669cb5e3..d547f0fad26eda93f69141e733c138300b8d40c1 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -218,6 +218,8 @@
'test/base/module_system_test.h',
'test/base/profile_mock.cc',
'test/base/profile_mock.h',
+ 'test/base/scoped_testing_local_state.cc',
+ 'test/base/scoped_testing_local_state.h',
'test/base/test_browser_window.cc',
'test/base/test_browser_window.h',
'test/base/test_launcher_utils.cc',
@@ -230,6 +232,8 @@
'test/base/testing_browser_process.h',
'test/base/testing_pref_service.cc',
'test/base/testing_pref_service.h',
+ 'test/base/testing_pref_service_syncable.cc',
+ 'test/base/testing_pref_service_syncable.h',
'test/base/testing_profile.cc',
'test/base/testing_profile.h',
'test/base/testing_profile_manager.cc',
« no previous file with comments | « chrome/browser/web_resource/promo_resource_service_unittest.cc ('k') | chrome/test/base/scoped_testing_local_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698