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

Side by Side Diff: content/content_renderer.gypi

Issue 1406113002: Add AudioTrackRecorder for audio component of MediaStream recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: miu's comments Created 5 years, 1 month 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
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'public/renderer/media_stream_audio_sink.h', 608 'public/renderer/media_stream_audio_sink.h',
609 'public/renderer/media_stream_renderer_factory.h', 609 'public/renderer/media_stream_renderer_factory.h',
610 'public/renderer/media_stream_sink.h', 610 'public/renderer/media_stream_sink.h',
611 'public/renderer/media_stream_video_sink.cc', 611 'public/renderer/media_stream_video_sink.cc',
612 'public/renderer/media_stream_video_sink.h', 612 'public/renderer/media_stream_video_sink.h',
613 'public/renderer/webrtc_log_message_delegate.h', 613 'public/renderer/webrtc_log_message_delegate.h',
614 ], 614 ],
615 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the 615 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the
616 # Plugin+WebRTC section below. 616 # Plugin+WebRTC section below.
617 'private_renderer_webrtc_sources': [ 617 'private_renderer_webrtc_sources': [
618 'renderer/media/audio_track_recorder.cc',
619 'renderer/media/audio_track_recorder.h',
618 'renderer/media/media_recorder_handler.cc', 620 'renderer/media/media_recorder_handler.cc',
619 'renderer/media/media_recorder_handler.h', 621 'renderer/media/media_recorder_handler.h',
620 'renderer/media/media_stream.cc', 622 'renderer/media/media_stream.cc',
621 'renderer/media/media_stream.h', 623 'renderer/media/media_stream.h',
622 'renderer/media/media_stream_audio_processor.cc', 624 'renderer/media/media_stream_audio_processor.cc',
623 'renderer/media/media_stream_audio_processor.h', 625 'renderer/media/media_stream_audio_processor.h',
624 'renderer/media/media_stream_audio_processor_options.cc', 626 'renderer/media/media_stream_audio_processor_options.cc',
625 'renderer/media/media_stream_audio_processor_options.h', 627 'renderer/media/media_stream_audio_processor_options.h',
626 'renderer/media/media_stream_audio_sink_owner.cc', 628 'renderer/media/media_stream_audio_sink_owner.cc',
627 'renderer/media/media_stream_audio_sink_owner.h', 629 'renderer/media/media_stream_audio_sink_owner.h',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 ], 782 ],
781 }], 783 }],
782 ['OS=="win" and win_use_allocator_shim==1', { 784 ['OS=="win" and win_use_allocator_shim==1', {
783 'dependencies': [ 785 'dependencies': [
784 '../base/allocator/allocator.gyp:allocator', 786 '../base/allocator/allocator.gyp:allocator',
785 ], 787 ],
786 }], 788 }],
787 ['OS=="android"', { 789 ['OS=="android"', {
788 'sources!': [ 790 'sources!': [
789 'renderer/media/audio_decoder.cc', 791 'renderer/media/audio_decoder.cc',
792 'renderer/media/audio_track_recorder.cc',
793 'renderer/media/audio_track_recorder.h',
790 'renderer/media/media_recorder_handler.cc', 794 'renderer/media/media_recorder_handler.cc',
791 'renderer/media/media_recorder_handler.h', 795 'renderer/media/media_recorder_handler.h',
792 'renderer/media/video_track_recorder.cc', 796 'renderer/media/video_track_recorder.cc',
793 'renderer/media/video_track_recorder.h', 797 'renderer/media/video_track_recorder.h',
794 'renderer/usb/type_converters.cc', 798 'renderer/usb/type_converters.cc',
795 'renderer/usb/type_converters.h', 799 'renderer/usb/type_converters.h',
796 'renderer/usb/web_usb_client_impl.cc', 800 'renderer/usb/web_usb_client_impl.cc',
797 'renderer/usb/web_usb_client_impl.h', 801 'renderer/usb/web_usb_client_impl.h',
798 'renderer/usb/web_usb_device_impl.cc', 802 'renderer/usb/web_usb_device_impl.cc',
799 'renderer/usb/web_usb_device_impl.h', 803 'renderer/usb/web_usb_device_impl.h',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 }], 916 }],
913 ], 917 ],
914 'target_conditions': [ 918 'target_conditions': [
915 ['OS=="android"', { 919 ['OS=="android"', {
916 'sources/': [ 920 'sources/': [
917 ['include', '^renderer/render_view_linux\\.cc$'], 921 ['include', '^renderer/render_view_linux\\.cc$'],
918 ], 922 ],
919 }], 923 }],
920 ], 924 ],
921 } 925 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/media/audio_track_recorder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698