OLD | NEW |
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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 'app/webrtc/jsepsessiondescription.cc', | 725 'app/webrtc/jsepsessiondescription.cc', |
726 'app/webrtc/jsepsessiondescription.h', | 726 'app/webrtc/jsepsessiondescription.h', |
727 'app/webrtc/localaudiosource.cc', | 727 'app/webrtc/localaudiosource.cc', |
728 'app/webrtc/localaudiosource.h', | 728 'app/webrtc/localaudiosource.h', |
729 'app/webrtc/mediaconstraintsinterface.cc', | 729 'app/webrtc/mediaconstraintsinterface.cc', |
730 'app/webrtc/mediaconstraintsinterface.h', | 730 'app/webrtc/mediaconstraintsinterface.h', |
731 'app/webrtc/mediacontroller.cc', | 731 'app/webrtc/mediacontroller.cc', |
732 'app/webrtc/mediacontroller.h', | 732 'app/webrtc/mediacontroller.h', |
733 'app/webrtc/mediastream.cc', | 733 'app/webrtc/mediastream.cc', |
734 'app/webrtc/mediastream.h', | 734 'app/webrtc/mediastream.h', |
735 'app/webrtc/mediastreamhandler.cc', | |
736 'app/webrtc/mediastreamhandler.h', | |
737 'app/webrtc/mediastreaminterface.h', | 735 'app/webrtc/mediastreaminterface.h', |
738 'app/webrtc/mediastreamprovider.h', | 736 'app/webrtc/mediastreamprovider.h', |
739 'app/webrtc/mediastreamproxy.h', | 737 'app/webrtc/mediastreamproxy.h', |
740 'app/webrtc/mediastreamsignaling.cc', | 738 'app/webrtc/mediastreamsignaling.cc', |
741 'app/webrtc/mediastreamsignaling.h', | 739 'app/webrtc/mediastreamsignaling.h', |
742 'app/webrtc/mediastreamtrack.h', | 740 'app/webrtc/mediastreamtrack.h', |
743 'app/webrtc/mediastreamtrackproxy.h', | 741 'app/webrtc/mediastreamtrackproxy.h', |
744 'app/webrtc/notifier.h', | 742 'app/webrtc/notifier.h', |
745 'app/webrtc/peerconnection.cc', | 743 'app/webrtc/peerconnection.cc', |
746 'app/webrtc/peerconnection.h', | 744 'app/webrtc/peerconnection.h', |
747 'app/webrtc/peerconnectionfactory.cc', | 745 'app/webrtc/peerconnectionfactory.cc', |
748 'app/webrtc/peerconnectionfactory.h', | 746 'app/webrtc/peerconnectionfactory.h', |
749 'app/webrtc/peerconnectionfactoryproxy.h', | 747 'app/webrtc/peerconnectionfactoryproxy.h', |
750 'app/webrtc/peerconnectioninterface.h', | 748 'app/webrtc/peerconnectioninterface.h', |
751 'app/webrtc/peerconnectionproxy.h', | 749 'app/webrtc/peerconnectionproxy.h', |
752 'app/webrtc/portallocatorfactory.cc', | 750 'app/webrtc/portallocatorfactory.cc', |
753 'app/webrtc/portallocatorfactory.h', | 751 'app/webrtc/portallocatorfactory.h', |
754 'app/webrtc/proxy.h', | 752 'app/webrtc/proxy.h', |
755 'app/webrtc/remoteaudiosource.cc', | 753 'app/webrtc/remoteaudiosource.cc', |
756 'app/webrtc/remoteaudiosource.h', | 754 'app/webrtc/remoteaudiosource.h', |
757 'app/webrtc/remotevideocapturer.cc', | 755 'app/webrtc/remotevideocapturer.cc', |
758 'app/webrtc/remotevideocapturer.h', | 756 'app/webrtc/remotevideocapturer.h', |
| 757 'app/webrtc/rtpreceiver.cc', |
| 758 'app/webrtc/rtpreceiver.h', |
| 759 'app/webrtc/rtpreceiverinterface.h', |
| 760 'app/webrtc/rtpsender.cc', |
| 761 'app/webrtc/rtpsender.h', |
| 762 'app/webrtc/rtpsenderinterface.h', |
759 'app/webrtc/sctputils.cc', | 763 'app/webrtc/sctputils.cc', |
760 'app/webrtc/sctputils.h', | 764 'app/webrtc/sctputils.h', |
761 'app/webrtc/statscollector.cc', | 765 'app/webrtc/statscollector.cc', |
762 'app/webrtc/statscollector.h', | 766 'app/webrtc/statscollector.h', |
763 'app/webrtc/statstypes.cc', | 767 'app/webrtc/statstypes.cc', |
764 'app/webrtc/statstypes.h', | 768 'app/webrtc/statstypes.h', |
765 'app/webrtc/streamcollection.h', | 769 'app/webrtc/streamcollection.h', |
766 'app/webrtc/videosource.cc', | 770 'app/webrtc/videosource.cc', |
767 'app/webrtc/videosource.h', | 771 'app/webrtc/videosource.h', |
768 'app/webrtc/videosourceinterface.h', | 772 'app/webrtc/videosourceinterface.h', |
(...skipping 13 matching lines...) Expand all Loading... |
782 ['OS=="android" and build_with_chromium==0', { | 786 ['OS=="android" and build_with_chromium==0', { |
783 'sources': [ | 787 'sources': [ |
784 'app/webrtc/androidvideocapturer.h', | 788 'app/webrtc/androidvideocapturer.h', |
785 'app/webrtc/androidvideocapturer.cc', | 789 'app/webrtc/androidvideocapturer.cc', |
786 ], | 790 ], |
787 }], | 791 }], |
788 ], | 792 ], |
789 }, # target libjingle_peerconnection | 793 }, # target libjingle_peerconnection |
790 ], | 794 ], |
791 } | 795 } |
OLD | NEW |