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

Side by Side Diff: webrtc/media/media.gyp

Issue 1655793003: Make cricket::VideoCapturer implement VideoSourceInterface (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added dummy capturerenderadapter.cc 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
« no previous file with comments | « webrtc/media/base/videosourceinterface.h ('k') | webrtc/media/webrtc/webrtcvideocapturer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 17 matching lines...) Expand all
28 'direct_dependent_settings': { 28 'direct_dependent_settings': {
29 'include_dirs': [ 29 'include_dirs': [
30 '<(libyuv_dir)/include', 30 '<(libyuv_dir)/include',
31 ], 31 ],
32 }, 32 },
33 'sources': [ 33 'sources': [
34 'base/audioframe.h', 34 'base/audioframe.h',
35 'base/audiorenderer.h', 35 'base/audiorenderer.h',
36 'base/capturemanager.cc', 36 'base/capturemanager.cc',
37 'base/capturemanager.h', 37 'base/capturemanager.h',
38 'base/capturerenderadapter.cc',
39 'base/capturerenderadapter.h',
40 'base/codec.cc', 38 'base/codec.cc',
41 'base/codec.h', 39 'base/codec.h',
42 'base/constants.cc', 40 'base/constants.cc',
43 'base/constants.h', 41 'base/constants.h',
44 'base/cpuid.cc', 42 'base/cpuid.cc',
45 'base/cpuid.h', 43 'base/cpuid.h',
46 'base/cryptoparams.h', 44 'base/cryptoparams.h',
47 'base/device.h', 45 'base/device.h',
48 'base/fakescreencapturerfactory.h', 46 'base/fakescreencapturerfactory.h',
49 'base/hybriddataengine.h', 47 'base/hybriddataengine.h',
50 'base/mediachannel.h', 48 'base/mediachannel.h',
51 'base/mediacommon.h', 49 'base/mediacommon.h',
52 'base/mediaengine.cc', 50 'base/mediaengine.cc',
53 'base/mediaengine.h', 51 'base/mediaengine.h',
54 'base/rtpdataengine.cc', 52 'base/rtpdataengine.cc',
55 'base/rtpdataengine.h', 53 'base/rtpdataengine.h',
56 'base/rtpdump.cc', 54 'base/rtpdump.cc',
57 'base/rtpdump.h', 55 'base/rtpdump.h',
58 'base/rtputils.cc', 56 'base/rtputils.cc',
59 'base/rtputils.h', 57 'base/rtputils.h',
60 'base/screencastid.h', 58 'base/screencastid.h',
61 'base/streamparams.cc', 59 'base/streamparams.cc',
62 'base/streamparams.h', 60 'base/streamparams.h',
63 'base/turnutils.cc', 61 'base/turnutils.cc',
64 'base/turnutils.h', 62 'base/turnutils.h',
65 'base/videoadapter.cc', 63 'base/videoadapter.cc',
66 'base/videoadapter.h', 64 'base/videoadapter.h',
65 'base/videobroadcaster.cc',
66 'base/videobroadcaster.h',
67 'base/videocapturer.cc', 67 'base/videocapturer.cc',
68 'base/videocapturer.h', 68 'base/videocapturer.h',
69 'base/videocapturerfactory.h', 69 'base/videocapturerfactory.h',
70 'base/videocommon.cc', 70 'base/videocommon.cc',
71 'base/videocommon.h', 71 'base/videocommon.h',
72 'base/videoframe.cc', 72 'base/videoframe.cc',
73 'base/videoframe.h', 73 'base/videoframe.h',
74 'base/videoframefactory.cc', 74 'base/videoframefactory.cc',
75 'base/videoframefactory.h', 75 'base/videoframefactory.h',
76 'base/videorenderer.h', 76 'base/videorenderer.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 }], 278 }],
279 ['OS=="android"', { 279 ['OS=="android"', {
280 'sources': [ 280 'sources': [
281 'devices/mobiledevicemanager.cc', 281 'devices/mobiledevicemanager.cc',
282 ], 282 ],
283 }], 283 }],
284 ], 284 ],
285 }, # target rtc_media 285 }, # target rtc_media
286 ], # targets. 286 ], # targets.
287 } 287 }
OLDNEW
« no previous file with comments | « webrtc/media/base/videosourceinterface.h ('k') | webrtc/media/webrtc/webrtcvideocapturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698