| 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 2656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2667 'browser/speech/speech_input_bubble.cc', | 2667 'browser/speech/speech_input_bubble.cc', |
| 2668 'browser/speech/speech_input_bubble_gtk.cc', | 2668 'browser/speech/speech_input_bubble_gtk.cc', |
| 2669 'browser/speech/speech_input_bubble_mac.mm', | 2669 'browser/speech/speech_input_bubble_mac.mm', |
| 2670 'browser/speech/speech_input_bubble_views.cc', | 2670 'browser/speech/speech_input_bubble_views.cc', |
| 2671 'browser/speech/speech_input_bubble_controller.cc', | 2671 'browser/speech/speech_input_bubble_controller.cc', |
| 2672 'browser/speech/speech_input_bubble_controller.h', | 2672 'browser/speech/speech_input_bubble_controller.h', |
| 2673 'browser/speech/speech_input_dispatcher_host.cc', | 2673 'browser/speech/speech_input_dispatcher_host.cc', |
| 2674 'browser/speech/speech_input_dispatcher_host.h', | 2674 'browser/speech/speech_input_dispatcher_host.h', |
| 2675 'browser/speech/speech_input_manager.cc', | 2675 'browser/speech/speech_input_manager.cc', |
| 2676 'browser/speech/speech_input_manager.h', | 2676 'browser/speech/speech_input_manager.h', |
| 2677 'browser/speech/speech_input_result.h', |
| 2677 'browser/speech/speech_recognition_request.cc', | 2678 'browser/speech/speech_recognition_request.cc', |
| 2678 'browser/speech/speech_recognition_request.h', | 2679 'browser/speech/speech_recognition_request.h', |
| 2679 'browser/speech/speech_recognizer.cc', | 2680 'browser/speech/speech_recognizer.cc', |
| 2680 'browser/speech/speech_recognizer.h', | 2681 'browser/speech/speech_recognizer.h', |
| 2681 'browser/spellcheck_host.cc', | 2682 'browser/spellcheck_host.cc', |
| 2682 'browser/spellcheck_host.h', | 2683 'browser/spellcheck_host.h', |
| 2683 'browser/spellchecker_linux.cc', | 2684 'browser/spellchecker_linux.cc', |
| 2684 'browser/spellchecker_mac.mm', | 2685 'browser/spellchecker_mac.mm', |
| 2685 'browser/spellchecker_platform_engine.h', | 2686 'browser/spellchecker_platform_engine.h', |
| 2686 'browser/spellchecker_win.cc', | 2687 'browser/spellchecker_win.cc', |
| (...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4181 ], | 4182 ], |
| 4182 }, | 4183 }, |
| 4183 ], | 4184 ], |
| 4184 } | 4185 } |
| 4185 | 4186 |
| 4186 # Local Variables: | 4187 # Local Variables: |
| 4187 # tab-width:2 | 4188 # tab-width:2 |
| 4188 # indent-tabs-mode:nil | 4189 # indent-tabs-mode:nil |
| 4189 # End: | 4190 # End: |
| 4190 # vim: set expandtab tabstop=2 shiftwidth=2: | 4191 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |