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 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1839 'browser/protector/histograms.h', | 1839 'browser/protector/histograms.h', |
1840 'browser/protector/keys.cc', | 1840 'browser/protector/keys.cc', |
1841 'browser/protector/keys.h', | 1841 'browser/protector/keys.h', |
1842 'browser/protector/prefs_backup_invalid_change.cc', | 1842 'browser/protector/prefs_backup_invalid_change.cc', |
1843 'browser/protector/protected_prefs_watcher.cc', | 1843 'browser/protector/protected_prefs_watcher.cc', |
1844 'browser/protector/protected_prefs_watcher.h', | 1844 'browser/protector/protected_prefs_watcher.h', |
1845 'browser/protector/protector_service.cc', | 1845 'browser/protector/protector_service.cc', |
1846 'browser/protector/protector_service.h', | 1846 'browser/protector/protector_service.h', |
1847 'browser/protector/protector_service_factory.cc', | 1847 'browser/protector/protector_service_factory.cc', |
1848 'browser/protector/protector_service_factory.h', | 1848 'browser/protector/protector_service_factory.h', |
| 1849 'browser/protector/protector_utils.cc', |
| 1850 'browser/protector/protector_utils.h', |
1849 'browser/protector/session_startup_change.cc', | 1851 'browser/protector/session_startup_change.cc', |
1850 'browser/protector/settings_change_global_error.cc', | 1852 'browser/protector/settings_change_global_error.cc', |
1851 'browser/protector/settings_change_global_error.h', | 1853 'browser/protector/settings_change_global_error.h', |
1852 'browser/protector/settings_change_global_error_delegate.h', | 1854 'browser/protector/settings_change_global_error_delegate.h', |
1853 'browser/remove_rows_table_model.h', | 1855 'browser/remove_rows_table_model.h', |
1854 'browser/renderer_host/chrome_render_message_filter.cc', | 1856 'browser/renderer_host/chrome_render_message_filter.cc', |
1855 'browser/renderer_host/chrome_render_message_filter.h', | 1857 'browser/renderer_host/chrome_render_message_filter.h', |
1856 'browser/renderer_host/chrome_render_view_host_observer.cc', | 1858 'browser/renderer_host/chrome_render_view_host_observer.cc', |
1857 'browser/renderer_host/chrome_render_view_host_observer.h', | 1859 'browser/renderer_host/chrome_render_view_host_observer.h', |
1858 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h', | 1860 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h', |
(...skipping 3278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5137 ['enable_plugin_installation==0', { | 5139 ['enable_plugin_installation==0', { |
5138 'sources!': [ | 5140 'sources!': [ |
5139 'browser/plugin_finder.cc', | 5141 'browser/plugin_finder.cc', |
5140 'browser/plugin_finder.h', | 5142 'browser/plugin_finder.h', |
5141 'browser/plugin_installer.cc', | 5143 'browser/plugin_installer.cc', |
5142 'browser/plugin_installer.h', | 5144 'browser/plugin_installer.h', |
5143 'browser/plugin_installer_observer.cc', | 5145 'browser/plugin_installer_observer.cc', |
5144 'browser/plugin_installer_observer.h', | 5146 'browser/plugin_installer_observer.h', |
5145 ], | 5147 ], |
5146 }], | 5148 }], |
| 5149 ['enable_protector_service==0', { |
| 5150 'sources!': [ |
| 5151 'browser/protector/base_prefs_change.cc', |
| 5152 'browser/protector/base_prefs_change.h', |
| 5153 'browser/protector/base_setting_change.cc', |
| 5154 'browser/protector/base_setting_change.h', |
| 5155 'browser/protector/default_search_provider_change.cc', |
| 5156 'browser/protector/prefs_backup_invalid_change.cc', |
| 5157 'browser/protector/protected_prefs_watcher.cc', |
| 5158 'browser/protector/protected_prefs_watcher.h', |
| 5159 'browser/protector/protector_service.cc', |
| 5160 'browser/protector/protector_service.h', |
| 5161 'browser/protector/protector_service_factory.cc', |
| 5162 'browser/protector/protector_service_factory.h', |
| 5163 'browser/protector/session_startup_change.cc', |
| 5164 'browser/protector/settings_change_global_error.cc', |
| 5165 'browser/protector/settings_change_global_error.h', |
| 5166 'browser/protector/settings_change_global_error_delegate.h', |
| 5167 ], |
| 5168 }], |
5147 [ 'use_openssl==1', { | 5169 [ 'use_openssl==1', { |
5148 'sources!': [ | 5170 'sources!': [ |
5149 'browser/importer/nss_decryptor.cc', | 5171 'browser/importer/nss_decryptor.cc', |
5150 'browser/importer/nss_decryptor_system_nss.cc', | 5172 'browser/importer/nss_decryptor_system_nss.cc', |
5151 'browser/importer/nss_decryptor_system_nss.h', | 5173 'browser/importer/nss_decryptor_system_nss.h', |
5152 'browser/ui/crypto_module_password_dialog_nss.cc', | 5174 'browser/ui/crypto_module_password_dialog_nss.cc', |
5153 ]}, { | 5175 ]}, { |
5154 'sources!': [ | 5176 'sources!': [ |
5155 'browser/ui/crypto_module_password_dialog_openssl.cc', | 5177 'browser/ui/crypto_module_password_dialog_openssl.cc', |
5156 ]}, | 5178 ]}, |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5275 'variables': { | 5297 'variables': { |
5276 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5298 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5277 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5299 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5278 }, | 5300 }, |
5279 'includes': ['../build/protoc.gypi'], | 5301 'includes': ['../build/protoc.gypi'], |
5280 }], | 5302 }], |
5281 ], | 5303 ], |
5282 }, | 5304 }, |
5283 ], | 5305 ], |
5284 } | 5306 } |
OLD | NEW |