| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2156 'browser/speech/speech_input_dispatcher_host.cc', | 2156 'browser/speech/speech_input_dispatcher_host.cc', |
| 2157 'browser/speech/speech_input_dispatcher_host.h', | 2157 'browser/speech/speech_input_dispatcher_host.h', |
| 2158 'browser/speech/speech_input_manager.cc', | 2158 'browser/speech/speech_input_manager.cc', |
| 2159 'browser/speech/speech_input_manager.h', | 2159 'browser/speech/speech_input_manager.h', |
| 2160 'browser/speech/speech_recognition_request.cc', | 2160 'browser/speech/speech_recognition_request.cc', |
| 2161 'browser/speech/speech_recognition_request.h', | 2161 'browser/speech/speech_recognition_request.h', |
| 2162 'browser/speech/speech_recognizer.cc', | 2162 'browser/speech/speech_recognizer.cc', |
| 2163 'browser/speech/speech_recognizer.h', | 2163 'browser/speech/speech_recognizer.h', |
| 2164 'browser/spellcheck_host.cc', | 2164 'browser/spellcheck_host.cc', |
| 2165 'browser/spellcheck_host.h', | 2165 'browser/spellcheck_host.h', |
| 2166 'browser/spellcheck_message_filter.cc', |
| 2167 'browser/spellcheck_message_filter.h', |
| 2166 'browser/spellchecker_linux.cc', | 2168 'browser/spellchecker_linux.cc', |
| 2167 'browser/spellchecker_mac.mm', | 2169 'browser/spellchecker_mac.mm', |
| 2168 'browser/spellchecker_platform_engine.h', | 2170 'browser/spellchecker_platform_engine.h', |
| 2169 'browser/spellchecker_win.cc', | 2171 'browser/spellchecker_win.cc', |
| 2170 'browser/ssl/ssl_add_cert_handler.cc', | 2172 'browser/ssl/ssl_add_cert_handler.cc', |
| 2171 'browser/ssl/ssl_add_cert_handler.h', | 2173 'browser/ssl/ssl_add_cert_handler.h', |
| 2172 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2174 'browser/ssl/ssl_add_cert_handler_mac.mm', |
| 2173 'browser/ssl/ssl_blocking_page.cc', | 2175 'browser/ssl/ssl_blocking_page.cc', |
| 2174 'browser/ssl/ssl_blocking_page.h', | 2176 'browser/ssl/ssl_blocking_page.h', |
| 2175 'browser/ssl/ssl_cert_error_handler.cc', | 2177 'browser/ssl/ssl_cert_error_handler.cc', |
| (...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4618 ], | 4620 ], |
| 4619 }, | 4621 }, |
| 4620 ], | 4622 ], |
| 4621 } | 4623 } |
| 4622 | 4624 |
| 4623 # Local Variables: | 4625 # Local Variables: |
| 4624 # tab-width:2 | 4626 # tab-width:2 |
| 4625 # indent-tabs-mode:nil | 4627 # indent-tabs-mode:nil |
| 4626 # End: | 4628 # End: |
| 4627 # vim: set expandtab tabstop=2 shiftwidth=2: | 4629 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |