Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(776)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4119004: Add ability to parse multiple recognition results and send them to WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move header to chrome/common and address review comments. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/speech/speech_recognizer_unittest.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « chrome/browser/speech/speech_recognizer_unittest.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698