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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 24707002: Add unit tests for AppListServiceImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: un-const an iterator Created 7 years, 3 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 | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698