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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 'browser/profile_resetter/jtl_interpreter_unittest.cc', 1124 'browser/profile_resetter/jtl_interpreter_unittest.cc',
1125 'browser/profile_resetter/profile_resetter_unittest.cc', 1125 'browser/profile_resetter/profile_resetter_unittest.cc',
1126 'browser/profiles/file_path_verifier_win_unittest.cc', 1126 'browser/profiles/file_path_verifier_win_unittest.cc',
1127 'browser/profiles/gaia_info_update_service_unittest.cc', 1127 'browser/profiles/gaia_info_update_service_unittest.cc',
1128 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1128 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1129 'browser/profiles/profile_downloader_unittest.cc', 1129 'browser/profiles/profile_downloader_unittest.cc',
1130 'browser/profiles/profile_info_cache_unittest.cc', 1130 'browser/profiles/profile_info_cache_unittest.cc',
1131 'browser/profiles/profile_info_cache_unittest.h', 1131 'browser/profiles/profile_info_cache_unittest.h',
1132 'browser/profiles/profile_info_util_unittest.cc', 1132 'browser/profiles/profile_info_util_unittest.cc',
1133 'browser/profiles/profile_list_desktop_unittest.cc', 1133 'browser/profiles/profile_list_desktop_unittest.cc',
1134 'browser/profiles/profile_loader_unittest.cc',
1135 'browser/profiles/profile_manager_unittest.cc', 1134 'browser/profiles/profile_manager_unittest.cc',
1136 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 1135 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
1137 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1136 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1138 'browser/renderer_host/web_cache_manager_unittest.cc', 1137 'browser/renderer_host/web_cache_manager_unittest.cc',
1139 'browser/resources/google_now/background.js', 1138 'browser/resources/google_now/background.js',
1140 'browser/resources/google_now/background_test_util.js', 1139 'browser/resources/google_now/background_test_util.js',
1141 'browser/resources/google_now/background_unittest.gtestjs', 1140 'browser/resources/google_now/background_unittest.gtestjs',
1142 'browser/resources/google_now/cards.js', 1141 'browser/resources/google_now/cards.js',
1143 'browser/resources/google_now/cards_unittest.gtestjs', 1142 'browser/resources/google_now/cards_unittest.gtestjs',
1144 'browser/resources/google_now/common_test_util.js', 1143 'browser/resources/google_now/common_test_util.js',
(...skipping 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 'browser/policy/cloud/component_cloud_policy_service_unittest.cc', 2500 'browser/policy/cloud/component_cloud_policy_service_unittest.cc',
2502 'browser/policy/cloud/component_cloud_policy_store_unittest.cc', 2501 'browser/policy/cloud/component_cloud_policy_store_unittest.cc',
2503 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc', 2502 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc',
2504 'browser/policy/cloud/external_policy_data_fetcher_unittest.cc', 2503 'browser/policy/cloud/external_policy_data_fetcher_unittest.cc',
2505 'browser/policy/cloud/external_policy_data_updater_unittest.cc', 2504 'browser/policy/cloud/external_policy_data_updater_unittest.cc',
2506 'browser/policy/cloud/resource_cache_unittest.cc', 2505 'browser/policy/cloud/resource_cache_unittest.cc',
2507 'browser/policy/config_dir_policy_loader_unittest.cc', 2506 'browser/policy/config_dir_policy_loader_unittest.cc',
2508 'browser/policy/policy_path_parser_unittest.cc', 2507 'browser/policy/policy_path_parser_unittest.cc',
2509 'browser/profiles/off_the_record_profile_impl_unittest.cc', 2508 'browser/profiles/off_the_record_profile_impl_unittest.cc',
2510 'browser/profiles/profile_list_desktop_unittest.cc', 2509 'browser/profiles/profile_list_desktop_unittest.cc',
2511 'browser/profiles/profile_loader_unittest.cc',
2512 'browser/search/instant_service_unittest.cc', 2510 'browser/search/instant_service_unittest.cc',
2513 'browser/search/search_unittest.cc', 2511 'browser/search/search_unittest.cc',
2514 'browser/signin/profile_oauth2_token_service_unittest.cc', 2512 'browser/signin/profile_oauth2_token_service_unittest.cc',
2515 'browser/sync/profile_sync_service_session_unittest.cc', 2513 'browser/sync/profile_sync_service_session_unittest.cc',
2516 'browser/sync/sync_global_error_unittest.cc', 2514 'browser/sync/sync_global_error_unittest.cc',
2517 'browser/tab_contents/render_view_context_menu_unittest.cc', 2515 'browser/tab_contents/render_view_context_menu_unittest.cc',
2518 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', 2516 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
2519 'browser/ui/browser_instant_controller_unittest.cc', 2517 'browser/ui/browser_instant_controller_unittest.cc',
2520 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc', 2518 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc',
2521 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', 2519 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 { 2815 {
2818 # Unit tests for chrome app list, not run on any bots, this is for fas ter 2816 # Unit tests for chrome app list, not run on any bots, this is for fas ter
2819 # compile/link/test cycles during development. 2817 # compile/link/test cycles during development.
2820 'target_name': 'chrome_app_list_unittests', 2818 'target_name': 'chrome_app_list_unittests',
2821 'type': '<(gtest_target_type)', 2819 'type': '<(gtest_target_type)',
2822 'dependencies': [ 2820 'dependencies': [
2823 '../base/base.gyp:run_all_unittests', 2821 '../base/base.gyp:run_all_unittests',
2824 '../chrome/chrome.gyp:test_support_common', 2822 '../chrome/chrome.gyp:test_support_common',
2825 '../skia/skia.gyp:skia', 2823 '../skia/skia.gyp:skia',
2826 '../testing/gtest.gyp:gtest', 2824 '../testing/gtest.gyp:gtest',
2827 'apps',
2828 'browser_ui', 2825 'browser_ui',
2829 ], 2826 ],
2830 'sources': [ 2827 'sources': [
2831 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2828 'browser/ui/app_list/app_list_service_unittest.cc',
2829 'browser/ui/app_list/profile_loader_unittest.cc',
2830 'browser/ui/app_list/test/fake_keep_alive_service.cc',
2831 'browser/ui/app_list/test/fake_keep_alive_service.h',
2832 'browser/ui/app_list/test/fake_profile.cc', 2832 'browser/ui/app_list/test/fake_profile.cc',
2833 'browser/ui/app_list/test/fake_profile.h', 2833 'browser/ui/app_list/test/fake_profile.h',
2834 'browser/ui/app_list/test/fake_profile_store.cc',
2835 'browser/ui/app_list/test/fake_profile_store.h',
2836 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2834 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', 2837 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc',
2835 ], 2838 ],
2836 }, 2839 },
2837 ], 2840 ],
2838 }], 2841 }],
2839 ], # 'conditions' 2842 ], # 'conditions'
2840 } 2843 }
OLDNEW
« 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