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

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 7 years 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 'renderer/media/media_stream_audio_track_sink.h', 600 'renderer/media/media_stream_audio_track_sink.h',
601 'renderer/media/media_stream_video_track.cc', 601 'renderer/media/media_stream_video_track.cc',
602 'renderer/media/media_stream_video_track.h', 602 'renderer/media/media_stream_video_track.h',
603 'renderer/media/media_stream_center.cc', 603 'renderer/media/media_stream_center.cc',
604 'renderer/media/media_stream_dependency_factory.cc', 604 'renderer/media/media_stream_dependency_factory.cc',
605 'renderer/media/media_stream_dispatcher.cc', 605 'renderer/media/media_stream_dispatcher.cc',
606 'renderer/media/media_stream_impl.cc', 606 'renderer/media/media_stream_impl.cc',
607 'renderer/media/media_stream_registry_interface.h', 607 'renderer/media/media_stream_registry_interface.h',
608 'renderer/media/media_stream_source_observer.cc', 608 'renderer/media/media_stream_source_observer.cc',
609 'renderer/media/media_stream_source_observer.h', 609 'renderer/media/media_stream_source_observer.h',
610 'renderer/media/media_stream_video_source.cc',
611 'renderer/media/media_stream_video_source.h',
610 'renderer/media/native_handle_impl.cc', 612 'renderer/media/native_handle_impl.cc',
611 'renderer/media/native_handle_impl.h', 613 'renderer/media/native_handle_impl.h',
612 'renderer/media/peer_connection_audio_sink_owner.cc', 614 'renderer/media/peer_connection_audio_sink_owner.cc',
613 'renderer/media/peer_connection_audio_sink_owner.h', 615 'renderer/media/peer_connection_audio_sink_owner.h',
614 'renderer/media/peer_connection_handler_base.cc', 616 'renderer/media/peer_connection_handler_base.cc',
615 'renderer/media/peer_connection_handler_base.h', 617 'renderer/media/peer_connection_handler_base.h',
616 'renderer/media/peer_connection_identity_service.cc', 618 'renderer/media/peer_connection_identity_service.cc',
617 'renderer/media/peer_connection_identity_service.h', 619 'renderer/media/peer_connection_identity_service.h',
618 'renderer/media/peer_connection_tracker.cc', 620 'renderer/media/peer_connection_tracker.cc',
619 'renderer/media/peer_connection_tracker.h', 621 'renderer/media/peer_connection_tracker.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 }], 752 }],
751 ], 753 ],
752 'target_conditions': [ 754 'target_conditions': [
753 ['OS=="android"', { 755 ['OS=="android"', {
754 'sources/': [ 756 'sources/': [
755 ['include', '^renderer/render_view_linux\\.cc$'], 757 ['include', '^renderer/render_view_linux\\.cc$'],
756 ], 758 ],
757 }], 759 }],
758 ], 760 ],
759 } 761 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/media/media_stream_video_source.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698