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

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: Rebased Created 6 years, 10 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
« no previous file with comments | « no previous file | content/renderer/media/media_stream_audio_source.h » ('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 '../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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'renderer/media/media_stream_audio_sink_owner.cc', 604 'renderer/media/media_stream_audio_sink_owner.cc',
605 'renderer/media/media_stream_audio_sink_owner.h', 605 'renderer/media/media_stream_audio_sink_owner.h',
606 'renderer/media/media_stream_audio_track_sink.h', 606 'renderer/media/media_stream_audio_track_sink.h',
607 'renderer/media/media_stream_video_track.cc', 607 'renderer/media/media_stream_video_track.cc',
608 'renderer/media/media_stream_video_track.h', 608 'renderer/media/media_stream_video_track.h',
609 'renderer/media/media_stream_center.cc', 609 'renderer/media/media_stream_center.cc',
610 'renderer/media/media_stream_dependency_factory.cc', 610 'renderer/media/media_stream_dependency_factory.cc',
611 'renderer/media/media_stream_dispatcher.cc', 611 'renderer/media/media_stream_dispatcher.cc',
612 'renderer/media/media_stream_impl.cc', 612 'renderer/media/media_stream_impl.cc',
613 'renderer/media/media_stream_registry_interface.h', 613 'renderer/media/media_stream_registry_interface.h',
614 'renderer/media/media_stream_source_observer.cc', 614 'renderer/media/media_stream_audio_source.cc',
615 'renderer/media/media_stream_source_observer.h', 615 'renderer/media/media_stream_audio_source.h',
616 'renderer/media/media_stream_source.cc',
617 'renderer/media/media_stream_source.h',
618 'renderer/media/media_stream_video_capturer_source.cc',
619 'renderer/media/media_stream_video_capturer_source.h',
616 'renderer/media/media_stream_video_source.cc', 620 'renderer/media/media_stream_video_source.cc',
617 'renderer/media/media_stream_video_source.h', 621 'renderer/media/media_stream_video_source.h',
618 'renderer/media/native_handle_impl.cc', 622 'renderer/media/native_handle_impl.cc',
619 'renderer/media/native_handle_impl.h', 623 'renderer/media/native_handle_impl.h',
620 'renderer/media/peer_connection_audio_sink_owner.cc', 624 'renderer/media/peer_connection_audio_sink_owner.cc',
621 'renderer/media/peer_connection_audio_sink_owner.h', 625 'renderer/media/peer_connection_audio_sink_owner.h',
622 'renderer/media/peer_connection_handler_base.cc', 626 'renderer/media/peer_connection_handler_base.cc',
623 'renderer/media/peer_connection_handler_base.h', 627 'renderer/media/peer_connection_handler_base.h',
624 'renderer/media/peer_connection_identity_service.cc', 628 'renderer/media/peer_connection_identity_service.cc',
625 'renderer/media/peer_connection_identity_service.h', 629 'renderer/media/peer_connection_identity_service.h',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 }], 758 }],
755 ], 759 ],
756 'target_conditions': [ 760 'target_conditions': [
757 ['OS=="android"', { 761 ['OS=="android"', {
758 'sources/': [ 762 'sources/': [
759 ['include', '^renderer/render_view_linux\\.cc$'], 763 ['include', '^renderer/render_view_linux\\.cc$'],
760 ], 764 ],
761 }], 765 }],
762 ], 766 ],
763 } 767 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/media_stream_audio_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698