| 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 'media/base/mediaengine.h', | 506 'media/base/mediaengine.h', |
| 507 'media/base/rtpdataengine.cc', | 507 'media/base/rtpdataengine.cc', |
| 508 'media/base/rtpdataengine.h', | 508 'media/base/rtpdataengine.h', |
| 509 'media/base/rtpdump.cc', | 509 'media/base/rtpdump.cc', |
| 510 'media/base/rtpdump.h', | 510 'media/base/rtpdump.h', |
| 511 'media/base/rtputils.cc', | 511 'media/base/rtputils.cc', |
| 512 'media/base/rtputils.h', | 512 'media/base/rtputils.h', |
| 513 'media/base/screencastid.h', | 513 'media/base/screencastid.h', |
| 514 'media/base/streamparams.cc', | 514 'media/base/streamparams.cc', |
| 515 'media/base/streamparams.h', | 515 'media/base/streamparams.h', |
| 516 'media/base/turnutils.cc', |
| 517 'media/base/turnutils.h', |
| 516 'media/base/videoadapter.cc', | 518 'media/base/videoadapter.cc', |
| 517 'media/base/videoadapter.h', | 519 'media/base/videoadapter.h', |
| 518 'media/base/videocapturer.cc', | 520 'media/base/videocapturer.cc', |
| 519 'media/base/videocapturer.h', | 521 'media/base/videocapturer.h', |
| 520 'media/base/videocapturerfactory.h', | 522 'media/base/videocapturerfactory.h', |
| 521 'media/base/videocommon.cc', | 523 'media/base/videocommon.cc', |
| 522 'media/base/videocommon.h', | 524 'media/base/videocommon.h', |
| 523 'media/base/videoframe.cc', | 525 'media/base/videoframe.cc', |
| 524 'media/base/videoframe.h', | 526 'media/base/videoframe.h', |
| 525 'media/base/videoframefactory.cc', | 527 'media/base/videoframefactory.cc', |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 'app/webrtc/webrtcsdp.cc', | 818 'app/webrtc/webrtcsdp.cc', |
| 817 'app/webrtc/webrtcsdp.h', | 819 'app/webrtc/webrtcsdp.h', |
| 818 'app/webrtc/webrtcsession.cc', | 820 'app/webrtc/webrtcsession.cc', |
| 819 'app/webrtc/webrtcsession.h', | 821 'app/webrtc/webrtcsession.h', |
| 820 'app/webrtc/webrtcsessiondescriptionfactory.cc', | 822 'app/webrtc/webrtcsessiondescriptionfactory.cc', |
| 821 'app/webrtc/webrtcsessiondescriptionfactory.h', | 823 'app/webrtc/webrtcsessiondescriptionfactory.h', |
| 822 ], | 824 ], |
| 823 }, # target libjingle_peerconnection | 825 }, # target libjingle_peerconnection |
| 824 ], | 826 ], |
| 825 } | 827 } |
| OLD | NEW |