| 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 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2122 'browser/speech/speech_input_dispatcher_host.cc', | 2122 'browser/speech/speech_input_dispatcher_host.cc', |
| 2123 'browser/speech/speech_input_dispatcher_host.h', | 2123 'browser/speech/speech_input_dispatcher_host.h', |
| 2124 'browser/speech/speech_input_manager.cc', | 2124 'browser/speech/speech_input_manager.cc', |
| 2125 'browser/speech/speech_input_manager.h', | 2125 'browser/speech/speech_input_manager.h', |
| 2126 'browser/speech/speech_recognition_request.cc', | 2126 'browser/speech/speech_recognition_request.cc', |
| 2127 'browser/speech/speech_recognition_request.h', | 2127 'browser/speech/speech_recognition_request.h', |
| 2128 'browser/speech/speech_recognizer.cc', | 2128 'browser/speech/speech_recognizer.cc', |
| 2129 'browser/speech/speech_recognizer.h', | 2129 'browser/speech/speech_recognizer.h', |
| 2130 'browser/spellcheck_host.cc', | 2130 'browser/spellcheck_host.cc', |
| 2131 'browser/spellcheck_host.h', | 2131 'browser/spellcheck_host.h', |
| 2132 'browser/spellcheck_message_filter.cc', |
| 2133 'browser/spellcheck_message_filter.h', |
| 2132 'browser/spellchecker_linux.cc', | 2134 'browser/spellchecker_linux.cc', |
| 2133 'browser/spellchecker_mac.mm', | 2135 'browser/spellchecker_mac.mm', |
| 2134 'browser/spellchecker_platform_engine.h', | 2136 'browser/spellchecker_platform_engine.h', |
| 2135 'browser/spellchecker_win.cc', | 2137 'browser/spellchecker_win.cc', |
| 2136 'browser/ssl/ssl_add_cert_handler.cc', | 2138 'browser/ssl/ssl_add_cert_handler.cc', |
| 2137 'browser/ssl/ssl_add_cert_handler.h', | 2139 'browser/ssl/ssl_add_cert_handler.h', |
| 2138 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2140 'browser/ssl/ssl_add_cert_handler_mac.mm', |
| 2139 'browser/ssl/ssl_blocking_page.cc', | 2141 'browser/ssl/ssl_blocking_page.cc', |
| 2140 'browser/ssl/ssl_blocking_page.h', | 2142 'browser/ssl/ssl_blocking_page.h', |
| 2141 'browser/ssl/ssl_cert_error_handler.cc', | 2143 'browser/ssl/ssl_cert_error_handler.cc', |
| (...skipping 2456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4598 ], | 4600 ], |
| 4599 }, | 4601 }, |
| 4600 ], | 4602 ], |
| 4601 } | 4603 } |
| 4602 | 4604 |
| 4603 # Local Variables: | 4605 # Local Variables: |
| 4604 # tab-width:2 | 4606 # tab-width:2 |
| 4605 # indent-tabs-mode:nil | 4607 # indent-tabs-mode:nil |
| 4606 # End: | 4608 # End: |
| 4607 # vim: set expandtab tabstop=2 shiftwidth=2: | 4609 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |