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

Side by Side Diff: chrome/chrome_browser.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/browser/webdata/web_database_migration_unittest.cc ('k') | chrome/chrome_tests.gypi » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 'browser/profiles/profile_shortcut_manager.cc', 1621 'browser/profiles/profile_shortcut_manager.cc',
1622 'browser/profiles/profile_shortcut_manager.h', 1622 'browser/profiles/profile_shortcut_manager.h',
1623 'browser/profiles/profile_shortcut_manager_stub.cc', 1623 'browser/profiles/profile_shortcut_manager_stub.cc',
1624 'browser/profiles/profile_shortcut_manager_win.cc', 1624 'browser/profiles/profile_shortcut_manager_win.cc',
1625 'browser/profiles/profile_shortcut_manager_win.h', 1625 'browser/profiles/profile_shortcut_manager_win.h',
1626 'browser/profiles/refcounted_profile_keyed_service.cc', 1626 'browser/profiles/refcounted_profile_keyed_service.cc',
1627 'browser/profiles/refcounted_profile_keyed_service.h', 1627 'browser/profiles/refcounted_profile_keyed_service.h',
1628 'browser/profiles/refcounted_profile_keyed_service_factory.cc', 1628 'browser/profiles/refcounted_profile_keyed_service_factory.cc',
1629 'browser/profiles/refcounted_profile_keyed_service_factory.h', 1629 'browser/profiles/refcounted_profile_keyed_service_factory.h',
1630 'browser/profiles/storage_partition_descriptor.h', 1630 'browser/profiles/storage_partition_descriptor.h',
1631 'browser/protector/base_prefs_change.cc',
1632 'browser/protector/base_prefs_change.h',
1633 'browser/protector/base_setting_change.cc',
1634 'browser/protector/base_setting_change.h',
1635 'browser/protector/composite_settings_change.cc',
1636 'browser/protector/composite_settings_change.h',
1637 'browser/protector/default_search_provider_change.cc',
1638 'browser/protector/histograms.cc',
1639 'browser/protector/histograms.h',
1640 'browser/protector/homepage_change.cc',
1641 'browser/protector/keys.cc',
1642 'browser/protector/keys.h',
1643 'browser/protector/prefs_backup_invalid_change.cc',
1644 'browser/protector/protected_prefs_watcher.cc',
1645 'browser/protector/protected_prefs_watcher.h',
1646 'browser/protector/protector_service.cc',
1647 'browser/protector/protector_service.h',
1648 'browser/protector/protector_service_factory.cc',
1649 'browser/protector/protector_service_factory.h',
1650 'browser/protector/protector_utils.cc',
1651 'browser/protector/protector_utils.h',
1652 'browser/protector/session_startup_change.cc',
1653 'browser/protector/settings_change_global_error.cc',
1654 'browser/protector/settings_change_global_error.h',
1655 'browser/protector/settings_change_global_error_delegate.h',
1656 'browser/remove_rows_table_model.h', 1631 'browser/remove_rows_table_model.h',
1657 'browser/renderer_host/chrome_render_message_filter.cc', 1632 'browser/renderer_host/chrome_render_message_filter.cc',
1658 'browser/renderer_host/chrome_render_message_filter.h', 1633 'browser/renderer_host/chrome_render_message_filter.h',
1659 'browser/renderer_host/chrome_render_view_host_observer.cc', 1634 'browser/renderer_host/chrome_render_view_host_observer.cc',
1660 'browser/renderer_host/chrome_render_view_host_observer.h', 1635 'browser/renderer_host/chrome_render_view_host_observer.h',
1661 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h', 1636 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h',
1662 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm', 1637 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm',
1663 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc', 1638 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc',
1664 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h', 1639 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h',
1665 'browser/renderer_host/chrome_url_request_user_data.cc', 1640 'browser/renderer_host/chrome_url_request_user_data.cc',
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 'browser/nacl_host/nacl_validation_cache.h', 2331 'browser/nacl_host/nacl_validation_cache.h',
2357 'browser/nacl_host/pnacl_file_host.cc', 2332 'browser/nacl_host/pnacl_file_host.cc',
2358 'browser/nacl_host/pnacl_file_host.h', 2333 'browser/nacl_host/pnacl_file_host.h',
2359 'common/nacl_debug_exception_handler_win.cc', 2334 'common/nacl_debug_exception_handler_win.cc',
2360 'common/nacl_debug_exception_handler_win.h', 2335 'common/nacl_debug_exception_handler_win.h',
2361 ], 2336 ],
2362 'dependencies': [ 2337 'dependencies': [
2363 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 2338 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2364 ], 2339 ],
2365 }], 2340 }],
2366 ['branding=="Chrome"', {
2367 'sources': [
2368 'browser/protector/internal/keys_internal.cc',
2369 ],
2370 'sources!': [
2371 'browser/protector/keys.cc',
2372 ],
2373 }],
2374 ['debug_devtools==1', { 2341 ['debug_devtools==1', {
2375 'defines': [ 2342 'defines': [
2376 'DEBUG_DEVTOOLS=1', 2343 'DEBUG_DEVTOOLS=1',
2377 ], 2344 ],
2378 }], 2345 }],
2379 ['configuration_policy==1', { 2346 ['configuration_policy==1', {
2380 'sources!': [ 2347 'sources!': [
2381 'browser/policy/policy_service_stub.cc', 2348 'browser/policy/policy_service_stub.cc',
2382 'browser/policy/policy_service_stub.h', 2349 'browser/policy/policy_service_stub.h',
2383 ], 2350 ],
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 ['enable_plugin_installation==0', { 2927 ['enable_plugin_installation==0', {
2961 'sources!': [ 2928 'sources!': [
2962 'browser/plugins/plugin_installer.cc', 2929 'browser/plugins/plugin_installer.cc',
2963 'browser/plugins/plugin_installer.h', 2930 'browser/plugins/plugin_installer.h',
2964 'browser/plugins/plugin_installer_observer.cc', 2931 'browser/plugins/plugin_installer_observer.cc',
2965 'browser/plugins/plugin_installer_observer.h', 2932 'browser/plugins/plugin_installer_observer.h',
2966 'browser/web_resource/plugins_resource_service.cc', 2933 'browser/web_resource/plugins_resource_service.cc',
2967 'browser/web_resource/plugins_resource_service.h', 2934 'browser/web_resource/plugins_resource_service.h',
2968 ], 2935 ],
2969 }], 2936 }],
2970 ['enable_protector_service==0', {
2971 'sources!': [
2972 'browser/protector/base_prefs_change.cc',
2973 'browser/protector/base_prefs_change.h',
2974 'browser/protector/base_setting_change.cc',
2975 'browser/protector/base_setting_change.h',
2976 'browser/protector/default_search_provider_change.cc',
2977 'browser/protector/prefs_backup_invalid_change.cc',
2978 'browser/protector/protected_prefs_watcher.cc',
2979 'browser/protector/protected_prefs_watcher.h',
2980 'browser/protector/protector_service.cc',
2981 'browser/protector/protector_service.h',
2982 'browser/protector/protector_service_factory.cc',
2983 'browser/protector/protector_service_factory.h',
2984 'browser/protector/session_startup_change.cc',
2985 'browser/protector/settings_change_global_error.cc',
2986 'browser/protector/settings_change_global_error.h',
2987 'browser/protector/settings_change_global_error_delegate.h',
2988 ],
2989 }],
2990 [ 'use_openssl==1', { 2937 [ 'use_openssl==1', {
2991 'sources!': [ 2938 'sources!': [
2992 'browser/importer/nss_decryptor.cc', 2939 'browser/importer/nss_decryptor.cc',
2993 'browser/importer/nss_decryptor_system_nss.cc', 2940 'browser/importer/nss_decryptor_system_nss.cc',
2994 'browser/importer/nss_decryptor_system_nss.h', 2941 'browser/importer/nss_decryptor_system_nss.h',
2995 ] 2942 ]
2996 }], 2943 }],
2997 ['enable_app_list==1', { 2944 ['enable_app_list==1', {
2998 'dependencies': [ 2945 'dependencies': [
2999 '../ui/app_list/app_list.gyp:app_list', 2946 '../ui/app_list/app_list.gyp:app_list',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
3167 'proto_in_dir': '../third_party/cros_system_api/dbus', 3114 'proto_in_dir': '../third_party/cros_system_api/dbus',
3168 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3115 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3169 }, 3116 },
3170 'includes': ['../build/protoc.gypi'], 3117 'includes': ['../build/protoc.gypi'],
3171 }, 3118 },
3172 ], 3119 ],
3173 }, 3120 },
3174 ], 3121 ],
3175 ], 3122 ],
3176 } 3123 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_database_migration_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698