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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'libjingle_p2p', | 698 'libjingle_p2p', |
699 ], | 699 ], |
700 'sources': [ | 700 'sources': [ |
701 'app/webrtc/audiotrack.cc', | 701 'app/webrtc/audiotrack.cc', |
702 'app/webrtc/audiotrack.h', | 702 'app/webrtc/audiotrack.h', |
703 'app/webrtc/audiotrackrenderer.cc', | 703 'app/webrtc/audiotrackrenderer.cc', |
704 'app/webrtc/audiotrackrenderer.h', | 704 'app/webrtc/audiotrackrenderer.h', |
705 'app/webrtc/datachannel.cc', | 705 'app/webrtc/datachannel.cc', |
706 'app/webrtc/datachannel.h', | 706 'app/webrtc/datachannel.h', |
707 'app/webrtc/datachannelinterface.h', | 707 'app/webrtc/datachannelinterface.h', |
708 'app/webrtc/dtlsidentityservice.cc', | |
709 'app/webrtc/dtlsidentityservice.h', | |
710 'app/webrtc/dtlsidentitystore.cc', | 708 'app/webrtc/dtlsidentitystore.cc', |
711 'app/webrtc/dtlsidentitystore.h', | 709 'app/webrtc/dtlsidentitystore.h', |
712 'app/webrtc/dtmfsender.cc', | 710 'app/webrtc/dtmfsender.cc', |
713 'app/webrtc/dtmfsender.h', | 711 'app/webrtc/dtmfsender.h', |
714 'app/webrtc/dtmfsenderinterface.h', | 712 'app/webrtc/dtmfsenderinterface.h', |
715 'app/webrtc/fakeportallocatorfactory.h', | 713 'app/webrtc/fakeportallocatorfactory.h', |
716 'app/webrtc/jsep.h', | 714 'app/webrtc/jsep.h', |
717 'app/webrtc/jsepicecandidate.cc', | 715 'app/webrtc/jsepicecandidate.cc', |
718 'app/webrtc/jsepicecandidate.h', | 716 'app/webrtc/jsepicecandidate.h', |
719 'app/webrtc/jsepsessiondescription.cc', | 717 'app/webrtc/jsepsessiondescription.cc', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 ['OS=="android" and build_with_chromium==0', { | 772 ['OS=="android" and build_with_chromium==0', { |
775 'sources': [ | 773 'sources': [ |
776 'app/webrtc/androidvideocapturer.h', | 774 'app/webrtc/androidvideocapturer.h', |
777 'app/webrtc/androidvideocapturer.cc', | 775 'app/webrtc/androidvideocapturer.cc', |
778 ], | 776 ], |
779 }], | 777 }], |
780 ], | 778 ], |
781 }, # target libjingle_peerconnection | 779 }, # target libjingle_peerconnection |
782 ], | 780 ], |
783 } | 781 } |
OLD | NEW |