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

Side by Side Diff: content/content_renderer.gypi

Issue 131763002: Adds MediaStreamSource, MediaStreamAudioSource and MediaStreamVideoCaptureDeviceSource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unused file. Created 6 years, 11 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 | 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 '../gin/gin.gyp:gin', 7 '../gin/gin.gyp:gin',
8 '../jingle/jingle.gyp:jingle_glue', 8 '../jingle/jingle.gyp:jingle_glue',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'renderer/media/media_stream_audio_sink_owner.cc', 608 'renderer/media/media_stream_audio_sink_owner.cc',
609 'renderer/media/media_stream_audio_sink_owner.h', 609 'renderer/media/media_stream_audio_sink_owner.h',
610 'renderer/media/media_stream_audio_track_sink.h', 610 'renderer/media/media_stream_audio_track_sink.h',
611 'renderer/media/media_stream_video_track.cc', 611 'renderer/media/media_stream_video_track.cc',
612 'renderer/media/media_stream_video_track.h', 612 'renderer/media/media_stream_video_track.h',
613 'renderer/media/media_stream_center.cc', 613 'renderer/media/media_stream_center.cc',
614 'renderer/media/media_stream_dependency_factory.cc', 614 'renderer/media/media_stream_dependency_factory.cc',
615 'renderer/media/media_stream_dispatcher.cc', 615 'renderer/media/media_stream_dispatcher.cc',
616 'renderer/media/media_stream_impl.cc', 616 'renderer/media/media_stream_impl.cc',
617 'renderer/media/media_stream_registry_interface.h', 617 'renderer/media/media_stream_registry_interface.h',
618 'renderer/media/media_stream_source_observer.cc', 618 'renderer/media/media_stream_audio_source.cc',
619 'renderer/media/media_stream_source_observer.h', 619 'renderer/media/media_stream_audio_source.h',
620 'renderer/media/media_stream_source.cc',
621 'renderer/media/media_stream_source.h',
622 'renderer/media/media_stream_video_capture_device_source.cc',
623 'renderer/media/media_stream_video_capture_device_source.h',
620 'renderer/media/media_stream_video_source.cc', 624 'renderer/media/media_stream_video_source.cc',
621 'renderer/media/media_stream_video_source.h', 625 'renderer/media/media_stream_video_source.h',
622 'renderer/media/native_handle_impl.cc', 626 'renderer/media/native_handle_impl.cc',
623 'renderer/media/native_handle_impl.h', 627 'renderer/media/native_handle_impl.h',
624 'renderer/media/peer_connection_audio_sink_owner.cc', 628 'renderer/media/peer_connection_audio_sink_owner.cc',
625 'renderer/media/peer_connection_audio_sink_owner.h', 629 'renderer/media/peer_connection_audio_sink_owner.h',
626 'renderer/media/peer_connection_handler_base.cc', 630 'renderer/media/peer_connection_handler_base.cc',
627 'renderer/media/peer_connection_handler_base.h', 631 'renderer/media/peer_connection_handler_base.h',
628 'renderer/media/peer_connection_identity_service.cc', 632 'renderer/media/peer_connection_identity_service.cc',
629 'renderer/media/peer_connection_identity_service.h', 633 'renderer/media/peer_connection_identity_service.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 }], 766 }],
763 ], 767 ],
764 'target_conditions': [ 768 'target_conditions': [
765 ['OS=="android"', { 769 ['OS=="android"', {
766 'sources/': [ 770 'sources/': [
767 ['include', '^renderer/render_view_linux\\.cc$'], 771 ['include', '^renderer/render_view_linux\\.cc$'],
768 ], 772 ],
769 }], 773 }],
770 ], 774 ],
771 } 775 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/media_stream_audio_source.h » ('j') | content/renderer/media/media_stream_audio_source.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698