ExtensionInstallDialogView: fix scrolling behavior on Views (Win,Linux)
[chromium-blink-merge.git] / components / audio_modem / BUILD.gn
blob5356e616f1f30ea84ca306c82b8193d7443e608a
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") {
6   sources = [
7     "audio_modem_switches.cc",
8     "audio_modem_switches.h",
9     "audio_player.h",
10     "audio_player_impl.cc",
11     "audio_player_impl.h",
12     "audio_recorder.h",
13     "audio_recorder_impl.cc",
14     "audio_recorder_impl.h",
15     "constants.cc",
16     "modem_impl.cc",
17     "modem_impl.h",
18     "public/audio_modem_types.h",
19     "public/modem.h",
20     "public/whispernet_client.h",
21   ]
23   deps = [
24     "//base",
25     "//content",
26     "//media",
27     "//third_party/webrtc/common_audio",
28   ]
31 static_library("audio_modem_test_support") {
32   sources = [
33     "test/random_samples.cc",
34     "test/random_samples.h",
35     "test/stub_modem.cc",
36     "test/stub_modem.h",
37     "test/stub_whispernet_client.cc",
38     "test/stub_whispernet_client.h",
39   ]
41   deps = [
42     "//base",
43     "//media",
44   ]