1 # Copyright 2014 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("copresence") {
7 "copresence_constants.cc",
8 "copresence_manager.cc",
9 "copresence_manager_impl.cc",
10 "copresence_switches.cc",
11 "copresence_switches.h",
12 "handlers/audio/audio_directive_handler.cc",
13 "handlers/audio/audio_directive_handler.h",
14 "handlers/audio/audio_directive_list.cc",
15 "handlers/audio/audio_directive_list.h",
16 "handlers/directive_handler.cc",
17 "handlers/directive_handler.h",
18 "mediums/audio/audio_player.cc",
19 "mediums/audio/audio_player.h",
20 "mediums/audio/audio_recorder.cc",
21 "mediums/audio/audio_recorder.h",
22 "public/copresence_constants.h",
23 "public/copresence_delegate.h",
24 "public/copresence_manager.h",
25 "public/whispernet_client.h",
35 "//components/copresence/proto",