diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 17:03:48 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 17:03:48 +0000 |
commit | 49a2563a2fd3c7a337f60c7df5e9c86b8dea946d (patch) | |
tree | 38f93a24ade006a278debd0f9cd762b1495fce5f /chrome/chrome_tests.gypi | |
parent | 101488068d95c5f2fd64fbb0b0f70b5de0c6bae3 (diff) | |
download | chromium_src-49a2563a2fd3c7a337f60c7df5e9c86b8dea946d.zip chromium_src-49a2563a2fd3c7a337f60c7df5e9c86b8dea946d.tar.gz chromium_src-49a2563a2fd3c7a337f60c7df5e9c86b8dea946d.tar.bz2 |
Revamp the multi-profiles testing infrastructure.
This creates TestingProfileManager to handle setting up the structures needed to
test multi-profiles in unit_tests. It requires there to be a TestingBrowserProcess
in place. This also adds a second constructor to TestingProfile for multi-profiles
testing.
BUG=none
TEST=unit_tests
Review URL: http://codereview.chromium.org/7748002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98991 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index e0bcea2..1cdbf8d 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -184,6 +184,8 @@ 'test/base/testing_pref_service.h', 'test/base/testing_profile.cc', 'test/base/testing_profile.h', + 'test/base/testing_profile_manager.cc', + 'test/base/testing_profile_manager.h', 'test/base/thread_observer_helper.h', 'test/base/ui_test_utils.cc', 'test/base/ui_test_utils.h', @@ -1592,8 +1594,6 @@ 'browser/process_info_snapshot_mac_unittest.cc', 'browser/process_singleton_mac_unittest.cc', 'browser/profiles/avatar_menu_model_unittest.cc', - 'browser/profiles/fake_profile_info_interface.cc', - 'browser/profiles/fake_profile_info_interface.h', 'browser/profiles/profile_dependency_manager_unittest.cc', 'browser/profiles/profile_info_cache_unittest.cc', 'browser/profiles/profile_manager_unittest.cc', |