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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11493003: Remove the protector service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix implicit ExtensionSystem -> TemplateURLService dependency Created 8 years 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_tests.gypi ('k') | chrome/common/chrome_switches.h » ('j') | 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'browser/policy/mock_cloud_policy_data_store.cc', 144 'browser/policy/mock_cloud_policy_data_store.cc',
145 'browser/policy/mock_cloud_policy_data_store.h', 145 'browser/policy/mock_cloud_policy_data_store.h',
146 'browser/policy/mock_configuration_policy_provider.cc', 146 'browser/policy/mock_configuration_policy_provider.cc',
147 'browser/policy/mock_configuration_policy_provider.h', 147 'browser/policy/mock_configuration_policy_provider.h',
148 'browser/policy/policy_builder.cc', 148 'browser/policy/policy_builder.cc',
149 'browser/policy/policy_builder.h', 149 'browser/policy/policy_builder.h',
150 'browser/prefs/mock_pref_change_callback.cc', 150 'browser/prefs/mock_pref_change_callback.cc',
151 'browser/prefs/mock_pref_change_callback.h', 151 'browser/prefs/mock_pref_change_callback.h',
152 'browser/prefs/pref_service_mock_builder.cc', 152 'browser/prefs/pref_service_mock_builder.cc',
153 'browser/prefs/pref_service_mock_builder.h', 153 'browser/prefs/pref_service_mock_builder.h',
154 'browser/protector/mock_protector_service.cc',
155 'browser/protector/mock_protector_service.h',
156 'browser/protector/mock_setting_change.cc',
157 'browser/protector/mock_setting_change.h',
158 'browser/search_engines/template_url_service_test_util.cc', 154 'browser/search_engines/template_url_service_test_util.cc',
159 'browser/search_engines/template_url_service_test_util.h', 155 'browser/search_engines/template_url_service_test_util.h',
160 'browser/sessions/session_service_test_helper.cc', 156 'browser/sessions/session_service_test_helper.cc',
161 'browser/sessions/session_service_test_helper.h', 157 'browser/sessions/session_service_test_helper.h',
162 'browser/sessions/session_types_test_helper.cc', 158 'browser/sessions/session_types_test_helper.cc',
163 'browser/sessions/session_types_test_helper.h', 159 'browser/sessions/session_types_test_helper.h',
164 'browser/ssl/ssl_client_auth_requestor_mock.cc', 160 'browser/ssl/ssl_client_auth_requestor_mock.cc',
165 'browser/ssl/ssl_client_auth_requestor_mock.h', 161 'browser/ssl/ssl_client_auth_requestor_mock.h',
166 'browser/ui/browser.h', 162 'browser/ui/browser.h',
167 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', 163 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm',
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'browser/profiles/avatar_menu_model_unittest.cc', 980 'browser/profiles/avatar_menu_model_unittest.cc',
985 'browser/profiles/gaia_info_update_service_unittest.cc', 981 'browser/profiles/gaia_info_update_service_unittest.cc',
986 'browser/profiles/off_the_record_profile_impl_unittest.cc', 982 'browser/profiles/off_the_record_profile_impl_unittest.cc',
987 'browser/profiles/profile_dependency_manager_unittest.cc', 983 'browser/profiles/profile_dependency_manager_unittest.cc',
988 'browser/profiles/profile_downloader_unittest.cc', 984 'browser/profiles/profile_downloader_unittest.cc',
989 'browser/profiles/profile_info_cache_unittest.cc', 985 'browser/profiles/profile_info_cache_unittest.cc',
990 'browser/profiles/profile_info_cache_unittest.h', 986 'browser/profiles/profile_info_cache_unittest.h',
991 'browser/profiles/profile_info_util_unittest.cc', 987 'browser/profiles/profile_info_util_unittest.cc',
992 'browser/profiles/profile_manager_unittest.cc', 988 'browser/profiles/profile_manager_unittest.cc',
993 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 989 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
994 'browser/protector/composite_settings_change_unittest.cc',
995 'browser/protector/homepage_change_unittest.cc',
996 'browser/protector/prefs_backup_invalid_change_unittest.cc',
997 'browser/protector/protected_prefs_watcher_unittest.cc',
998 'browser/protector/session_startup_change_unittest.cc',
999 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 990 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1000 'browser/renderer_host/web_cache_manager_unittest.cc', 991 'browser/renderer_host/web_cache_manager_unittest.cc',
1001 'browser/resources/print_preview/data/measurement_system.js', 992 'browser/resources/print_preview/data/measurement_system.js',
1002 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 993 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1003 'browser/resources/print_preview/print_preview_utils.js', 994 'browser/resources/print_preview/print_preview_utils.js',
1004 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 995 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1005 'browser/resources/shared/js/cr.js', 996 'browser/resources/shared/js/cr.js',
1006 'browser/resources_util_unittest.cc', 997 'browser/resources_util_unittest.cc',
1007 'browser/rlz/rlz_unittest.cc', 998 'browser/rlz/rlz_unittest.cc',
1008 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 999 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
2187 ], 2178 ],
2188 'sources/': [ 2179 'sources/': [
2189 ['exclude', '^browser/themes/'], 2180 ['exclude', '^browser/themes/'],
2190 ], 2181 ],
2191 }], 2182 }],
2192 ['enable_language_detection==0', { 2183 ['enable_language_detection==0', {
2193 'sources!': [ 2184 'sources!': [
2194 'browser/language_usage_metrics_unittest.cc', 2185 'browser/language_usage_metrics_unittest.cc',
2195 ], 2186 ],
2196 }], 2187 }],
2197 ['enable_protector_service==0', {
2198 'sources/': [
2199 ['exclude', '^browser/protector/'],
2200 ],
2201 }],
2202 ['toolkit_views==1', { 2188 ['toolkit_views==1', {
2203 'dependencies': [ 2189 'dependencies': [
2204 '../ui/views/views.gyp:views', 2190 '../ui/views/views.gyp:views',
2205 ], 2191 ],
2206 'sources!': [ 2192 'sources!': [
2207 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', 2193 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc',
2208 ], 2194 ],
2209 }, { # else: toolkit_views == 0 2195 }, { # else: toolkit_views == 0
2210 'sources/': [ 2196 'sources/': [
2211 ['exclude', '^browser/ui/views/'], 2197 ['exclude', '^browser/ui/views/'],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 'unit_tests.isolate', 2304 'unit_tests.isolate',
2319 ], 2305 ],
2320 'sources': [ 2306 'sources': [
2321 'unit_tests.isolate', 2307 'unit_tests.isolate',
2322 ], 2308 ],
2323 }, 2309 },
2324 ], 2310 ],
2325 }], 2311 }],
2326 ], # 'conditions' 2312 ], # 'conditions'
2327 } 2313 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698