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

Side by Side Diff: content/content_renderer.gypi

Issue 90743004: Add generic interfaces for the sinks of the media stream audio track (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed Per's comments. 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
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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 }], 573 }],
574 ['enable_webrtc==1', { 574 ['enable_webrtc==1', {
575 'dependencies': [ 575 'dependencies': [
576 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 576 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
577 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 577 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
578 '../third_party/webrtc/modules/modules.gyp:audio_device', 578 '../third_party/webrtc/modules/modules.gyp:audio_device',
579 '../third_party/webrtc/modules/modules.gyp:audio_processing', 579 '../third_party/webrtc/modules/modules.gyp:audio_processing',
580 '<(DEPTH)/crypto/crypto.gyp:crypto', 580 '<(DEPTH)/crypto/crypto.gyp:crypto',
581 ], 581 ],
582 'sources': [ 582 'sources': [
583 'public/renderer/media_stream_audio_sink.h',
584 'public/renderer/media_stream_audio_sink.cc',
583 'public/renderer/webrtc_log_message_delegate.h', 585 'public/renderer/webrtc_log_message_delegate.h',
584 'renderer/media/media_stream_audio_processor.cc', 586 'renderer/media/media_stream_audio_processor.cc',
585 'renderer/media/media_stream_audio_processor.h', 587 'renderer/media/media_stream_audio_processor.h',
586 'renderer/media/media_stream_audio_processor_options.cc', 588 'renderer/media/media_stream_audio_processor_options.cc',
587 'renderer/media/media_stream_audio_processor_options.h', 589 'renderer/media/media_stream_audio_processor_options.h',
590 'renderer/media/media_stream_audio_sink_owner.cc',
591 'renderer/media/media_stream_audio_sink_owner.h',
588 'renderer/media/media_stream_center.cc', 592 'renderer/media/media_stream_center.cc',
589 'renderer/media/media_stream_dependency_factory.cc', 593 'renderer/media/media_stream_dependency_factory.cc',
590 'renderer/media/media_stream_dispatcher.cc', 594 'renderer/media/media_stream_dispatcher.cc',
591 'renderer/media/media_stream_impl.cc', 595 'renderer/media/media_stream_impl.cc',
592 'renderer/media/media_stream_registry_interface.h', 596 'renderer/media/media_stream_registry_interface.h',
593 'renderer/media/media_stream_source_observer.cc', 597 'renderer/media/media_stream_source_observer.cc',
594 'renderer/media/media_stream_source_observer.h', 598 'renderer/media/media_stream_source_observer.h',
595 'renderer/media/native_handle_impl.cc', 599 'renderer/media/native_handle_impl.cc',
596 'renderer/media/native_handle_impl.h', 600 'renderer/media/native_handle_impl.h',
597 'renderer/media/peer_connection_handler_base.cc', 601 'renderer/media/peer_connection_handler_base.cc',
(...skipping 27 matching lines...) Expand all
625 'renderer/media/rtc_video_renderer.cc', 629 'renderer/media/rtc_video_renderer.cc',
626 'renderer/media/rtc_video_renderer.h', 630 'renderer/media/rtc_video_renderer.h',
627 'renderer/media/video_destination_handler.cc', 631 'renderer/media/video_destination_handler.cc',
628 'renderer/media/video_destination_handler.h', 632 'renderer/media/video_destination_handler.h',
629 'renderer/media/video_source_handler.cc', 633 'renderer/media/video_source_handler.cc',
630 'renderer/media/video_source_handler.h', 634 'renderer/media/video_source_handler.h',
631 'renderer/media/webaudio_capturer_source.cc', 635 'renderer/media/webaudio_capturer_source.cc',
632 'renderer/media/webaudio_capturer_source.h', 636 'renderer/media/webaudio_capturer_source.h',
633 'renderer/media/webrtc_audio_capturer.cc', 637 'renderer/media/webrtc_audio_capturer.cc',
634 'renderer/media/webrtc_audio_capturer.h', 638 'renderer/media/webrtc_audio_capturer.h',
635 'renderer/media/webrtc_audio_capturer_sink_owner.cc',
636 'renderer/media/webrtc_audio_capturer_sink_owner.h',
637 'renderer/media/webrtc_audio_device_impl.cc', 639 'renderer/media/webrtc_audio_device_impl.cc',
638 'renderer/media/webrtc_audio_device_impl.h', 640 'renderer/media/webrtc_audio_device_impl.h',
639 'renderer/media/webrtc_audio_device_not_impl.cc', 641 'renderer/media/webrtc_audio_device_not_impl.cc',
640 'renderer/media/webrtc_audio_device_not_impl.h', 642 'renderer/media/webrtc_audio_device_not_impl.h',
641 'renderer/media/webrtc_audio_renderer.cc', 643 'renderer/media/webrtc_audio_renderer.cc',
642 'renderer/media/webrtc_audio_renderer.h', 644 'renderer/media/webrtc_audio_renderer.h',
643 'renderer/media/webrtc_identity_service.cc', 645 'renderer/media/webrtc_identity_service.cc',
644 'renderer/media/webrtc_identity_service.h', 646 'renderer/media/webrtc_identity_service.h',
645 'renderer/media/webrtc_local_audio_renderer.cc', 647 'renderer/media/webrtc_local_audio_renderer.cc',
646 'renderer/media/webrtc_local_audio_renderer.h', 648 'renderer/media/webrtc_local_audio_renderer.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 }], 730 }],
729 ], 731 ],
730 'target_conditions': [ 732 'target_conditions': [
731 ['OS=="android"', { 733 ['OS=="android"', {
732 'sources/': [ 734 'sources/': [
733 ['include', '^renderer/render_view_linux\\.cc$'], 735 ['include', '^renderer/render_view_linux\\.cc$'],
734 ], 736 ],
735 }], 737 }],
736 ], 738 ],
737 } 739 }
OLDNEW
« no previous file with comments | « no previous file | content/public/renderer/media_stream_audio_sink.h » ('j') | content/public/renderer/media_stream_audio_sink.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698