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

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: merge & cleanup 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
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 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 'browser/profiles/profile_shortcut_manager.cc', 1616 'browser/profiles/profile_shortcut_manager.cc',
1617 'browser/profiles/profile_shortcut_manager.h', 1617 'browser/profiles/profile_shortcut_manager.h',
1618 'browser/profiles/profile_shortcut_manager_stub.cc', 1618 'browser/profiles/profile_shortcut_manager_stub.cc',
1619 'browser/profiles/profile_shortcut_manager_win.cc', 1619 'browser/profiles/profile_shortcut_manager_win.cc',
1620 'browser/profiles/profile_shortcut_manager_win.h', 1620 'browser/profiles/profile_shortcut_manager_win.h',
1621 'browser/profiles/refcounted_profile_keyed_service.cc', 1621 'browser/profiles/refcounted_profile_keyed_service.cc',
1622 'browser/profiles/refcounted_profile_keyed_service.h', 1622 'browser/profiles/refcounted_profile_keyed_service.h',
1623 'browser/profiles/refcounted_profile_keyed_service_factory.cc', 1623 'browser/profiles/refcounted_profile_keyed_service_factory.cc',
1624 'browser/profiles/refcounted_profile_keyed_service_factory.h', 1624 'browser/profiles/refcounted_profile_keyed_service_factory.h',
1625 'browser/profiles/storage_partition_descriptor.h', 1625 'browser/profiles/storage_partition_descriptor.h',
1626 'browser/protector/base_prefs_change.cc',
1627 'browser/protector/base_prefs_change.h',
1628 'browser/protector/base_setting_change.cc',
1629 'browser/protector/base_setting_change.h',
1630 'browser/protector/composite_settings_change.cc',
1631 'browser/protector/composite_settings_change.h',
1632 'browser/protector/default_search_provider_change.cc',
1633 'browser/protector/histograms.cc',
1634 'browser/protector/histograms.h',
1635 'browser/protector/homepage_change.cc',
1636 'browser/protector/keys.cc',
1637 'browser/protector/keys.h',
1638 'browser/protector/prefs_backup_invalid_change.cc',
1639 'browser/protector/protected_prefs_watcher.cc',
1640 'browser/protector/protected_prefs_watcher.h',
1641 'browser/protector/protector_service.cc',
1642 'browser/protector/protector_service.h',
1643 'browser/protector/protector_service_factory.cc',
1644 'browser/protector/protector_service_factory.h',
1645 'browser/protector/protector_utils.cc',
1646 'browser/protector/protector_utils.h',
1647 'browser/protector/session_startup_change.cc',
1648 'browser/protector/settings_change_global_error.cc',
1649 'browser/protector/settings_change_global_error.h',
1650 'browser/protector/settings_change_global_error_delegate.h',
1651 'browser/remove_rows_table_model.h', 1626 'browser/remove_rows_table_model.h',
1652 'browser/renderer_host/chrome_render_message_filter.cc', 1627 'browser/renderer_host/chrome_render_message_filter.cc',
1653 'browser/renderer_host/chrome_render_message_filter.h', 1628 'browser/renderer_host/chrome_render_message_filter.h',
1654 'browser/renderer_host/chrome_render_view_host_observer.cc', 1629 'browser/renderer_host/chrome_render_view_host_observer.cc',
1655 'browser/renderer_host/chrome_render_view_host_observer.h', 1630 'browser/renderer_host/chrome_render_view_host_observer.h',
1656 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h', 1631 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h',
1657 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm', 1632 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm',
1658 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc', 1633 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc',
1659 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h', 1634 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h',
1660 'browser/renderer_host/chrome_url_request_user_data.cc', 1635 'browser/renderer_host/chrome_url_request_user_data.cc',
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
2349 'browser/nacl_host/nacl_validation_cache.h', 2324 'browser/nacl_host/nacl_validation_cache.h',
2350 'browser/nacl_host/pnacl_file_host.cc', 2325 'browser/nacl_host/pnacl_file_host.cc',
2351 'browser/nacl_host/pnacl_file_host.h', 2326 'browser/nacl_host/pnacl_file_host.h',
2352 'common/nacl_debug_exception_handler_win.cc', 2327 'common/nacl_debug_exception_handler_win.cc',
2353 'common/nacl_debug_exception_handler_win.h', 2328 'common/nacl_debug_exception_handler_win.h',
2354 ], 2329 ],
2355 'dependencies': [ 2330 'dependencies': [
2356 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 2331 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2357 ], 2332 ],
2358 }], 2333 }],
2359 ['branding=="Chrome"', {
2360 'sources': [
2361 'browser/protector/internal/keys_internal.cc',
2362 ],
2363 'sources!': [
2364 'browser/protector/keys.cc',
2365 ],
2366 }],
2367 ['debug_devtools==1', { 2334 ['debug_devtools==1', {
2368 'defines': [ 2335 'defines': [
2369 'DEBUG_DEVTOOLS=1', 2336 'DEBUG_DEVTOOLS=1',
2370 ], 2337 ],
2371 }], 2338 }],
2372 ['configuration_policy==1', { 2339 ['configuration_policy==1', {
2373 'sources!': [ 2340 'sources!': [
2374 'browser/policy/policy_service_stub.cc', 2341 'browser/policy/policy_service_stub.cc',
2375 'browser/policy/policy_service_stub.h', 2342 'browser/policy/policy_service_stub.h',
2376 ], 2343 ],
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
2951 ['enable_plugin_installation==0', { 2918 ['enable_plugin_installation==0', {
2952 'sources!': [ 2919 'sources!': [
2953 'browser/plugins/plugin_installer.cc', 2920 'browser/plugins/plugin_installer.cc',
2954 'browser/plugins/plugin_installer.h', 2921 'browser/plugins/plugin_installer.h',
2955 'browser/plugins/plugin_installer_observer.cc', 2922 'browser/plugins/plugin_installer_observer.cc',
2956 'browser/plugins/plugin_installer_observer.h', 2923 'browser/plugins/plugin_installer_observer.h',
2957 'browser/web_resource/plugins_resource_service.cc', 2924 'browser/web_resource/plugins_resource_service.cc',
2958 'browser/web_resource/plugins_resource_service.h', 2925 'browser/web_resource/plugins_resource_service.h',
2959 ], 2926 ],
2960 }], 2927 }],
2961 ['enable_protector_service==0', {
2962 'sources!': [
2963 'browser/protector/base_prefs_change.cc',
2964 'browser/protector/base_prefs_change.h',
2965 'browser/protector/base_setting_change.cc',
2966 'browser/protector/base_setting_change.h',
2967 'browser/protector/default_search_provider_change.cc',
2968 'browser/protector/prefs_backup_invalid_change.cc',
2969 'browser/protector/protected_prefs_watcher.cc',
2970 'browser/protector/protected_prefs_watcher.h',
2971 'browser/protector/protector_service.cc',
2972 'browser/protector/protector_service.h',
2973 'browser/protector/protector_service_factory.cc',
2974 'browser/protector/protector_service_factory.h',
2975 'browser/protector/session_startup_change.cc',
2976 'browser/protector/settings_change_global_error.cc',
2977 'browser/protector/settings_change_global_error.h',
2978 'browser/protector/settings_change_global_error_delegate.h',
2979 ],
2980 }],
2981 [ 'use_openssl==1', { 2928 [ 'use_openssl==1', {
2982 'sources!': [ 2929 'sources!': [
2983 'browser/importer/nss_decryptor.cc', 2930 'browser/importer/nss_decryptor.cc',
2984 'browser/importer/nss_decryptor_system_nss.cc', 2931 'browser/importer/nss_decryptor_system_nss.cc',
2985 'browser/importer/nss_decryptor_system_nss.h', 2932 'browser/importer/nss_decryptor_system_nss.h',
2986 ] 2933 ]
2987 }], 2934 }],
2988 ['enable_app_list==1', { 2935 ['enable_app_list==1', {
2989 'dependencies': [ 2936 'dependencies': [
2990 '../ui/app_list/app_list.gyp:app_list', 2937 '../ui/app_list/app_list.gyp:app_list',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
3158 'proto_in_dir': '../third_party/cros_system_api/dbus', 3105 'proto_in_dir': '../third_party/cros_system_api/dbus',
3159 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3160 }, 3107 },
3161 'includes': ['../build/protoc.gypi'], 3108 'includes': ['../build/protoc.gypi'],
3162 }, 3109 },
3163 ], 3110 ],
3164 }, 3111 },
3165 ], 3112 ],
3166 ], 3113 ],
3167 } 3114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698