OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |