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

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

Issue 2250683002: WebRtcVoiceEngine: Use AudioDecoderFactory to generate recv codecs. (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
« 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "base/rtputils_unittest.cc", 297 "base/rtputils_unittest.cc",
298 "base/streamparams_unittest.cc", 298 "base/streamparams_unittest.cc",
299 "base/turnutils_unittest.cc", 299 "base/turnutils_unittest.cc",
300 "base/videoadapter_unittest.cc", 300 "base/videoadapter_unittest.cc",
301 "base/videobroadcaster_unittest.cc", 301 "base/videobroadcaster_unittest.cc",
302 "base/videocapturer_unittest.cc", 302 "base/videocapturer_unittest.cc",
303 "base/videocommon_unittest.cc", 303 "base/videocommon_unittest.cc",
304 "base/videoengine_unittest.h", 304 "base/videoengine_unittest.h",
305 "base/videoframe_unittest.h", 305 "base/videoframe_unittest.h",
306 "engine/nullwebrtcvideoengine_unittest.cc", 306 "engine/nullwebrtcvideoengine_unittest.cc",
307 "engine/payload_type_mapper_unittest.cc",
307 "engine/simulcast_unittest.cc", 308 "engine/simulcast_unittest.cc",
308 "engine/webrtcmediaengine_unittest.cc", 309 "engine/webrtcmediaengine_unittest.cc",
309 "engine/webrtcvideocapturer_unittest.cc", 310 "engine/webrtcvideocapturer_unittest.cc",
310 "engine/webrtcvideoengine2_unittest.cc", 311 "engine/webrtcvideoengine2_unittest.cc",
311 "engine/webrtcvideoframe_unittest.cc", 312 "engine/webrtcvideoframe_unittest.cc",
312 "engine/webrtcvideoframefactory_unittest.cc", 313 "engine/webrtcvideoframefactory_unittest.cc",
313 "engine/webrtcvoiceengine_unittest.cc", 314 "engine/webrtcvoiceengine_unittest.cc",
314 "sctp/sctpdataengine_unittest.cc", 315 "sctp/sctpdataengine_unittest.cc",
315 ] 316 ]
316 317
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 deps += [ 356 deps += [
356 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. 357 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243.
357 ":rtc_media", 358 ":rtc_media",
358 ":rtc_unittest_main", 359 ":rtc_unittest_main",
359 "../audio", 360 "../audio",
360 "../base:rtc_base_tests_utils", 361 "../base:rtc_base_tests_utils",
361 "../system_wrappers:metrics_default", 362 "../system_wrappers:metrics_default",
362 ] 363 ]
363 } 364 }
364 } 365 }
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