Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1055)

Side by Side Diff: talk/libjingle.gyp

Issue 1655793003: Make cricket::VideoCapturer implement VideoSourceInterface (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed Android Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'media/base/videocapturer.cc', 522 'media/base/videocapturer.cc',
523 'media/base/videocapturer.h', 523 'media/base/videocapturer.h',
524 'media/base/videocapturerfactory.h', 524 'media/base/videocapturerfactory.h',
525 'media/base/videocommon.cc', 525 'media/base/videocommon.cc',
526 'media/base/videocommon.h', 526 'media/base/videocommon.h',
527 'media/base/videoframe.cc', 527 'media/base/videoframe.cc',
528 'media/base/videoframe.h', 528 'media/base/videoframe.h',
529 'media/base/videoframefactory.cc', 529 'media/base/videoframefactory.cc',
530 'media/base/videoframefactory.h', 530 'media/base/videoframefactory.h',
531 'media/base/videorenderer.h', 531 'media/base/videorenderer.h',
532 'media/base/videosourcebase.cc',
532 'media/base/yuvframegenerator.cc', 533 'media/base/yuvframegenerator.cc',
533 'media/base/yuvframegenerator.h', 534 'media/base/yuvframegenerator.h',
534 'media/devices/deviceinfo.h', 535 'media/devices/deviceinfo.h',
535 'media/devices/devicemanager.cc', 536 'media/devices/devicemanager.cc',
536 'media/devices/devicemanager.h', 537 'media/devices/devicemanager.h',
537 'media/devices/dummydevicemanager.h', 538 'media/devices/dummydevicemanager.h',
538 'media/devices/filevideocapturer.cc', 539 'media/devices/filevideocapturer.cc',
539 'media/devices/filevideocapturer.h', 540 'media/devices/filevideocapturer.h',
540 'media/devices/videorendererfactory.h', 541 'media/devices/videorendererfactory.h',
541 'media/devices/yuvframescapturer.cc', 542 'media/devices/yuvframescapturer.cc',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'app/webrtc/webrtcsdp.cc', 828 'app/webrtc/webrtcsdp.cc',
828 'app/webrtc/webrtcsdp.h', 829 'app/webrtc/webrtcsdp.h',
829 'app/webrtc/webrtcsession.cc', 830 'app/webrtc/webrtcsession.cc',
830 'app/webrtc/webrtcsession.h', 831 'app/webrtc/webrtcsession.h',
831 'app/webrtc/webrtcsessiondescriptionfactory.cc', 832 'app/webrtc/webrtcsessiondescriptionfactory.cc',
832 'app/webrtc/webrtcsessiondescriptionfactory.h', 833 'app/webrtc/webrtcsessiondescriptionfactory.h',
833 ], 834 ],
834 }, # target libjingle_peerconnection 835 }, # target libjingle_peerconnection
835 ], 836 ],
836 } 837 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698