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_manager_impl.cc",
8 "copresence_state_impl.cc",
9 "copresence_state_impl.h",
10 "copresence_switches.cc",
11 "copresence_switches.h",
12 "handlers/audio/audio_directive_handler.h",
13 "handlers/audio/audio_directive_handler_impl.cc",
14 "handlers/audio/audio_directive_handler_impl.h",
15 "handlers/audio/audio_directive_list.cc",
16 "handlers/audio/audio_directive_list.h",
17 "handlers/audio/tick_clock_ref_counted.cc",
18 "handlers/audio/tick_clock_ref_counted.h",
19 "handlers/directive_handler.h",
20 "handlers/directive_handler_impl.cc",
21 "handlers/directive_handler_impl.h",
22 "handlers/gcm_handler.h",
23 "handlers/gcm_handler_impl.cc",
24 "handlers/gcm_handler_impl.h",
25 "public/copresence_constants.h",
26 "public/copresence_delegate.h",
27 "public/copresence_manager.h",
28 "public/copresence_observer.h",
29 "public/copresence_state.h",
41 "//components/audio_modem",
42 "//components/copresence/proto",