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

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

Issue 2845013003: NetEq tests: BUILD target reorg (Closed)
Patch Set: Fixing win compile errors Created 3 years, 7 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
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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 ":audioproc_test_utils", 534 ":audioproc_test_utils",
535 "..:module_api", 535 "..:module_api",
536 "../..:webrtc_common", 536 "../..:webrtc_common",
537 "../../base:gtest_prod", 537 "../../base:gtest_prod",
538 "../../base:protobuf_utils", 538 "../../base:protobuf_utils",
539 "../../base:rtc_base", 539 "../../base:rtc_base",
540 "../../base:rtc_base_approved", 540 "../../base:rtc_base_approved",
541 "../../common_audio:common_audio", 541 "../../common_audio:common_audio",
542 "../../system_wrappers:system_wrappers", 542 "../../system_wrappers:system_wrappers",
543 "../../test:test_support", 543 "../../test:test_support",
544 "../audio_coding:neteq_unittest_tools", 544 "../audio_coding:neteq_tools",
545 "test/conversational_speech:unittest", 545 "test/conversational_speech:unittest",
546 "//testing/gmock", 546 "//testing/gmock",
547 "//testing/gtest", 547 "//testing/gtest",
548 ] 548 ]
549 549
550 defines = [] 550 defines = []
551 551
552 if (apm_debug_dump) { 552 if (apm_debug_dump) {
553 defines += [ "WEBRTC_APM_DEBUG_DUMP=1" ] 553 defines += [ "WEBRTC_APM_DEBUG_DUMP=1" ]
554 } else { 554 } else {
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 841
842 deps = [ 842 deps = [
843 ":audioproc_debug_proto", 843 ":audioproc_debug_proto",
844 "../..:webrtc_common", 844 "../..:webrtc_common",
845 "../../base:protobuf_utils", 845 "../../base:protobuf_utils",
846 "../../base:rtc_base_approved", 846 "../../base:rtc_base_approved",
847 ] 847 ]
848 } 848 }
849 } 849 }
850 } 850 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/tools/fake_decode_from_file.cc ('k') | webrtc/test/fuzzers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698