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

Side by Side Diff: content/content_browser.gypi

Issue 9390007: Move SpeechRecognizer delegate into its own header file and put it in the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jam review - update interface comment Created 8 years, 10 months 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'public/browser/resource_dispatcher_host_delegate.h', 97 'public/browser/resource_dispatcher_host_delegate.h',
98 'public/browser/resource_dispatcher_host_login_delegate.h', 98 'public/browser/resource_dispatcher_host_login_delegate.h',
99 'public/browser/resource_throttle.h', 99 'public/browser/resource_throttle.h',
100 'public/browser/resource_throttle_controller.h', 100 'public/browser/resource_throttle_controller.h',
101 'public/browser/save_page_type.h', 101 'public/browser/save_page_type.h',
102 'public/browser/sensors.h', 102 'public/browser/sensors.h',
103 'public/browser/sensors_listener.h', 103 'public/browser/sensors_listener.h',
104 'public/browser/sensors_provider.h', 104 'public/browser/sensors_provider.h',
105 'public/browser/site_instance.h', 105 'public/browser/site_instance.h',
106 'public/browser/speech_input_preferences.h', 106 'public/browser/speech_input_preferences.h',
107 'public/browser/speech_recognizer_delegate.h',
107 'public/browser/user_metrics.h', 108 'public/browser/user_metrics.h',
108 'public/browser/utility_process_host.h', 109 'public/browser/utility_process_host.h',
109 'public/browser/web_contents.h', 110 'public/browser/web_contents.h',
110 'public/browser/web_contents_delegate.cc', 111 'public/browser/web_contents_delegate.cc',
111 'public/browser/web_contents_delegate.h', 112 'public/browser/web_contents_delegate.h',
112 'public/browser/web_contents_observer.cc', 113 'public/browser/web_contents_observer.cc',
113 'public/browser/web_contents_observer.h', 114 'public/browser/web_contents_observer.h',
114 'public/browser/web_contents_view.h', 115 'public/browser/web_contents_view.h',
115 'public/browser/web_contents_view_mac_delegate.h', 116 'public/browser/web_contents_view_mac_delegate.h',
116 'public/browser/web_intents_dispatcher.h', 117 'public/browser/web_intents_dispatcher.h',
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 'ENABLE_JAVA_BRIDGE', 851 'ENABLE_JAVA_BRIDGE',
851 ], 852 ],
852 }, { 853 }, {
853 'sources/': [ 854 'sources/': [
854 ['exclude', '^browser/renderer_host/java/'], 855 ['exclude', '^browser/renderer_host/java/'],
855 ], 856 ],
856 }], 857 }],
857 ], 858 ],
858 } 859 }
859 860
OLDNEW
« no previous file with comments | « content/browser/speech/speech_recognizer_unittest.cc ('k') | content/public/browser/speech_recognizer_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698