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

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

Issue 2151453002: Revert of WebRtcVoiceEngine: Use AudioDecoderFactory to generate recv codecs. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | webrtc/media/engine/nullwebrtcvideoengine_unittest.cc » ('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 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 88 "base/videoframefactory.cc",
89 "base/videoframefactory.h", 89 "base/videoframefactory.h",
90 "base/videorenderer.h", 90 "base/videorenderer.h",
91 "base/videosourcebase.cc", 91 "base/videosourcebase.cc",
92 "base/videosourcebase.h", 92 "base/videosourcebase.h",
93 "devices/videorendererfactory.h", 93 "devices/videorendererfactory.h",
94 "engine/nullwebrtcvideoengine.h", 94 "engine/nullwebrtcvideoengine.h",
95 "engine/payload_type_mapper.cc",
96 "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",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "base/rtputils_unittest.cc", 294 "base/rtputils_unittest.cc",
297 "base/streamparams_unittest.cc", 295 "base/streamparams_unittest.cc",
298 "base/turnutils_unittest.cc", 296 "base/turnutils_unittest.cc",
299 "base/videoadapter_unittest.cc", 297 "base/videoadapter_unittest.cc",
300 "base/videobroadcaster_unittest.cc", 298 "base/videobroadcaster_unittest.cc",
301 "base/videocapturer_unittest.cc", 299 "base/videocapturer_unittest.cc",
302 "base/videocommon_unittest.cc", 300 "base/videocommon_unittest.cc",
303 "base/videoengine_unittest.h", 301 "base/videoengine_unittest.h",
304 "base/videoframe_unittest.h", 302 "base/videoframe_unittest.h",
305 "engine/nullwebrtcvideoengine_unittest.cc", 303 "engine/nullwebrtcvideoengine_unittest.cc",
306 "engine/payload_type_mapper_unittest.cc",
307 "engine/simulcast_unittest.cc", 304 "engine/simulcast_unittest.cc",
308 "engine/webrtcmediaengine_unittest.cc", 305 "engine/webrtcmediaengine_unittest.cc",
309 "engine/webrtcvideocapturer_unittest.cc", 306 "engine/webrtcvideocapturer_unittest.cc",
310 "engine/webrtcvideoengine2_unittest.cc", 307 "engine/webrtcvideoengine2_unittest.cc",
311 "engine/webrtcvideoframe_unittest.cc", 308 "engine/webrtcvideoframe_unittest.cc",
312 "engine/webrtcvideoframefactory_unittest.cc", 309 "engine/webrtcvideoframefactory_unittest.cc",
313 "engine/webrtcvoiceengine_unittest.cc", 310 "engine/webrtcvoiceengine_unittest.cc",
314 "sctp/sctpdataengine_unittest.cc", 311 "sctp/sctpdataengine_unittest.cc",
315 ] 312 ]
316 313
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 deps += [ 352 deps += [
356 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. 353 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243.
357 ":rtc_media", 354 ":rtc_media",
358 ":rtc_unittest_main", 355 ":rtc_unittest_main",
359 "../audio", 356 "../audio",
360 "../base:rtc_base_tests_utils", 357 "../base:rtc_base_tests_utils",
361 "../system_wrappers:metrics_default", 358 "../system_wrappers:metrics_default",
362 ] 359 ]
363 } 360 }
364 } 361 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/media/engine/nullwebrtcvideoengine_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698