OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1830 'browser/protector/base_setting_change.h', | 1830 'browser/protector/base_setting_change.h', |
1831 'browser/protector/default_search_provider_change.cc', | 1831 'browser/protector/default_search_provider_change.cc', |
1832 'browser/protector/histograms.cc', | 1832 'browser/protector/histograms.cc', |
1833 'browser/protector/histograms.h', | 1833 'browser/protector/histograms.h', |
1834 'browser/protector/internal/keys_internal.cc', | 1834 'browser/protector/internal/keys_internal.cc', |
1835 'browser/protector/keys.cc', | 1835 'browser/protector/keys.cc', |
1836 'browser/protector/keys.h', | 1836 'browser/protector/keys.h', |
1837 'browser/protector/prefs_backup_invalid_change.cc', | 1837 'browser/protector/prefs_backup_invalid_change.cc', |
1838 'browser/protector/protected_prefs_watcher.cc', | 1838 'browser/protector/protected_prefs_watcher.cc', |
1839 'browser/protector/protected_prefs_watcher.h', | 1839 'browser/protector/protected_prefs_watcher.h', |
| 1840 'browser/protector/protector.cc', |
| 1841 'browser/protector/protector.h', |
1840 'browser/protector/protector_service.cc', | 1842 'browser/protector/protector_service.cc', |
1841 'browser/protector/protector_service.h', | 1843 'browser/protector/protector_service.h', |
1842 'browser/protector/protector_service_factory.cc', | 1844 'browser/protector/protector_service_factory.cc', |
1843 'browser/protector/protector_service_factory.h', | 1845 'browser/protector/protector_service_factory.h', |
1844 'browser/protector/session_startup_change.cc', | 1846 'browser/protector/session_startup_change.cc', |
1845 'browser/protector/settings_change_global_error.cc', | 1847 'browser/protector/settings_change_global_error.cc', |
1846 'browser/protector/settings_change_global_error.h', | 1848 'browser/protector/settings_change_global_error.h', |
1847 'browser/protector/settings_change_global_error_delegate.h', | 1849 'browser/protector/settings_change_global_error_delegate.h', |
1848 'browser/remove_rows_table_model.h', | 1850 'browser/remove_rows_table_model.h', |
1849 'browser/renderer_host/chrome_render_message_filter.cc', | 1851 'browser/renderer_host/chrome_render_message_filter.cc', |
(...skipping 3247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5097 ['enable_plugin_installation==0', { | 5099 ['enable_plugin_installation==0', { |
5098 'sources!': [ | 5100 'sources!': [ |
5099 'browser/plugin_finder.cc', | 5101 'browser/plugin_finder.cc', |
5100 'browser/plugin_finder.h', | 5102 'browser/plugin_finder.h', |
5101 'browser/plugin_installer.cc', | 5103 'browser/plugin_installer.cc', |
5102 'browser/plugin_installer.h', | 5104 'browser/plugin_installer.h', |
5103 'browser/plugin_installer_observer.cc', | 5105 'browser/plugin_installer_observer.cc', |
5104 'browser/plugin_installer_observer.h', | 5106 'browser/plugin_installer_observer.h', |
5105 ], | 5107 ], |
5106 }], | 5108 }], |
| 5109 ['enable_protector_service==0', { |
| 5110 'sources!': [ |
| 5111 'browser/protector/base_prefs_change.cc', |
| 5112 'browser/protector/base_prefs_change.h', |
| 5113 'browser/protector/base_setting_change.cc', |
| 5114 'browser/protector/base_setting_change.h', |
| 5115 'browser/protector/default_search_provider_change.cc', |
| 5116 'browser/protector/prefs_backup_invalid_change.cc', |
| 5117 'browser/protector/protected_prefs_watcher.cc', |
| 5118 'browser/protector/protected_prefs_watcher.h', |
| 5119 'browser/protector/protector_service.cc', |
| 5120 'browser/protector/protector_service.h', |
| 5121 'browser/protector/protector_service_factory.cc', |
| 5122 'browser/protector/protector_service_factory.h', |
| 5123 'browser/protector/session_startup_change.cc', |
| 5124 'browser/protector/settings_change_global_error.cc', |
| 5125 'browser/protector/settings_change_global_error.h', |
| 5126 'browser/protector/settings_change_global_error_delegate.h', |
| 5127 ], |
| 5128 }], |
5107 [ 'use_openssl==1', { | 5129 [ 'use_openssl==1', { |
5108 'sources!': [ | 5130 'sources!': [ |
5109 'browser/importer/nss_decryptor.cc', | 5131 'browser/importer/nss_decryptor.cc', |
5110 'browser/importer/nss_decryptor_system_nss.cc', | 5132 'browser/importer/nss_decryptor_system_nss.cc', |
5111 'browser/importer/nss_decryptor_system_nss.h', | 5133 'browser/importer/nss_decryptor_system_nss.h', |
5112 'browser/ui/crypto_module_password_dialog_nss.cc', | 5134 'browser/ui/crypto_module_password_dialog_nss.cc', |
5113 ]}, { | 5135 ]}, { |
5114 'sources!': [ | 5136 'sources!': [ |
5115 'browser/ui/crypto_module_password_dialog_openssl.cc', | 5137 'browser/ui/crypto_module_password_dialog_openssl.cc', |
5116 ]}, | 5138 ]}, |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5235 'variables': { | 5257 'variables': { |
5236 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5258 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5237 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5259 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5238 }, | 5260 }, |
5239 'includes': ['../build/protoc.gypi'], | 5261 'includes': ['../build/protoc.gypi'], |
5240 }], | 5262 }], |
5241 ], | 5263 ], |
5242 }, | 5264 }, |
5243 ], | 5265 ], |
5244 } | 5266 } |
OLD | NEW |