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

Side by Side Diff: webrtc/media/BUILD.gn

Issue 2262443003: Delete VideoFrameFactory, CapturedFrame, and related code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("../build/webrtc.gni") 10 import("../build/webrtc.gni")
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "base/videoadapter.h", 78 "base/videoadapter.h",
79 "base/videobroadcaster.cc", 79 "base/videobroadcaster.cc",
80 "base/videobroadcaster.h", 80 "base/videobroadcaster.h",
81 "base/videocapturer.cc", 81 "base/videocapturer.cc",
82 "base/videocapturer.h", 82 "base/videocapturer.h",
83 "base/videocapturerfactory.h", 83 "base/videocapturerfactory.h",
84 "base/videocommon.cc", 84 "base/videocommon.cc",
85 "base/videocommon.h", 85 "base/videocommon.h",
86 "base/videoframe.cc", 86 "base/videoframe.cc",
87 "base/videoframe.h", 87 "base/videoframe.h",
88 "base/videoframefactory.cc",
89 "base/videoframefactory.h",
90 "base/videorenderer.h", 88 "base/videorenderer.h",
91 "base/videosourcebase.cc", 89 "base/videosourcebase.cc",
92 "base/videosourcebase.h", 90 "base/videosourcebase.h",
93 "devices/videorendererfactory.h", 91 "devices/videorendererfactory.h",
94 "engine/nullwebrtcvideoengine.h", 92 "engine/nullwebrtcvideoengine.h",
95 "engine/payload_type_mapper.cc", 93 "engine/payload_type_mapper.cc",
96 "engine/payload_type_mapper.h", 94 "engine/payload_type_mapper.h",
97 "engine/simulcast.cc", 95 "engine/simulcast.cc",
98 "engine/simulcast.h", 96 "engine/simulcast.h",
99 "engine/webrtccommon.h", 97 "engine/webrtccommon.h",
100 "engine/webrtcmediaengine.cc", 98 "engine/webrtcmediaengine.cc",
101 "engine/webrtcmediaengine.h", 99 "engine/webrtcmediaengine.h",
102 "engine/webrtcvideocapturer.cc", 100 "engine/webrtcvideocapturer.cc",
103 "engine/webrtcvideocapturer.h", 101 "engine/webrtcvideocapturer.h",
104 "engine/webrtcvideocapturerfactory.cc", 102 "engine/webrtcvideocapturerfactory.cc",
105 "engine/webrtcvideocapturerfactory.h", 103 "engine/webrtcvideocapturerfactory.h",
106 "engine/webrtcvideodecoderfactory.h", 104 "engine/webrtcvideodecoderfactory.h",
107 "engine/webrtcvideoencoderfactory.h", 105 "engine/webrtcvideoencoderfactory.h",
108 "engine/webrtcvideoengine2.cc", 106 "engine/webrtcvideoengine2.cc",
109 "engine/webrtcvideoengine2.h", 107 "engine/webrtcvideoengine2.h",
110 "engine/webrtcvideoframe.cc", 108 "engine/webrtcvideoframe.cc",
111 "engine/webrtcvideoframe.h", 109 "engine/webrtcvideoframe.h",
112 "engine/webrtcvideoframefactory.cc",
113 "engine/webrtcvideoframefactory.h",
114 "engine/webrtcvoe.h", 110 "engine/webrtcvoe.h",
115 "engine/webrtcvoiceengine.cc", 111 "engine/webrtcvoiceengine.cc",
116 "engine/webrtcvoiceengine.h", 112 "engine/webrtcvoiceengine.h",
117 "sctp/sctpdataengine.cc", 113 "sctp/sctpdataengine.cc",
118 "sctp/sctpdataengine.h", 114 "sctp/sctpdataengine.h",
119 ] 115 ]
120 116
121 configs += [ 117 configs += [
122 "..:common_config", 118 "..:common_config",
123 ":rtc_media_warnings_config", 119 ":rtc_media_warnings_config",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 deps += [ 353 deps += [
358 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. 354 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243.
359 ":rtc_media", 355 ":rtc_media",
360 ":rtc_unittest_main", 356 ":rtc_unittest_main",
361 "../audio", 357 "../audio",
362 "../base:rtc_base_tests_utils", 358 "../base:rtc_base_tests_utils",
363 "../system_wrappers:metrics_default", 359 "../system_wrappers:metrics_default",
364 ] 360 ]
365 } 361 }
366 } 362 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/media/base/fakevideocapturer.h » ('j') | webrtc/media/base/fakevideocapturer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698