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

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: Adding some stubs so that Chromium build won't break. Created 5 years, 2 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 | « talk/app/webrtc/test/fakemediastreamsignaling.h ('k') | 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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 'app/webrtc/jsepsessiondescription.cc', 726 'app/webrtc/jsepsessiondescription.cc',
727 'app/webrtc/jsepsessiondescription.h', 727 'app/webrtc/jsepsessiondescription.h',
728 'app/webrtc/localaudiosource.cc', 728 'app/webrtc/localaudiosource.cc',
729 'app/webrtc/localaudiosource.h', 729 'app/webrtc/localaudiosource.h',
730 'app/webrtc/mediaconstraintsinterface.cc', 730 'app/webrtc/mediaconstraintsinterface.cc',
731 'app/webrtc/mediaconstraintsinterface.h', 731 'app/webrtc/mediaconstraintsinterface.h',
732 'app/webrtc/mediacontroller.cc', 732 'app/webrtc/mediacontroller.cc',
733 'app/webrtc/mediacontroller.h', 733 'app/webrtc/mediacontroller.h',
734 'app/webrtc/mediastream.cc', 734 'app/webrtc/mediastream.cc',
735 'app/webrtc/mediastream.h', 735 'app/webrtc/mediastream.h',
736 'app/webrtc/mediastreamhandler.cc',
737 'app/webrtc/mediastreamhandler.h',
738 'app/webrtc/mediastreaminterface.h', 736 'app/webrtc/mediastreaminterface.h',
739 'app/webrtc/mediastreamprovider.h', 737 'app/webrtc/mediastreamprovider.h',
740 'app/webrtc/mediastreamproxy.h', 738 'app/webrtc/mediastreamproxy.h',
741 'app/webrtc/mediastreamsignaling.cc', 739 'app/webrtc/mediastreamsignaling.cc',
742 'app/webrtc/mediastreamsignaling.h', 740 'app/webrtc/mediastreamsignaling.h',
743 'app/webrtc/mediastreamtrack.h', 741 'app/webrtc/mediastreamtrack.h',
744 'app/webrtc/mediastreamtrackproxy.h', 742 'app/webrtc/mediastreamtrackproxy.h',
745 'app/webrtc/notifier.h', 743 'app/webrtc/notifier.h',
746 'app/webrtc/peerconnection.cc', 744 'app/webrtc/peerconnection.cc',
747 'app/webrtc/peerconnection.h', 745 'app/webrtc/peerconnection.h',
748 'app/webrtc/peerconnectionfactory.cc', 746 'app/webrtc/peerconnectionfactory.cc',
749 'app/webrtc/peerconnectionfactory.h', 747 'app/webrtc/peerconnectionfactory.h',
750 'app/webrtc/peerconnectionfactoryproxy.h', 748 'app/webrtc/peerconnectionfactoryproxy.h',
751 'app/webrtc/peerconnectioninterface.h', 749 'app/webrtc/peerconnectioninterface.h',
752 'app/webrtc/peerconnectionproxy.h', 750 'app/webrtc/peerconnectionproxy.h',
753 'app/webrtc/portallocatorfactory.cc', 751 'app/webrtc/portallocatorfactory.cc',
754 'app/webrtc/portallocatorfactory.h', 752 'app/webrtc/portallocatorfactory.h',
755 'app/webrtc/proxy.h', 753 'app/webrtc/proxy.h',
756 'app/webrtc/remoteaudiosource.cc', 754 'app/webrtc/remoteaudiosource.cc',
757 'app/webrtc/remoteaudiosource.h', 755 'app/webrtc/remoteaudiosource.h',
758 'app/webrtc/remotevideocapturer.cc', 756 'app/webrtc/remotevideocapturer.cc',
759 'app/webrtc/remotevideocapturer.h', 757 'app/webrtc/remotevideocapturer.h',
758 'app/webrtc/rtpreceiver.cc',
759 'app/webrtc/rtpreceiver.h',
760 'app/webrtc/rtpreceiverinterface.h',
761 'app/webrtc/rtpsender.cc',
762 'app/webrtc/rtpsender.h',
763 'app/webrtc/rtpsenderinterface.h',
760 'app/webrtc/sctputils.cc', 764 'app/webrtc/sctputils.cc',
761 'app/webrtc/sctputils.h', 765 'app/webrtc/sctputils.h',
762 'app/webrtc/statscollector.cc', 766 'app/webrtc/statscollector.cc',
763 'app/webrtc/statscollector.h', 767 'app/webrtc/statscollector.h',
764 'app/webrtc/statstypes.cc', 768 'app/webrtc/statstypes.cc',
765 'app/webrtc/statstypes.h', 769 'app/webrtc/statstypes.h',
766 'app/webrtc/streamcollection.h', 770 'app/webrtc/streamcollection.h',
767 'app/webrtc/videosource.cc', 771 'app/webrtc/videosource.cc',
768 'app/webrtc/videosource.h', 772 'app/webrtc/videosource.h',
769 'app/webrtc/videosourceinterface.h', 773 'app/webrtc/videosourceinterface.h',
(...skipping 13 matching lines...) Expand all
783 ['OS=="android" and build_with_chromium==0', { 787 ['OS=="android" and build_with_chromium==0', {
784 'sources': [ 788 'sources': [
785 'app/webrtc/androidvideocapturer.h', 789 'app/webrtc/androidvideocapturer.h',
786 'app/webrtc/androidvideocapturer.cc', 790 'app/webrtc/androidvideocapturer.cc',
787 ], 791 ],
788 }], 792 }],
789 ], 793 ],
790 }, # target libjingle_peerconnection 794 }, # target libjingle_peerconnection
791 ], 795 ],
792 } 796 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/test/fakemediastreamsignaling.h ('k') | talk/libjingle_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698