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

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

Issue 2888533005: MockAecDump and integration tests between AecDump and AudioProcessing (Closed)
Patch Set: Remove test which is special case of next test. Created 3 years, 6 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/modules/audio_processing/aec_dump/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) 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "..:module_api", 552 "..:module_api",
553 "../..:webrtc_common", 553 "../..:webrtc_common",
554 "../../base:gtest_prod", 554 "../../base:gtest_prod",
555 "../../base:protobuf_utils", 555 "../../base:protobuf_utils",
556 "../../base:rtc_base", 556 "../../base:rtc_base",
557 "../../base:rtc_base_approved", 557 "../../base:rtc_base_approved",
558 "../../common_audio:common_audio", 558 "../../common_audio:common_audio",
559 "../../system_wrappers:system_wrappers", 559 "../../system_wrappers:system_wrappers",
560 "../../test:test_support", 560 "../../test:test_support",
561 "../audio_coding:neteq_tools", 561 "../audio_coding:neteq_tools",
562 "aec_dump:mock_aec_dump_unittests",
562 "test/conversational_speech:unittest", 563 "test/conversational_speech:unittest",
563 "//testing/gmock", 564 "//testing/gmock",
564 "//testing/gtest", 565 "//testing/gtest",
565 ] 566 ]
566 567
567 defines = [] 568 defines = []
568 569
569 if (apm_debug_dump) { 570 if (apm_debug_dump) {
570 defines += [ "WEBRTC_APM_DEBUG_DUMP=1" ] 571 defines += [ "WEBRTC_APM_DEBUG_DUMP=1" ]
571 } else { 572 } else {
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 860
860 deps = [ 861 deps = [
861 ":audioproc_debug_proto", 862 ":audioproc_debug_proto",
862 "../..:webrtc_common", 863 "../..:webrtc_common",
863 "../../base:protobuf_utils", 864 "../../base:protobuf_utils",
864 "../../base:rtc_base_approved", 865 "../../base:rtc_base_approved",
865 ] 866 ]
866 } 867 }
867 } 868 }
868 } 869 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec_dump/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698