| 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'media/devices/devicemanager.cc', | 533 'media/devices/devicemanager.cc', |
| 534 'media/devices/devicemanager.h', | 534 'media/devices/devicemanager.h', |
| 535 'media/devices/dummydevicemanager.h', | 535 'media/devices/dummydevicemanager.h', |
| 536 'media/devices/filevideocapturer.cc', | 536 'media/devices/filevideocapturer.cc', |
| 537 'media/devices/filevideocapturer.h', | 537 'media/devices/filevideocapturer.h', |
| 538 'media/devices/videorendererfactory.h', | 538 'media/devices/videorendererfactory.h', |
| 539 'media/devices/yuvframescapturer.cc', | 539 'media/devices/yuvframescapturer.cc', |
| 540 'media/devices/yuvframescapturer.h', | 540 'media/devices/yuvframescapturer.h', |
| 541 'media/sctp/sctpdataengine.cc', | 541 'media/sctp/sctpdataengine.cc', |
| 542 'media/sctp/sctpdataengine.h', | 542 'media/sctp/sctpdataengine.h', |
| 543 'media/webrtc/nullwebrtcvideoengine.h', |
| 543 'media/webrtc/simulcast.cc', | 544 'media/webrtc/simulcast.cc', |
| 544 'media/webrtc/simulcast.h', | 545 'media/webrtc/simulcast.h', |
| 545 'media/webrtc/webrtccommon.h', | 546 'media/webrtc/webrtccommon.h', |
| 546 'media/webrtc/webrtcmediaengine.cc', | 547 'media/webrtc/webrtcmediaengine.cc', |
| 547 'media/webrtc/webrtcmediaengine.h', | 548 'media/webrtc/webrtcmediaengine.h', |
| 548 'media/webrtc/webrtcmediaengine.cc', | 549 'media/webrtc/webrtcmediaengine.cc', |
| 549 'media/webrtc/webrtcvideocapturer.cc', | 550 'media/webrtc/webrtcvideocapturer.cc', |
| 550 'media/webrtc/webrtcvideocapturer.h', | 551 'media/webrtc/webrtcvideocapturer.h', |
| 551 'media/webrtc/webrtcvideocapturerfactory.h', | 552 'media/webrtc/webrtcvideocapturerfactory.h', |
| 552 'media/webrtc/webrtcvideocapturerfactory.cc', | 553 'media/webrtc/webrtcvideocapturerfactory.cc', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 'app/webrtc/webrtcsdp.cc', | 825 'app/webrtc/webrtcsdp.cc', |
| 825 'app/webrtc/webrtcsdp.h', | 826 'app/webrtc/webrtcsdp.h', |
| 826 'app/webrtc/webrtcsession.cc', | 827 'app/webrtc/webrtcsession.cc', |
| 827 'app/webrtc/webrtcsession.h', | 828 'app/webrtc/webrtcsession.h', |
| 828 'app/webrtc/webrtcsessiondescriptionfactory.cc', | 829 'app/webrtc/webrtcsessiondescriptionfactory.cc', |
| 829 'app/webrtc/webrtcsessiondescriptionfactory.h', | 830 'app/webrtc/webrtcsessiondescriptionfactory.h', |
| 830 ], | 831 ], |
| 831 }, # target libjingle_peerconnection | 832 }, # target libjingle_peerconnection |
| 832 ], | 833 ], |
| 833 } | 834 } |
| OLD | NEW |