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

Side by Side Diff: talk/libjingle.gyp

Issue 1351803002: Exposing RtpSenders and RtpReceivers from PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'app/webrtc/java/src/org/webrtc/AudioTrack.java', 124 'app/webrtc/java/src/org/webrtc/AudioTrack.java',
125 'app/webrtc/java/src/org/webrtc/CallSessionFileRotatingLogSink .java', 125 'app/webrtc/java/src/org/webrtc/CallSessionFileRotatingLogSink .java',
126 'app/webrtc/java/src/org/webrtc/DataChannel.java', 126 'app/webrtc/java/src/org/webrtc/DataChannel.java',
127 'app/webrtc/java/src/org/webrtc/IceCandidate.java', 127 'app/webrtc/java/src/org/webrtc/IceCandidate.java',
128 'app/webrtc/java/src/org/webrtc/MediaConstraints.java', 128 'app/webrtc/java/src/org/webrtc/MediaConstraints.java',
129 'app/webrtc/java/src/org/webrtc/MediaSource.java', 129 'app/webrtc/java/src/org/webrtc/MediaSource.java',
130 'app/webrtc/java/src/org/webrtc/MediaStream.java', 130 'app/webrtc/java/src/org/webrtc/MediaStream.java',
131 'app/webrtc/java/src/org/webrtc/MediaStreamTrack.java', 131 'app/webrtc/java/src/org/webrtc/MediaStreamTrack.java',
132 'app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java', 132 'app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java',
133 'app/webrtc/java/src/org/webrtc/PeerConnection.java', 133 'app/webrtc/java/src/org/webrtc/PeerConnection.java',
134 'app/webrtc/java/src/org/webrtc/RtpReceiver.java',
135 'app/webrtc/java/src/org/webrtc/RtpSender.java',
134 'app/webrtc/java/src/org/webrtc/SdpObserver.java', 136 'app/webrtc/java/src/org/webrtc/SdpObserver.java',
135 'app/webrtc/java/src/org/webrtc/StatsObserver.java', 137 'app/webrtc/java/src/org/webrtc/StatsObserver.java',
136 'app/webrtc/java/src/org/webrtc/StatsReport.java', 138 'app/webrtc/java/src/org/webrtc/StatsReport.java',
137 'app/webrtc/java/src/org/webrtc/SessionDescription.java', 139 'app/webrtc/java/src/org/webrtc/SessionDescription.java',
138 'app/webrtc/java/src/org/webrtc/VideoCapturer.java', 140 'app/webrtc/java/src/org/webrtc/VideoCapturer.java',
139 'app/webrtc/java/src/org/webrtc/VideoRenderer.java', 141 'app/webrtc/java/src/org/webrtc/VideoRenderer.java',
140 'app/webrtc/java/src/org/webrtc/VideoSource.java', 142 'app/webrtc/java/src/org/webrtc/VideoSource.java',
141 'app/webrtc/java/src/org/webrtc/VideoTrack.java', 143 'app/webrtc/java/src/org/webrtc/VideoTrack.java',
142 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java', 144 '<(webrtc_base_dir)/java/src/org/webrtc/Logging.java',
143 ], 145 ],
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'app/webrtc/jsepsessiondescription.cc', 727 'app/webrtc/jsepsessiondescription.cc',
726 'app/webrtc/jsepsessiondescription.h', 728 'app/webrtc/jsepsessiondescription.h',
727 'app/webrtc/localaudiosource.cc', 729 'app/webrtc/localaudiosource.cc',
728 'app/webrtc/localaudiosource.h', 730 'app/webrtc/localaudiosource.h',
729 'app/webrtc/mediaconstraintsinterface.cc', 731 'app/webrtc/mediaconstraintsinterface.cc',
730 'app/webrtc/mediaconstraintsinterface.h', 732 'app/webrtc/mediaconstraintsinterface.h',
731 'app/webrtc/mediacontroller.cc', 733 'app/webrtc/mediacontroller.cc',
732 'app/webrtc/mediacontroller.h', 734 'app/webrtc/mediacontroller.h',
733 'app/webrtc/mediastream.cc', 735 'app/webrtc/mediastream.cc',
734 'app/webrtc/mediastream.h', 736 'app/webrtc/mediastream.h',
735 'app/webrtc/mediastreamhandler.cc',
736 'app/webrtc/mediastreamhandler.h',
737 'app/webrtc/mediastreaminterface.h', 737 'app/webrtc/mediastreaminterface.h',
738 'app/webrtc/mediastreamprovider.h', 738 'app/webrtc/mediastreamprovider.h',
739 'app/webrtc/mediastreamproxy.h', 739 'app/webrtc/mediastreamproxy.h',
740 'app/webrtc/mediastreamsignaling.cc', 740 'app/webrtc/mediastreamsignaling.cc',
741 'app/webrtc/mediastreamsignaling.h', 741 'app/webrtc/mediastreamsignaling.h',
742 'app/webrtc/mediastreamtrack.h', 742 'app/webrtc/mediastreamtrack.h',
743 'app/webrtc/mediastreamtrackproxy.h', 743 'app/webrtc/mediastreamtrackproxy.h',
744 'app/webrtc/notifier.h', 744 'app/webrtc/notifier.h',
745 'app/webrtc/peerconnection.cc', 745 'app/webrtc/peerconnection.cc',
746 'app/webrtc/peerconnection.h', 746 'app/webrtc/peerconnection.h',
747 'app/webrtc/peerconnectionfactory.cc', 747 'app/webrtc/peerconnectionfactory.cc',
748 'app/webrtc/peerconnectionfactory.h', 748 'app/webrtc/peerconnectionfactory.h',
749 'app/webrtc/peerconnectionfactoryproxy.h', 749 'app/webrtc/peerconnectionfactoryproxy.h',
750 'app/webrtc/peerconnectioninterface.h', 750 'app/webrtc/peerconnectioninterface.h',
751 'app/webrtc/peerconnectionproxy.h', 751 'app/webrtc/peerconnectionproxy.h',
752 'app/webrtc/portallocatorfactory.cc', 752 'app/webrtc/portallocatorfactory.cc',
753 'app/webrtc/portallocatorfactory.h', 753 'app/webrtc/portallocatorfactory.h',
754 'app/webrtc/proxy.h', 754 'app/webrtc/proxy.h',
755 'app/webrtc/remoteaudiosource.cc', 755 'app/webrtc/remoteaudiosource.cc',
756 'app/webrtc/remoteaudiosource.h', 756 'app/webrtc/remoteaudiosource.h',
757 'app/webrtc/remotevideocapturer.cc', 757 'app/webrtc/remotevideocapturer.cc',
758 'app/webrtc/remotevideocapturer.h', 758 'app/webrtc/remotevideocapturer.h',
759 'app/webrtc/rtpreceiver.cc',
760 'app/webrtc/rtpreceiver.h',
761 'app/webrtc/rtpreceiverinterface.h',
762 'app/webrtc/rtpsender.cc',
763 'app/webrtc/rtpsender.h',
764 'app/webrtc/rtpsenderinterface.h',
759 'app/webrtc/sctputils.cc', 765 'app/webrtc/sctputils.cc',
760 'app/webrtc/sctputils.h', 766 'app/webrtc/sctputils.h',
761 'app/webrtc/statscollector.cc', 767 'app/webrtc/statscollector.cc',
762 'app/webrtc/statscollector.h', 768 'app/webrtc/statscollector.h',
763 'app/webrtc/statstypes.cc', 769 'app/webrtc/statstypes.cc',
764 'app/webrtc/statstypes.h', 770 'app/webrtc/statstypes.h',
765 'app/webrtc/streamcollection.h', 771 'app/webrtc/streamcollection.h',
766 'app/webrtc/videosource.cc', 772 'app/webrtc/videosource.cc',
767 'app/webrtc/videosource.h', 773 'app/webrtc/videosource.h',
768 'app/webrtc/videosourceinterface.h', 774 'app/webrtc/videosourceinterface.h',
(...skipping 13 matching lines...) Expand all
782 ['OS=="android" and build_with_chromium==0', { 788 ['OS=="android" and build_with_chromium==0', {
783 'sources': [ 789 'sources': [
784 'app/webrtc/androidvideocapturer.h', 790 'app/webrtc/androidvideocapturer.h',
785 'app/webrtc/androidvideocapturer.cc', 791 'app/webrtc/androidvideocapturer.cc',
786 ], 792 ],
787 }], 793 }],
788 ], 794 ],
789 }, # target libjingle_peerconnection 795 }, # target libjingle_peerconnection
790 ], 796 ],
791 } 797 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698