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

Side by Side Diff: content/content_renderer.gypi

Issue 54383003: Added an "enable-audio-processor" flag and WebRtcAudioProcessor class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added one comment. Created 7 years 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 | « content/browser/renderer_host/render_process_host_impl.cc ('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) 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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../media/media.gyp:media', 8 '../media/media.gyp:media',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 }], 572 }],
573 ['enable_webrtc==1', { 573 ['enable_webrtc==1', {
574 'dependencies': [ 574 'dependencies': [
575 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 575 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
576 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 576 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
577 '../third_party/webrtc/modules/modules.gyp:audio_device', 577 '../third_party/webrtc/modules/modules.gyp:audio_device',
578 '<(DEPTH)/crypto/crypto.gyp:crypto', 578 '<(DEPTH)/crypto/crypto.gyp:crypto',
579 ], 579 ],
580 'sources': [ 580 'sources': [
581 'public/renderer/webrtc_log_message_delegate.h', 581 'public/renderer/webrtc_log_message_delegate.h',
582 'renderer/media/media_stream_audio_processor.cc',
583 'renderer/media/media_stream_audio_processor.h',
584 'renderer/media/media_stream_audio_processor_options.cc',
585 'renderer/media/media_stream_audio_processor_options.h',
582 'renderer/media/media_stream_center.cc', 586 'renderer/media/media_stream_center.cc',
583 'renderer/media/media_stream_dependency_factory.cc', 587 'renderer/media/media_stream_dependency_factory.cc',
584 'renderer/media/media_stream_dispatcher.cc', 588 'renderer/media/media_stream_dispatcher.cc',
585 'renderer/media/media_stream_impl.cc', 589 'renderer/media/media_stream_impl.cc',
586 'renderer/media/media_stream_registry_interface.h', 590 'renderer/media/media_stream_registry_interface.h',
587 'renderer/media/media_stream_source_observer.cc', 591 'renderer/media/media_stream_source_observer.cc',
588 'renderer/media/media_stream_source_observer.h', 592 'renderer/media/media_stream_source_observer.h',
589 'renderer/media/native_handle_impl.cc', 593 'renderer/media/native_handle_impl.cc',
590 'renderer/media/native_handle_impl.h', 594 'renderer/media/native_handle_impl.h',
591 'renderer/media/peer_connection_handler_base.cc', 595 'renderer/media/peer_connection_handler_base.cc',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 }], 726 }],
723 ], 727 ],
724 'target_conditions': [ 728 'target_conditions': [
725 ['OS=="android"', { 729 ['OS=="android"', {
726 'sources/': [ 730 'sources/': [
727 ['include', '^renderer/render_view_linux\\.cc$'], 731 ['include', '^renderer/render_view_linux\\.cc$'],
728 ], 732 ],
729 }], 733 }],
730 ], 734 ],
731 } 735 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698