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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 'app/webrtc/fakeportallocatorfactory.h', | 719 'app/webrtc/fakeportallocatorfactory.h', |
720 'app/webrtc/jsep.h', | 720 'app/webrtc/jsep.h', |
721 'app/webrtc/jsepicecandidate.cc', | 721 'app/webrtc/jsepicecandidate.cc', |
722 'app/webrtc/jsepicecandidate.h', | 722 'app/webrtc/jsepicecandidate.h', |
723 'app/webrtc/jsepsessiondescription.cc', | 723 'app/webrtc/jsepsessiondescription.cc', |
724 'app/webrtc/jsepsessiondescription.h', | 724 'app/webrtc/jsepsessiondescription.h', |
725 'app/webrtc/localaudiosource.cc', | 725 'app/webrtc/localaudiosource.cc', |
726 'app/webrtc/localaudiosource.h', | 726 'app/webrtc/localaudiosource.h', |
727 'app/webrtc/mediaconstraintsinterface.cc', | 727 'app/webrtc/mediaconstraintsinterface.cc', |
728 'app/webrtc/mediaconstraintsinterface.h', | 728 'app/webrtc/mediaconstraintsinterface.h', |
| 729 'app/webrtc/mediacontroller.cc', |
| 730 'app/webrtc/mediacontroller.h', |
729 'app/webrtc/mediastream.cc', | 731 'app/webrtc/mediastream.cc', |
730 'app/webrtc/mediastream.h', | 732 'app/webrtc/mediastream.h', |
731 'app/webrtc/mediastreamhandler.cc', | 733 'app/webrtc/mediastreamhandler.cc', |
732 'app/webrtc/mediastreamhandler.h', | 734 'app/webrtc/mediastreamhandler.h', |
733 'app/webrtc/mediastreaminterface.h', | 735 'app/webrtc/mediastreaminterface.h', |
734 'app/webrtc/mediastreamprovider.h', | 736 'app/webrtc/mediastreamprovider.h', |
735 'app/webrtc/mediastreamproxy.h', | 737 'app/webrtc/mediastreamproxy.h', |
736 'app/webrtc/mediastreamsignaling.cc', | 738 'app/webrtc/mediastreamsignaling.cc', |
737 'app/webrtc/mediastreamsignaling.h', | 739 'app/webrtc/mediastreamsignaling.h', |
738 'app/webrtc/mediastreamtrack.h', | 740 'app/webrtc/mediastreamtrack.h', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
778 ['OS=="android" and build_with_chromium==0', { | 780 ['OS=="android" and build_with_chromium==0', { |
779 'sources': [ | 781 'sources': [ |
780 'app/webrtc/androidvideocapturer.h', | 782 'app/webrtc/androidvideocapturer.h', |
781 'app/webrtc/androidvideocapturer.cc', | 783 'app/webrtc/androidvideocapturer.cc', |
782 ], | 784 ], |
783 }], | 785 }], |
784 ], | 786 ], |
785 }, # target libjingle_peerconnection | 787 }, # target libjingle_peerconnection |
786 ], | 788 ], |
787 } | 789 } |
OLD | NEW |