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

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

Issue 2510373002: Revert of Move smoothing filter to common audio. (Closed)
Patch Set: Created 4 years, 1 month 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 | « webrtc/common_audio/smoothing_filter_unittest.cc ('k') | webrtc/modules/audio_coding/BUILD.gn » ('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/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 sources = [ 257 sources = [
258 "audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc ", 258 "audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc ",
259 "audio_coding/audio_network_adaptor/bitrate_controller_unittest.cc", 259 "audio_coding/audio_network_adaptor/bitrate_controller_unittest.cc",
260 "audio_coding/audio_network_adaptor/channel_controller_unittest.cc", 260 "audio_coding/audio_network_adaptor/channel_controller_unittest.cc",
261 "audio_coding/audio_network_adaptor/controller_manager_unittest.cc", 261 "audio_coding/audio_network_adaptor/controller_manager_unittest.cc",
262 "audio_coding/audio_network_adaptor/dtx_controller_unittest.cc", 262 "audio_coding/audio_network_adaptor/dtx_controller_unittest.cc",
263 "audio_coding/audio_network_adaptor/fec_controller_unittest.cc", 263 "audio_coding/audio_network_adaptor/fec_controller_unittest.cc",
264 "audio_coding/audio_network_adaptor/frame_length_controller_unittest.cc", 264 "audio_coding/audio_network_adaptor/frame_length_controller_unittest.cc",
265 "audio_coding/audio_network_adaptor/mock/mock_controller.h", 265 "audio_coding/audio_network_adaptor/mock/mock_controller.h",
266 "audio_coding/audio_network_adaptor/mock/mock_controller_manager.h", 266 "audio_coding/audio_network_adaptor/mock/mock_controller_manager.h",
267 "audio_coding/audio_network_adaptor/smoothing_filter_unittest.cc",
267 ] 268 ]
268 deps = [ 269 deps = [
269 "audio_coding:audio_network_adaptor", 270 "audio_coding:audio_network_adaptor",
270 "//testing/gmock", 271 "//testing/gmock",
271 "//testing/gtest", 272 "//testing/gtest",
272 ] 273 ]
273 if (rtc_enable_protobuf) { 274 if (rtc_enable_protobuf) {
274 deps += [ "audio_coding:ana_config_proto" ] 275 deps += [ "audio_coding:ana_config_proto" ]
275 defines = [ "WEBRTC_AUDIO_NETWORK_ADAPTOR_DEBUG_DUMP" ] 276 defines = [ "WEBRTC_AUDIO_NETWORK_ADAPTOR_DEBUG_DUMP" ]
276 } 277 }
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 "../test:test_common", 745 "../test:test_common",
745 "../test:test_support_main", 746 "../test:test_support_main",
746 "remote_bitrate_estimator:bwe_simulator_lib", 747 "remote_bitrate_estimator:bwe_simulator_lib",
747 "video_capture", 748 "video_capture",
748 "//testing/gmock", 749 "//testing/gmock",
749 "//testing/gtest", 750 "//testing/gtest",
750 "//third_party/gflags", 751 "//third_party/gflags",
751 ] 752 ]
752 } 753 }
753 } 754 }
OLDNEW
« no previous file with comments | « webrtc/common_audio/smoothing_filter_unittest.cc ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698