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

Side by Side Diff: talk/libjingle.gyp

Issue 1219663008: Remove media sinks from Channel. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 5 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 | talk/libjingle_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # libjingle 2 # libjingle
3 # Copyright 2012 Google Inc. 3 # Copyright 2012 Google Inc.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met: 6 # modification, are permitted provided that the following conditions are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright notice, 8 # 1. Redistributions of source code must retain the above copyright notice,
9 # this list of conditions and the following disclaimer. 9 # this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright notice, 10 # 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'session/media/bundlefilter.cc', 669 'session/media/bundlefilter.cc',
670 'session/media/bundlefilter.h', 670 'session/media/bundlefilter.h',
671 'session/media/channel.cc', 671 'session/media/channel.cc',
672 'session/media/channel.h', 672 'session/media/channel.h',
673 'session/media/channelmanager.cc', 673 'session/media/channelmanager.cc',
674 'session/media/channelmanager.h', 674 'session/media/channelmanager.h',
675 'session/media/currentspeakermonitor.cc', 675 'session/media/currentspeakermonitor.cc',
676 'session/media/currentspeakermonitor.h', 676 'session/media/currentspeakermonitor.h',
677 'session/media/mediamonitor.cc', 677 'session/media/mediamonitor.cc',
678 'session/media/mediamonitor.h', 678 'session/media/mediamonitor.h',
679 'session/media/mediarecorder.cc',
680 'session/media/mediarecorder.h',
681 'session/media/mediasession.cc', 679 'session/media/mediasession.cc',
682 'session/media/mediasession.h', 680 'session/media/mediasession.h',
683 'session/media/mediasink.h', 681 'session/media/mediasink.h',
684 'session/media/rtcpmuxfilter.cc', 682 'session/media/rtcpmuxfilter.cc',
685 'session/media/rtcpmuxfilter.h', 683 'session/media/rtcpmuxfilter.h',
686 'session/media/srtpfilter.cc', 684 'session/media/srtpfilter.cc',
687 'session/media/srtpfilter.h', 685 'session/media/srtpfilter.h',
688 'session/media/typingmonitor.cc', 686 'session/media/typingmonitor.cc',
689 'session/media/typingmonitor.h', 687 'session/media/typingmonitor.h',
690 'session/media/voicechannel.h', 688 'session/media/voicechannel.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 ['OS=="android" and build_with_chromium==0', { 773 ['OS=="android" and build_with_chromium==0', {
776 'sources': [ 774 'sources': [
777 'app/webrtc/androidvideocapturer.h', 775 'app/webrtc/androidvideocapturer.h',
778 'app/webrtc/androidvideocapturer.cc', 776 'app/webrtc/androidvideocapturer.cc',
779 ], 777 ],
780 }], 778 }],
781 ], 779 ],
782 }, # target libjingle_peerconnection 780 }, # target libjingle_peerconnection
783 ], 781 ],
784 } 782 }
OLDNEW
« no previous file with comments | « no previous file | talk/libjingle_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698