Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index 289c87c4249c94ac22c162a0bf98c78799c7ef1f..3c6de2bafd97c7764fa7b142628bd5fb226e0fa8 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -1131,7 +1131,6 @@ |
'browser/profiles/profile_info_cache_unittest.h', |
'browser/profiles/profile_info_util_unittest.cc', |
'browser/profiles/profile_list_desktop_unittest.cc', |
- 'browser/profiles/profile_loader_unittest.cc', |
'browser/profiles/profile_manager_unittest.cc', |
'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
@@ -2508,7 +2507,6 @@ |
'browser/policy/policy_path_parser_unittest.cc', |
'browser/profiles/off_the_record_profile_impl_unittest.cc', |
'browser/profiles/profile_list_desktop_unittest.cc', |
- 'browser/profiles/profile_loader_unittest.cc', |
'browser/search/instant_service_unittest.cc', |
'browser/search/search_unittest.cc', |
'browser/signin/profile_oauth2_token_service_unittest.cc', |
@@ -2824,13 +2822,18 @@ |
'../chrome/chrome.gyp:test_support_common', |
'../skia/skia.gyp:skia', |
'../testing/gtest.gyp:gtest', |
- 'apps', |
'browser_ui', |
], |
'sources': [ |
- 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
+ 'browser/ui/app_list/app_list_service_unittest.cc', |
+ 'browser/ui/app_list/profile_loader_unittest.cc', |
+ 'browser/ui/app_list/test/fake_keep_alive_service.cc', |
+ 'browser/ui/app_list/test/fake_keep_alive_service.h', |
'browser/ui/app_list/test/fake_profile.cc', |
'browser/ui/app_list/test/fake_profile.h', |
+ 'browser/ui/app_list/test/fake_profile_store.cc', |
+ 'browser/ui/app_list/test/fake_profile_store.h', |
+ 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', |
], |
}, |