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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 'app/webrtc/jsepsessiondescription.h', | 735 'app/webrtc/jsepsessiondescription.h', |
736 'app/webrtc/localaudiosource.cc', | 736 'app/webrtc/localaudiosource.cc', |
737 'app/webrtc/localaudiosource.h', | 737 'app/webrtc/localaudiosource.h', |
738 'app/webrtc/mediaconstraintsinterface.cc', | 738 'app/webrtc/mediaconstraintsinterface.cc', |
739 'app/webrtc/mediaconstraintsinterface.h', | 739 'app/webrtc/mediaconstraintsinterface.h', |
740 'app/webrtc/mediacontroller.cc', | 740 'app/webrtc/mediacontroller.cc', |
741 'app/webrtc/mediacontroller.h', | 741 'app/webrtc/mediacontroller.h', |
742 'app/webrtc/mediastream.cc', | 742 'app/webrtc/mediastream.cc', |
743 'app/webrtc/mediastream.h', | 743 'app/webrtc/mediastream.h', |
744 'app/webrtc/mediastreaminterface.h', | 744 'app/webrtc/mediastreaminterface.h', |
| 745 'app/webrtc/mediastreamobserver.cc', |
| 746 'app/webrtc/mediastreamobserver.h', |
745 'app/webrtc/mediastreamprovider.h', | 747 'app/webrtc/mediastreamprovider.h', |
746 'app/webrtc/mediastreamproxy.h', | 748 'app/webrtc/mediastreamproxy.h', |
747 'app/webrtc/mediastreamtrack.h', | 749 'app/webrtc/mediastreamtrack.h', |
748 'app/webrtc/mediastreamtrackproxy.h', | 750 'app/webrtc/mediastreamtrackproxy.h', |
749 'app/webrtc/notifier.h', | 751 'app/webrtc/notifier.h', |
750 'app/webrtc/peerconnection.cc', | 752 'app/webrtc/peerconnection.cc', |
751 'app/webrtc/peerconnection.h', | 753 'app/webrtc/peerconnection.h', |
752 'app/webrtc/peerconnectionfactory.cc', | 754 'app/webrtc/peerconnectionfactory.cc', |
753 'app/webrtc/peerconnectionfactory.h', | 755 'app/webrtc/peerconnectionfactory.h', |
754 'app/webrtc/peerconnectionfactoryproxy.h', | 756 'app/webrtc/peerconnectionfactoryproxy.h', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
793 ['OS=="android" and build_with_chromium==0', { | 795 ['OS=="android" and build_with_chromium==0', { |
794 'sources': [ | 796 'sources': [ |
795 'app/webrtc/androidvideocapturer.h', | 797 'app/webrtc/androidvideocapturer.h', |
796 'app/webrtc/androidvideocapturer.cc', | 798 'app/webrtc/androidvideocapturer.cc', |
797 ], | 799 ], |
798 }], | 800 }], |
799 ], | 801 ], |
800 }, # target libjingle_peerconnection | 802 }, # target libjingle_peerconnection |
801 ], | 803 ], |
802 } | 804 } |
OLD | NEW |