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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 'media/devices/yuvframescapturer.cc', | 489 'media/devices/yuvframescapturer.cc', |
490 'media/devices/yuvframescapturer.h', | 490 'media/devices/yuvframescapturer.h', |
491 'media/sctp/sctpdataengine.cc', | 491 'media/sctp/sctpdataengine.cc', |
492 'media/sctp/sctpdataengine.h', | 492 'media/sctp/sctpdataengine.h', |
493 'media/webrtc/simulcast.cc', | 493 'media/webrtc/simulcast.cc', |
494 'media/webrtc/simulcast.h', | 494 'media/webrtc/simulcast.h', |
495 'media/webrtc/webrtccommon.h', | 495 'media/webrtc/webrtccommon.h', |
496 'media/webrtc/webrtcmediaengine.cc', | 496 'media/webrtc/webrtcmediaengine.cc', |
497 'media/webrtc/webrtcmediaengine.h', | 497 'media/webrtc/webrtcmediaengine.h', |
498 'media/webrtc/webrtcmediaengine.cc', | 498 'media/webrtc/webrtcmediaengine.cc', |
499 'media/webrtc/webrtcpassthroughrender.cc', | |
500 'media/webrtc/webrtcpassthroughrender.h', | |
501 'media/webrtc/webrtcvideocapturer.cc', | 499 'media/webrtc/webrtcvideocapturer.cc', |
502 'media/webrtc/webrtcvideocapturer.h', | 500 'media/webrtc/webrtcvideocapturer.h', |
503 'media/webrtc/webrtcvideocapturerfactory.h', | 501 'media/webrtc/webrtcvideocapturerfactory.h', |
504 'media/webrtc/webrtcvideocapturerfactory.cc', | 502 'media/webrtc/webrtcvideocapturerfactory.cc', |
505 'media/webrtc/webrtcvideodecoderfactory.h', | 503 'media/webrtc/webrtcvideodecoderfactory.h', |
506 'media/webrtc/webrtcvideoencoderfactory.h', | 504 'media/webrtc/webrtcvideoencoderfactory.h', |
507 'media/webrtc/webrtcvideoengine2.cc', | 505 'media/webrtc/webrtcvideoengine2.cc', |
508 'media/webrtc/webrtcvideoengine2.h', | 506 'media/webrtc/webrtcvideoengine2.h', |
509 'media/webrtc/webrtcvideoframe.cc', | 507 'media/webrtc/webrtcvideoframe.cc', |
510 'media/webrtc/webrtcvideoframe.h', | 508 'media/webrtc/webrtcvideoframe.h', |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
779 ['OS=="android" and build_with_chromium==0', { | 777 ['OS=="android" and build_with_chromium==0', { |
780 'sources': [ | 778 'sources': [ |
781 'app/webrtc/androidvideocapturer.h', | 779 'app/webrtc/androidvideocapturer.h', |
782 'app/webrtc/androidvideocapturer.cc', | 780 'app/webrtc/androidvideocapturer.cc', |
783 ], | 781 ], |
784 }], | 782 }], |
785 ], | 783 ], |
786 }, # target libjingle_peerconnection | 784 }, # target libjingle_peerconnection |
787 ], | 785 ], |
788 } | 786 } |
OLD | NEW |