| 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 'app/webrtc/peerconnectionfactory.cc', | 755 'app/webrtc/peerconnectionfactory.cc', |
| 756 'app/webrtc/peerconnectionfactory.h', | 756 'app/webrtc/peerconnectionfactory.h', |
| 757 'app/webrtc/peerconnectionfactoryproxy.h', | 757 'app/webrtc/peerconnectionfactoryproxy.h', |
| 758 'app/webrtc/peerconnectioninterface.h', | 758 'app/webrtc/peerconnectioninterface.h', |
| 759 'app/webrtc/peerconnectionproxy.h', | 759 'app/webrtc/peerconnectionproxy.h', |
| 760 'app/webrtc/portallocatorfactory.cc', | 760 'app/webrtc/portallocatorfactory.cc', |
| 761 'app/webrtc/portallocatorfactory.h', | 761 'app/webrtc/portallocatorfactory.h', |
| 762 'app/webrtc/proxy.h', | 762 'app/webrtc/proxy.h', |
| 763 'app/webrtc/remoteaudiosource.cc', | 763 'app/webrtc/remoteaudiosource.cc', |
| 764 'app/webrtc/remoteaudiosource.h', | 764 'app/webrtc/remoteaudiosource.h', |
| 765 'app/webrtc/remoteaudiotrack.cc', |
| 766 'app/webrtc/remoteaudiotrack.h', |
| 765 'app/webrtc/remotevideocapturer.cc', | 767 'app/webrtc/remotevideocapturer.cc', |
| 766 'app/webrtc/remotevideocapturer.h', | 768 'app/webrtc/remotevideocapturer.h', |
| 767 'app/webrtc/rtpreceiver.cc', | 769 'app/webrtc/rtpreceiver.cc', |
| 768 'app/webrtc/rtpreceiver.h', | 770 'app/webrtc/rtpreceiver.h', |
| 769 'app/webrtc/rtpreceiverinterface.h', | 771 'app/webrtc/rtpreceiverinterface.h', |
| 770 'app/webrtc/rtpsender.cc', | 772 'app/webrtc/rtpsender.cc', |
| 771 'app/webrtc/rtpsender.h', | 773 'app/webrtc/rtpsender.h', |
| 772 'app/webrtc/rtpsenderinterface.h', | 774 'app/webrtc/rtpsenderinterface.h', |
| 773 'app/webrtc/sctputils.cc', | 775 'app/webrtc/sctputils.cc', |
| 774 'app/webrtc/sctputils.h', | 776 'app/webrtc/sctputils.h', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 796 ['OS=="android" and build_with_chromium==0', { | 798 ['OS=="android" and build_with_chromium==0', { |
| 797 'sources': [ | 799 'sources': [ |
| 798 'app/webrtc/androidvideocapturer.h', | 800 'app/webrtc/androidvideocapturer.h', |
| 799 'app/webrtc/androidvideocapturer.cc', | 801 'app/webrtc/androidvideocapturer.cc', |
| 800 ], | 802 ], |
| 801 }], | 803 }], |
| 802 ], | 804 ], |
| 803 }, # target libjingle_peerconnection | 805 }, # target libjingle_peerconnection |
| 804 ], | 806 ], |
| 805 } | 807 } |
| OLD | NEW |