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

Side by Side Diff: content/content_renderer.gypi

Issue 227743004: Added a kEchoCancellation constraint to turn off the audio processing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | 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) 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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../gin/gin.gyp:gin', 8 '../gin/gin.gyp:gin',
9 '../jingle/jingle.gyp:jingle_glue', 9 '../jingle/jingle.gyp:jingle_glue',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'renderer/media/crypto/ppapi_decryptor.cc', 247 'renderer/media/crypto/ppapi_decryptor.cc',
248 'renderer/media/crypto/ppapi_decryptor.h', 248 'renderer/media/crypto/ppapi_decryptor.h',
249 'renderer/media/crypto/proxy_decryptor.cc', 249 'renderer/media/crypto/proxy_decryptor.cc',
250 'renderer/media/crypto/proxy_decryptor.h', 250 'renderer/media/crypto/proxy_decryptor.h',
251 'renderer/media/media_stream_audio_level_calculator.cc', 251 'renderer/media/media_stream_audio_level_calculator.cc',
252 'renderer/media/media_stream_audio_level_calculator.h', 252 'renderer/media/media_stream_audio_level_calculator.h',
253 'renderer/media/media_stream_audio_renderer.cc', 253 'renderer/media/media_stream_audio_renderer.cc',
254 'renderer/media/media_stream_audio_renderer.h', 254 'renderer/media/media_stream_audio_renderer.h',
255 'renderer/media/media_stream_center.h', 255 'renderer/media/media_stream_center.h',
256 'renderer/media/media_stream_client.h', 256 'renderer/media/media_stream_client.h',
257 'renderer/media/media_stream_constraints_util.cc',
258 'renderer/media/media_stream_constraints_util.h',
257 'renderer/media/media_stream_dependency_factory.h', 259 'renderer/media/media_stream_dependency_factory.h',
258 'renderer/media/media_stream_dispatcher.h', 260 'renderer/media/media_stream_dispatcher.h',
259 'renderer/media/media_stream_dispatcher_eventhandler.h', 261 'renderer/media/media_stream_dispatcher_eventhandler.h',
260 'renderer/media/media_stream_impl.h', 262 'renderer/media/media_stream_impl.h',
261 'renderer/media/media_stream_track.cc', 263 'renderer/media/media_stream_track.cc',
262 'renderer/media/media_stream_track.h', 264 'renderer/media/media_stream_track.h',
263 'renderer/media/midi_dispatcher.cc', 265 'renderer/media/midi_dispatcher.cc',
264 'renderer/media/midi_dispatcher.h', 266 'renderer/media/midi_dispatcher.h',
265 'renderer/media/midi_message_filter.cc', 267 'renderer/media/midi_message_filter.cc',
266 'renderer/media/midi_message_filter.h', 268 'renderer/media/midi_message_filter.h',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 }], 781 }],
780 ], 782 ],
781 'target_conditions': [ 783 'target_conditions': [
782 ['OS=="android"', { 784 ['OS=="android"', {
783 'sources/': [ 785 'sources/': [
784 ['include', '^renderer/render_view_linux\\.cc$'], 786 ['include', '^renderer/render_view_linux\\.cc$'],
785 ], 787 ],
786 }], 788 }],
787 ], 789 ],
788 } 790 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698