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

Side by Side Diff: content/content_browser.gypi

Issue 9387023: Revert 121810 - Move SpeechRecognizer delegate into its own header file and put it in the content... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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',
108 'public/browser/user_metrics.h', 107 'public/browser/user_metrics.h',
109 'public/browser/utility_process_host.h', 108 'public/browser/utility_process_host.h',
110 'public/browser/web_contents.h', 109 'public/browser/web_contents.h',
111 'public/browser/web_contents_delegate.cc', 110 'public/browser/web_contents_delegate.cc',
112 'public/browser/web_contents_delegate.h', 111 'public/browser/web_contents_delegate.h',
113 'public/browser/web_contents_observer.cc', 112 'public/browser/web_contents_observer.cc',
114 'public/browser/web_contents_observer.h', 113 'public/browser/web_contents_observer.h',
115 'public/browser/web_contents_view.h', 114 'public/browser/web_contents_view.h',
116 'public/browser/web_contents_view_mac_delegate.h', 115 'public/browser/web_contents_view_mac_delegate.h',
117 'public/browser/web_intents_dispatcher.h', 116 'public/browser/web_intents_dispatcher.h',
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 'ENABLE_JAVA_BRIDGE', 848 'ENABLE_JAVA_BRIDGE',
850 ], 849 ],
851 }, { 850 }, {
852 'sources/': [ 851 'sources/': [
853 ['exclude', '^browser/renderer_host/java/'], 852 ['exclude', '^browser/renderer_host/java/'],
854 ], 853 ],
855 }], 854 }],
856 ], 855 ],
857 } 856 }
858 857
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