1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("audio_modem") {
7 "public/audio_modem_types.h",
9 "public/whispernet_client.h",
12 "audio_modem_switches.cc",
13 "audio_modem_switches.h",
15 "audio_player_impl.cc",
16 "audio_player_impl.h",
18 "audio_recorder_impl.cc",
19 "audio_recorder_impl.h",
29 "//media:shared_memory_support",
30 "//third_party/webrtc/common_audio",
34 source_set("test_support") {
37 "test/random_samples.cc",
38 "test/random_samples.h",
41 "test/stub_whispernet_client.cc",
42 "test/stub_whispernet_client.h",
54 source_set("unit_tests") {
57 "audio_player_unittest.cc",
58 "audio_recorder_unittest.cc",
62 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]