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 static_library("audio_modem") {
7 "audio_modem_switches.cc",
8 "audio_modem_switches.h",
10 "audio_player_impl.cc",
11 "audio_player_impl.h",
13 "audio_recorder_impl.cc",
14 "audio_recorder_impl.h",
18 "public/audio_modem_types.h",
20 "public/whispernet_client.h",
27 "//third_party/webrtc/common_audio",
31 static_library("audio_modem_test_support") {
33 "test/random_samples.cc",
34 "test/random_samples.h",
37 "test/stub_whispernet_client.cc",
38 "test/stub_whispernet_client.h",