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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 'media/base/videocapturer.cc', | 473 'media/base/videocapturer.cc', |
474 'media/base/videocapturer.h', | 474 'media/base/videocapturer.h', |
475 'media/base/videocapturerfactory.h', | 475 'media/base/videocapturerfactory.h', |
476 'media/base/videocommon.cc', | 476 'media/base/videocommon.cc', |
477 'media/base/videocommon.h', | 477 'media/base/videocommon.h', |
478 'media/base/videoframe.cc', | 478 'media/base/videoframe.cc', |
479 'media/base/videoframe.h', | 479 'media/base/videoframe.h', |
480 'media/base/videoframefactory.cc', | 480 'media/base/videoframefactory.cc', |
481 'media/base/videoframefactory.h', | 481 'media/base/videoframefactory.h', |
482 'media/base/videorenderer.h', | 482 'media/base/videorenderer.h', |
483 'media/base/voiceprocessor.h', | |
484 'media/base/yuvframegenerator.cc', | 483 'media/base/yuvframegenerator.cc', |
485 'media/base/yuvframegenerator.h', | 484 'media/base/yuvframegenerator.h', |
486 'media/devices/deviceinfo.h', | 485 'media/devices/deviceinfo.h', |
487 'media/devices/devicemanager.cc', | 486 'media/devices/devicemanager.cc', |
488 'media/devices/devicemanager.h', | 487 'media/devices/devicemanager.h', |
489 'media/devices/dummydevicemanager.h', | 488 'media/devices/dummydevicemanager.h', |
490 'media/devices/filevideocapturer.cc', | 489 'media/devices/filevideocapturer.cc', |
491 'media/devices/filevideocapturer.h', | 490 'media/devices/filevideocapturer.h', |
492 'media/devices/videorendererfactory.h', | 491 'media/devices/videorendererfactory.h', |
493 'media/devices/yuvframescapturer.cc', | 492 'media/devices/yuvframescapturer.cc', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 ['OS=="android" and build_with_chromium==0', { | 780 ['OS=="android" and build_with_chromium==0', { |
782 'sources': [ | 781 'sources': [ |
783 'app/webrtc/androidvideocapturer.h', | 782 'app/webrtc/androidvideocapturer.h', |
784 'app/webrtc/androidvideocapturer.cc', | 783 'app/webrtc/androidvideocapturer.cc', |
785 ], | 784 ], |
786 }], | 785 }], |
787 ], | 786 ], |
788 }, # target libjingle_peerconnection | 787 }, # target libjingle_peerconnection |
789 ], | 788 ], |
790 } | 789 } |
OLD | NEW |