OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2293 'browser/sessions/tab_restore_service.cc', | 2293 'browser/sessions/tab_restore_service.cc', |
2294 'browser/sessions/tab_restore_service.h', | 2294 'browser/sessions/tab_restore_service.h', |
2295 'browser/configuration_policy_provider.cc', | 2295 'browser/configuration_policy_provider.cc', |
2296 'browser/configuration_policy_provider.h', | 2296 'browser/configuration_policy_provider.h', |
2297 'browser/shell_dialogs.h', | 2297 'browser/shell_dialogs.h', |
2298 'browser/shell_integration.cc', | 2298 'browser/shell_integration.cc', |
2299 'browser/shell_integration.h', | 2299 'browser/shell_integration.h', |
2300 'browser/shell_integration_mac.mm', | 2300 'browser/shell_integration_mac.mm', |
2301 'browser/shell_integration_linux.cc', | 2301 'browser/shell_integration_linux.cc', |
2302 'browser/shell_integration_win.cc', | 2302 'browser/shell_integration_win.cc', |
| 2303 'browser/speech/speech_input_dispatcher_host.cc', |
| 2304 'browser/speech/speech_input_dispatcher_host.h', |
| 2305 'browser/speech/speech_input_manager.cc', |
| 2306 'browser/speech/speech_input_manager.h', |
2303 'browser/spellcheck_host.cc', | 2307 'browser/spellcheck_host.cc', |
2304 'browser/spellcheck_host.h', | 2308 'browser/spellcheck_host.h', |
2305 'browser/spellchecker_linux.cc', | 2309 'browser/spellchecker_linux.cc', |
2306 'browser/spellchecker_mac.mm', | 2310 'browser/spellchecker_mac.mm', |
2307 'browser/spellchecker_platform_engine.h', | 2311 'browser/spellchecker_platform_engine.h', |
2308 'browser/spellchecker_win.cc', | 2312 'browser/spellchecker_win.cc', |
2309 'browser/ssl/ssl_add_cert_handler.cc', | 2313 'browser/ssl/ssl_add_cert_handler.cc', |
2310 'browser/ssl/ssl_add_cert_handler.h', | 2314 'browser/ssl/ssl_add_cert_handler.h', |
2311 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2315 'browser/ssl/ssl_add_cert_handler_mac.mm', |
2312 'browser/ssl/ssl_blocking_page.cc', | 2316 'browser/ssl/ssl_blocking_page.cc', |
(...skipping 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3722 ], | 3726 ], |
3723 }, | 3727 }, |
3724 ], | 3728 ], |
3725 } | 3729 } |
3726 | 3730 |
3727 # Local Variables: | 3731 # Local Variables: |
3728 # tab-width:2 | 3732 # tab-width:2 |
3729 # indent-tabs-mode:nil | 3733 # indent-tabs-mode:nil |
3730 # End: | 3734 # End: |
3731 # vim: set expandtab tabstop=2 shiftwidth=2: | 3735 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |