OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 2161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2172 'browser/spellchecker/spellcheck_host.h', | 2172 'browser/spellchecker/spellcheck_host.h', |
2173 'browser/spellchecker/spellcheck_host_impl.cc', | 2173 'browser/spellchecker/spellcheck_host_impl.cc', |
2174 'browser/spellchecker/spellcheck_host_impl.h', | 2174 'browser/spellchecker/spellcheck_host_impl.h', |
2175 'browser/spellchecker/spellcheck_host_metrics.cc', | 2175 'browser/spellchecker/spellcheck_host_metrics.cc', |
2176 'browser/spellchecker/spellcheck_host_metrics.h', | 2176 'browser/spellchecker/spellcheck_host_metrics.h', |
2177 'browser/spellchecker/spellcheck_message_filter.cc', | 2177 'browser/spellchecker/spellcheck_message_filter.cc', |
2178 'browser/spellchecker/spellcheck_message_filter.h', | 2178 'browser/spellchecker/spellcheck_message_filter.h', |
2179 'browser/spellchecker/spellcheck_profile.cc', | 2179 'browser/spellchecker/spellcheck_profile.cc', |
2180 'browser/spellchecker/spellcheck_profile.h', | 2180 'browser/spellchecker/spellcheck_profile.h', |
2181 'browser/spellchecker/spellcheck_profile_provider.h', | 2181 'browser/spellchecker/spellcheck_profile_provider.h', |
2182 'browser/spellchecker/spellchecker_linux.cc', | 2182 'browser/spellchecker/spellchecker_mac.h', |
2183 'browser/spellchecker/spellchecker_mac.mm', | 2183 'browser/spellchecker/spellchecker_mac.mm', |
2184 'browser/spellchecker/spellchecker_platform_engine.h', | |
2185 'browser/spellchecker/spellchecker_win.cc', | |
2186 'browser/ssl/ssl_add_cert_handler.cc', | 2184 'browser/ssl/ssl_add_cert_handler.cc', |
2187 'browser/ssl/ssl_add_cert_handler.h', | 2185 'browser/ssl/ssl_add_cert_handler.h', |
2188 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2186 'browser/ssl/ssl_add_cert_handler_mac.mm', |
2189 'browser/ssl/ssl_blocking_page.cc', | 2187 'browser/ssl/ssl_blocking_page.cc', |
2190 'browser/ssl/ssl_blocking_page.h', | 2188 'browser/ssl/ssl_blocking_page.h', |
2191 'browser/ssl/ssl_error_info.cc', | 2189 'browser/ssl/ssl_error_info.cc', |
2192 'browser/ssl/ssl_error_info.h', | 2190 'browser/ssl/ssl_error_info.h', |
2193 'browser/ssl_client_certificate_selector.h', | 2191 'browser/ssl_client_certificate_selector.h', |
2194 'browser/status_icons/desktop_notification_balloon.cc', | 2192 'browser/status_icons/desktop_notification_balloon.cc', |
2195 'browser/status_icons/desktop_notification_balloon.h', | 2193 'browser/status_icons/desktop_notification_balloon.h', |
(...skipping 3052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5248 'type': 'static_library', | 5246 'type': 'static_library', |
5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5247 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5250 'variables': { | 5248 'variables': { |
5251 'proto_in_dir': 'browser/history', | 5249 'proto_in_dir': 'browser/history', |
5252 'proto_out_dir': 'chrome/browser/history', | 5250 'proto_out_dir': 'chrome/browser/history', |
5253 }, | 5251 }, |
5254 'includes': [ '../build/protoc.gypi' ] | 5252 'includes': [ '../build/protoc.gypi' ] |
5255 }, | 5253 }, |
5256 ], | 5254 ], |
5257 } | 5255 } |
OLD | NEW |