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

Side by Side Diff: components/audio_modem/BUILD.gn

Issue 865483005: Creating the audio_modem component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging again Created 5 years, 10 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 | « components/audio_modem.gypi ('k') | components/audio_modem/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 static_library("audio_modem") {
6 sources = [
7 "audio_player.h",
8 "audio_player_impl.cc",
9 "audio_player_impl.h",
10 "audio_recorder.h",
11 "audio_recorder_impl.cc",
12 "audio_recorder_impl.h",
13 "constants.cc",
14 "modem_impl.cc",
15 "modem_impl.h",
16 "public/modem.h",
17 "public/audio_modem_types.h",
18 "public/whispernet_client.h",
19 "audio_modem_switches.cc",
20 "audio_modem_switches.h",
21 ]
22
23 deps = [
24 "//base",
25 "//content",
26 "//media",
27 "//third_party/webrtc/common_audio",
28 ]
29 }
OLDNEW
« no previous file with comments | « components/audio_modem.gypi ('k') | components/audio_modem/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698