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

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

Issue 2681033010: Remove usage of VoEAudioProcessing from WVoE/MC. (Closed)
Patch Set: one more Created 3 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 | « no previous file | webrtc/media/engine/apm_helpers.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 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("../webrtc.gni") 10 import("../webrtc.gni")
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "../base:rtc_base_approved", 94 "../base:rtc_base_approved",
95 "../p2p", 95 "../p2p",
96 ] 96 ]
97 } 97 }
98 98
99 rtc_static_library("rtc_media") { 99 rtc_static_library("rtc_media") {
100 defines = [] 100 defines = []
101 libs = [] 101 libs = []
102 deps = [] 102 deps = []
103 sources = [ 103 sources = [
104 "engine/apm_helpers.cc",
105 "engine/apm_helpers.h",
104 "engine/internaldecoderfactory.cc", 106 "engine/internaldecoderfactory.cc",
105 "engine/internaldecoderfactory.h", 107 "engine/internaldecoderfactory.h",
106 "engine/internalencoderfactory.cc", 108 "engine/internalencoderfactory.cc",
107 "engine/internalencoderfactory.h", 109 "engine/internalencoderfactory.h",
108 "engine/nullwebrtcvideoengine.h", 110 "engine/nullwebrtcvideoengine.h",
109 "engine/payload_type_mapper.cc", 111 "engine/payload_type_mapper.cc",
110 "engine/payload_type_mapper.h", 112 "engine/payload_type_mapper.h",
111 "engine/simulcast.cc", 113 "engine/simulcast.cc",
112 "engine/simulcast.h", 114 "engine/simulcast.h",
113 "engine/videodecodersoftwarefallbackwrapper.cc", 115 "engine/videodecodersoftwarefallbackwrapper.cc",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "base/codec_unittest.cc", 314 "base/codec_unittest.cc",
313 "base/rtpdataengine_unittest.cc", 315 "base/rtpdataengine_unittest.cc",
314 "base/rtputils_unittest.cc", 316 "base/rtputils_unittest.cc",
315 "base/streamparams_unittest.cc", 317 "base/streamparams_unittest.cc",
316 "base/turnutils_unittest.cc", 318 "base/turnutils_unittest.cc",
317 "base/videoadapter_unittest.cc", 319 "base/videoadapter_unittest.cc",
318 "base/videobroadcaster_unittest.cc", 320 "base/videobroadcaster_unittest.cc",
319 "base/videocapturer_unittest.cc", 321 "base/videocapturer_unittest.cc",
320 "base/videocommon_unittest.cc", 322 "base/videocommon_unittest.cc",
321 "base/videoengine_unittest.h", 323 "base/videoengine_unittest.h",
324 "engine/apm_helpers_unittest.cc",
322 "engine/internaldecoderfactory_unittest.cc", 325 "engine/internaldecoderfactory_unittest.cc",
323 "engine/nullwebrtcvideoengine_unittest.cc", 326 "engine/nullwebrtcvideoengine_unittest.cc",
324 "engine/payload_type_mapper_unittest.cc", 327 "engine/payload_type_mapper_unittest.cc",
325 "engine/simulcast_unittest.cc", 328 "engine/simulcast_unittest.cc",
326 "engine/videodecodersoftwarefallbackwrapper_unittest.cc", 329 "engine/videodecodersoftwarefallbackwrapper_unittest.cc",
327 "engine/videoencodersoftwarefallbackwrapper_unittest.cc", 330 "engine/videoencodersoftwarefallbackwrapper_unittest.cc",
328 "engine/webrtcmediaengine_unittest.cc", 331 "engine/webrtcmediaengine_unittest.cc",
329 "engine/webrtcvideocapturer_unittest.cc", 332 "engine/webrtcvideocapturer_unittest.cc",
330 "engine/webrtcvideoencoderfactory_unittest.cc", 333 "engine/webrtcvideoencoderfactory_unittest.cc",
331 "engine/webrtcvideoengine2_unittest.cc", 334 "engine/webrtcvideoengine2_unittest.cc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. 383 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243.
381 ":rtc_media", 384 ":rtc_media",
382 ":rtc_unittest_main", 385 ":rtc_unittest_main",
383 "../audio", 386 "../audio",
384 "../base:rtc_base_tests_utils", 387 "../base:rtc_base_tests_utils",
385 "../modules/audio_device:mock_audio_device", 388 "../modules/audio_device:mock_audio_device",
386 "../system_wrappers:metrics_default", 389 "../system_wrappers:metrics_default",
387 ] 390 ]
388 } 391 }
389 } 392 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/media/engine/apm_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698