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

Side by Side Diff: talk/libjingle.gyp

Issue 1522903002: Add a 'remote' property to MediaSourceInterface. Also adding an implementation to the relevant sour… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Address comments Created 5 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
« no previous file with comments | « talk/app/webrtc/videotrack_unittest.cc ('k') | no next file » | 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'app/webrtc/peerconnectionfactory.cc', 755 'app/webrtc/peerconnectionfactory.cc',
756 'app/webrtc/peerconnectionfactory.h', 756 'app/webrtc/peerconnectionfactory.h',
757 'app/webrtc/peerconnectionfactoryproxy.h', 757 'app/webrtc/peerconnectionfactoryproxy.h',
758 'app/webrtc/peerconnectioninterface.h', 758 'app/webrtc/peerconnectioninterface.h',
759 'app/webrtc/peerconnectionproxy.h', 759 'app/webrtc/peerconnectionproxy.h',
760 'app/webrtc/portallocatorfactory.cc', 760 'app/webrtc/portallocatorfactory.cc',
761 'app/webrtc/portallocatorfactory.h', 761 'app/webrtc/portallocatorfactory.h',
762 'app/webrtc/proxy.h', 762 'app/webrtc/proxy.h',
763 'app/webrtc/remoteaudiosource.cc', 763 'app/webrtc/remoteaudiosource.cc',
764 'app/webrtc/remoteaudiosource.h', 764 'app/webrtc/remoteaudiosource.h',
765 'app/webrtc/remoteaudiotrack.cc',
766 'app/webrtc/remoteaudiotrack.h',
767 'app/webrtc/remotevideocapturer.cc', 765 'app/webrtc/remotevideocapturer.cc',
768 'app/webrtc/remotevideocapturer.h', 766 'app/webrtc/remotevideocapturer.h',
769 'app/webrtc/rtpreceiver.cc', 767 'app/webrtc/rtpreceiver.cc',
770 'app/webrtc/rtpreceiver.h', 768 'app/webrtc/rtpreceiver.h',
771 'app/webrtc/rtpreceiverinterface.h', 769 'app/webrtc/rtpreceiverinterface.h',
772 'app/webrtc/rtpsender.cc', 770 'app/webrtc/rtpsender.cc',
773 'app/webrtc/rtpsender.h', 771 'app/webrtc/rtpsender.h',
774 'app/webrtc/rtpsenderinterface.h', 772 'app/webrtc/rtpsenderinterface.h',
775 'app/webrtc/sctputils.cc', 773 'app/webrtc/sctputils.cc',
776 'app/webrtc/sctputils.h', 774 'app/webrtc/sctputils.h',
(...skipping 21 matching lines...) Expand all
798 ['OS=="android" and build_with_chromium==0', { 796 ['OS=="android" and build_with_chromium==0', {
799 'sources': [ 797 'sources': [
800 'app/webrtc/androidvideocapturer.h', 798 'app/webrtc/androidvideocapturer.h',
801 'app/webrtc/androidvideocapturer.cc', 799 'app/webrtc/androidvideocapturer.cc',
802 ], 800 ],
803 }], 801 }],
804 ], 802 ],
805 }, # target libjingle_peerconnection 803 }, # target libjingle_peerconnection
806 ], 804 ],
807 } 805 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/videotrack_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698