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

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

Issue 2517523003: Added a perf test for the residual echo detector. (Closed)
Patch Set: Replaced <algorithm> by <numeric>. Created 4 years 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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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/arm.gni") 9 import("//build/config/arm.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "//testing/gtest", 381 "//testing/gtest",
382 "//third_party/gflags:gflags", 382 "//third_party/gflags:gflags",
383 ] 383 ]
384 } # audioproc_f 384 } # audioproc_f
385 385
386 rtc_source_set("audioproc_test_utils") { 386 rtc_source_set("audioproc_test_utils") {
387 testonly = true 387 testonly = true
388 sources = [ 388 sources = [
389 "test/audio_buffer_tools.cc", 389 "test/audio_buffer_tools.cc",
390 "test/audio_buffer_tools.h", 390 "test/audio_buffer_tools.h",
391 "test/performance_timer.cc",
392 "test/performance_timer.h",
393 "test/simulator_buffers.cc",
394 "test/simulator_buffers.h",
391 "test/test_utils.cc", 395 "test/test_utils.cc",
392 "test/test_utils.h", 396 "test/test_utils.h",
393 ] 397 ]
394 398
395 deps = [ 399 deps = [
396 "../../base:rtc_base_approved", 400 "../../base:rtc_base_approved",
397 "../../common_audio", 401 "../../common_audio",
398 ] 402 ]
399 } 403 }
400 404
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "test/protobuf_utils.cc", 474 "test/protobuf_utils.cc",
471 "test/protobuf_utils.h", 475 "test/protobuf_utils.h",
472 ] 476 ]
473 477
474 deps = [ 478 deps = [
475 ":audioproc_debug_proto", 479 ":audioproc_debug_proto",
476 ] 480 ]
477 } 481 }
478 } 482 }
479 } 483 }
OLDNEW
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/modules/audio_processing/level_controller/level_controller_complexity_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698