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

Side by Side Diff: content/content_renderer.gypi

Issue 99113003: Define the interface for MediaStreamVideoSource. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'renderer/media/media_stream_audio_track_sink.h', 605 'renderer/media/media_stream_audio_track_sink.h',
606 'renderer/media/media_stream_video_track.cc', 606 'renderer/media/media_stream_video_track.cc',
607 'renderer/media/media_stream_video_track.h', 607 'renderer/media/media_stream_video_track.h',
608 'renderer/media/media_stream_center.cc', 608 'renderer/media/media_stream_center.cc',
609 'renderer/media/media_stream_dependency_factory.cc', 609 'renderer/media/media_stream_dependency_factory.cc',
610 'renderer/media/media_stream_dispatcher.cc', 610 'renderer/media/media_stream_dispatcher.cc',
611 'renderer/media/media_stream_impl.cc', 611 'renderer/media/media_stream_impl.cc',
612 'renderer/media/media_stream_registry_interface.h', 612 'renderer/media/media_stream_registry_interface.h',
613 'renderer/media/media_stream_source_observer.cc', 613 'renderer/media/media_stream_source_observer.cc',
614 'renderer/media/media_stream_source_observer.h', 614 'renderer/media/media_stream_source_observer.h',
615 'renderer/media/media_stream_video_source.cc',
616 'renderer/media/media_stream_video_source.h',
615 'renderer/media/native_handle_impl.cc', 617 'renderer/media/native_handle_impl.cc',
616 'renderer/media/native_handle_impl.h', 618 'renderer/media/native_handle_impl.h',
617 'renderer/media/peer_connection_audio_sink_owner.cc', 619 'renderer/media/peer_connection_audio_sink_owner.cc',
618 'renderer/media/peer_connection_audio_sink_owner.h', 620 'renderer/media/peer_connection_audio_sink_owner.h',
619 'renderer/media/peer_connection_handler_base.cc', 621 'renderer/media/peer_connection_handler_base.cc',
620 'renderer/media/peer_connection_handler_base.h', 622 'renderer/media/peer_connection_handler_base.h',
621 'renderer/media/peer_connection_identity_service.cc', 623 'renderer/media/peer_connection_identity_service.cc',
622 'renderer/media/peer_connection_identity_service.h', 624 'renderer/media/peer_connection_identity_service.h',
623 'renderer/media/peer_connection_tracker.cc', 625 'renderer/media/peer_connection_tracker.cc',
624 'renderer/media/peer_connection_tracker.h', 626 'renderer/media/peer_connection_tracker.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 }], 757 }],
756 ], 758 ],
757 'target_conditions': [ 759 'target_conditions': [
758 ['OS=="android"', { 760 ['OS=="android"', {
759 'sources/': [ 761 'sources/': [
760 ['include', '^renderer/render_view_linux\\.cc$'], 762 ['include', '^renderer/render_view_linux\\.cc$'],
761 ], 763 ],
762 }], 764 }],
763 ], 765 ],
764 } 766 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698