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

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

Issue 2411953002: Reland of Make cricket::VideoFrame inherit webrtc::VideoFrame. (Closed)
Patch Set: Fix for windows build. Created 4 years, 2 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 # 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'base/turnutils.h', 53 'base/turnutils.h',
54 'base/videoadapter.cc', 54 'base/videoadapter.cc',
55 'base/videoadapter.h', 55 'base/videoadapter.h',
56 'base/videobroadcaster.cc', 56 'base/videobroadcaster.cc',
57 'base/videobroadcaster.h', 57 'base/videobroadcaster.h',
58 'base/videocapturer.cc', 58 'base/videocapturer.cc',
59 'base/videocapturer.h', 59 'base/videocapturer.h',
60 'base/videocapturerfactory.h', 60 'base/videocapturerfactory.h',
61 'base/videocommon.cc', 61 'base/videocommon.cc',
62 'base/videocommon.h', 62 'base/videocommon.h',
63 'base/videoframe.cc',
64 'base/videoframe.h', 63 'base/videoframe.h',
65 'base/videosourcebase.cc', 64 'base/videosourcebase.cc',
66 'base/videosourcebase.h', 65 'base/videosourcebase.h',
67 'devices/videorendererfactory.h', 66 'devices/videorendererfactory.h',
68 'engine/nullwebrtcvideoengine.h', 67 'engine/nullwebrtcvideoengine.h',
69 'engine/payload_type_mapper.cc', 68 'engine/payload_type_mapper.cc',
70 'engine/payload_type_mapper.h', 69 'engine/payload_type_mapper.h',
71 'engine/simulcast.cc', 70 'engine/simulcast.cc',
72 'engine/simulcast.h', 71 'engine/simulcast.h',
73 'engine/webrtccommon.h', 72 'engine/webrtccommon.h',
74 'engine/webrtcmediaengine.cc', 73 'engine/webrtcmediaengine.cc',
75 'engine/webrtcmediaengine.h', 74 'engine/webrtcmediaengine.h',
76 'engine/webrtcmediaengine.cc', 75 'engine/webrtcmediaengine.cc',
77 'engine/webrtcvideocapturer.cc', 76 'engine/webrtcvideocapturer.cc',
78 'engine/webrtcvideocapturer.h', 77 'engine/webrtcvideocapturer.h',
79 'engine/webrtcvideocapturerfactory.h', 78 'engine/webrtcvideocapturerfactory.h',
80 'engine/webrtcvideocapturerfactory.cc', 79 'engine/webrtcvideocapturerfactory.cc',
81 'engine/webrtcvideodecoderfactory.h', 80 'engine/webrtcvideodecoderfactory.h',
82 'engine/webrtcvideoencoderfactory.h', 81 'engine/webrtcvideoencoderfactory.h',
83 'engine/webrtcvideoengine2.cc', 82 'engine/webrtcvideoengine2.cc',
84 'engine/webrtcvideoengine2.h', 83 'engine/webrtcvideoengine2.h',
85 'engine/webrtcvideoframe.cc',
86 'engine/webrtcvideoframe.h', 84 'engine/webrtcvideoframe.h',
87 'engine/webrtcvoe.h', 85 'engine/webrtcvoe.h',
88 'engine/webrtcvoiceengine.cc', 86 'engine/webrtcvoiceengine.cc',
89 'engine/webrtcvoiceengine.h', 87 'engine/webrtcvoiceengine.h',
90 'sctp/sctpdataengine.cc', 88 'sctp/sctpdataengine.cc',
91 'sctp/sctpdataengine.h', 89 'sctp/sctpdataengine.h',
92 ], 90 ],
93 # TODO(kjellander): Make the code compile without disabling these flags. 91 # TODO(kjellander): Make the code compile without disabling these flags.
94 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 92 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307
95 'cflags': [ 93 'cflags': [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'gdi32.lib', 163 'gdi32.lib',
166 'strmiids.lib', 164 'strmiids.lib',
167 ], 165 ],
168 }, 166 },
169 }, 167 },
170 }], 168 }],
171 ], 169 ],
172 }, # target rtc_media 170 }, # target rtc_media
173 ], # targets. 171 ], # targets.
174 } 172 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvideoframe_unittest.cc ('k') | webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698