OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 static_library("copresence") { | 5 static_library("copresence") { |
6 sources = [ | 6 sources = [ |
7 "copresence_constants.cc", | 7 "copresence_constants.cc", |
8 "copresence_manager_impl.cc", | 8 "copresence_manager_impl.cc", |
9 "copresence_state_impl.cc", | 9 "copresence_state_impl.cc", |
10 "copresence_state_impl.h", | 10 "copresence_state_impl.h", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 "tokens.cc", | 46 "tokens.cc", |
47 "tokens.h", | 47 "tokens.h", |
48 ] | 48 ] |
49 | 49 |
50 deps = [ | 50 deps = [ |
51 "//base", | 51 "//base", |
52 "//components/copresence/proto", | 52 "//components/copresence/proto", |
53 "//content", | 53 "//content", |
54 "//media", | 54 "//media", |
55 "//net", | 55 "//net", |
| 56 "//third_party/webrtc/common_audio", |
56 ] | 57 ] |
57 } | 58 } |
OLD | NEW |