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

Side by Side Diff: content/content_renderer.gypi

Issue 1599533003: MediaCaptureFromElement: add support for audio captureStream(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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') | content/content_tests.gypi » ('J')
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 '../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/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 ], 643 ],
644 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the 644 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the
645 # Plugin+WebRTC section below. 645 # Plugin+WebRTC section below.
646 'private_renderer_webrtc_sources': [ 646 'private_renderer_webrtc_sources': [
647 'renderer/media/audio_repetition_detector.cc', 647 'renderer/media/audio_repetition_detector.cc',
648 'renderer/media/audio_repetition_detector.h', 648 'renderer/media/audio_repetition_detector.h',
649 'renderer/media/audio_track_recorder.cc', 649 'renderer/media/audio_track_recorder.cc',
650 'renderer/media/audio_track_recorder.h', 650 'renderer/media/audio_track_recorder.h',
651 'renderer/media/canvas_capture_handler.cc', 651 'renderer/media/canvas_capture_handler.cc',
652 'renderer/media/canvas_capture_handler.h', 652 'renderer/media/canvas_capture_handler.h',
653 'renderer/media/html_audio_element_capturer_source.cc',
miu 2016/05/13 23:40:35 Seems like none of the code in these new files ref
mcasas 2016/05/14 02:23:47 Please see my reply in renderer_blink_platform_im
654 'renderer/media/html_audio_element_capturer_source.h',
653 'renderer/media/html_video_element_capturer_source.cc', 655 'renderer/media/html_video_element_capturer_source.cc',
654 'renderer/media/html_video_element_capturer_source.h', 656 'renderer/media/html_video_element_capturer_source.h',
655 'renderer/media/image_capture_frame_grabber.cc', 657 'renderer/media/image_capture_frame_grabber.cc',
656 'renderer/media/image_capture_frame_grabber.h', 658 'renderer/media/image_capture_frame_grabber.h',
657 'renderer/media/media_recorder_handler.cc', 659 'renderer/media/media_recorder_handler.cc',
658 'renderer/media/media_recorder_handler.h', 660 'renderer/media/media_recorder_handler.h',
659 'renderer/media/media_stream.cc', 661 'renderer/media/media_stream.cc',
660 'renderer/media/media_stream.h', 662 'renderer/media/media_stream.h',
661 'renderer/media/media_stream_audio_processor.cc', 663 'renderer/media/media_stream_audio_processor.cc',
662 'renderer/media/media_stream_audio_processor.h', 664 'renderer/media/media_stream_audio_processor.h',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 }], 914 }],
913 ], 915 ],
914 'target_conditions': [ 916 'target_conditions': [
915 ['OS=="android"', { 917 ['OS=="android"', {
916 'sources/': [ 918 'sources/': [
917 ['include', '^renderer/render_view_linux\\.cc$'], 919 ['include', '^renderer/render_view_linux\\.cc$'],
918 ], 920 ],
919 }], 921 }],
920 ], 922 ],
921 } 923 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698