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

Side by Side Diff: content/content_renderer.gypi

Issue 8222025: Allow speech input feature to be disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make change suggestions. Created 9 years, 2 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('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) 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 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'renderer/gpu/command_buffer_proxy.h', 208 'renderer/gpu/command_buffer_proxy.h',
209 ], 209 ],
210 }], 210 }],
211 ['toolkit_uses_gtk == 1', { 211 ['toolkit_uses_gtk == 1', {
212 'conditions': [ 212 'conditions': [
213 [ 'linux_use_tcmalloc==1', { 213 [ 'linux_use_tcmalloc==1', {
214 'dependencies': [ 214 'dependencies': [
215 '../base/allocator/allocator.gyp:allocator', 215 '../base/allocator/allocator.gyp:allocator',
216 ], 216 ],
217 }], 217 }],
218 ['input_speech==0', {
219 'sources!': [
220 'renderer/speech_input_dispatcher.cc',
221 'renderer/speech_input_dispatcher.h',
222 ]
223 }],
218 ], 224 ],
219 'dependencies': [ 225 'dependencies': [
220 '../build/linux/system.gyp:gtk', 226 '../build/linux/system.gyp:gtk',
221 ], 227 ],
222 }], 228 }],
223 ['OS=="mac"', { 229 ['OS=="mac"', {
224 'sources!': [ 230 'sources!': [
225 'common/process_watcher_posix.cc', 231 'common/process_watcher_posix.cc',
226 ], 232 ],
227 'link_settings': { 233 'link_settings': {
(...skipping 16 matching lines...) Expand all
244 ], 250 ],
245 'sources': [ 251 'sources': [
246 'renderer/media/video_capture_module_impl.cc', 252 'renderer/media/video_capture_module_impl.cc',
247 'renderer/media/video_capture_module_impl.h', 253 'renderer/media/video_capture_module_impl.h',
248 'renderer/media/webrtc_audio_device_impl.cc', 254 'renderer/media/webrtc_audio_device_impl.cc',
249 'renderer/media/webrtc_audio_device_impl.h', 255 'renderer/media/webrtc_audio_device_impl.h',
250 ], 256 ],
251 }], 257 }],
252 ], 258 ],
253 } 259 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698