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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 'session/media/currentspeakermonitor.h', | 682 'session/media/currentspeakermonitor.h', |
683 'session/media/mediamonitor.cc', | 683 'session/media/mediamonitor.cc', |
684 'session/media/mediamonitor.h', | 684 'session/media/mediamonitor.h', |
685 'session/media/mediasession.cc', | 685 'session/media/mediasession.cc', |
686 'session/media/mediasession.h', | 686 'session/media/mediasession.h', |
687 'session/media/mediasink.h', | 687 'session/media/mediasink.h', |
688 'session/media/rtcpmuxfilter.cc', | 688 'session/media/rtcpmuxfilter.cc', |
689 'session/media/rtcpmuxfilter.h', | 689 'session/media/rtcpmuxfilter.h', |
690 'session/media/srtpfilter.cc', | 690 'session/media/srtpfilter.cc', |
691 'session/media/srtpfilter.h', | 691 'session/media/srtpfilter.h', |
692 'session/media/typingmonitor.cc', | |
693 'session/media/typingmonitor.h', | |
694 'session/media/voicechannel.h', | 692 'session/media/voicechannel.h', |
695 ], | 693 ], |
696 }, # target libjingle_p2p | 694 }, # target libjingle_p2p |
697 { | 695 { |
698 'target_name': 'libjingle_peerconnection', | 696 'target_name': 'libjingle_peerconnection', |
699 'type': 'static_library', | 697 'type': 'static_library', |
700 'dependencies': [ | 698 'dependencies': [ |
701 'libjingle', | 699 'libjingle', |
702 'libjingle_media', | 700 'libjingle_media', |
703 'libjingle_p2p', | 701 'libjingle_p2p', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 ['OS=="android" and build_with_chromium==0', { | 775 ['OS=="android" and build_with_chromium==0', { |
778 'sources': [ | 776 'sources': [ |
779 'app/webrtc/androidvideocapturer.h', | 777 'app/webrtc/androidvideocapturer.h', |
780 'app/webrtc/androidvideocapturer.cc', | 778 'app/webrtc/androidvideocapturer.cc', |
781 ], | 779 ], |
782 }], | 780 }], |
783 ], | 781 ], |
784 }, # target libjingle_peerconnection | 782 }, # target libjingle_peerconnection |
785 ], | 783 ], |
786 } | 784 } |
OLD | NEW |