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 source_set("copresence") { | 5 source_set("copresence") { |
6 sources = [ | 6 sources = [ |
7 "copresence_manager_impl.cc", | 7 "copresence_manager_impl.cc", |
8 "copresence_state_impl.cc", | 8 "copresence_state_impl.cc", |
9 "copresence_state_impl.h", | 9 "copresence_state_impl.h", |
10 "copresence_switches.cc", | 10 "copresence_switches.cc", |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 "timed_map_unittest.cc", | 74 "timed_map_unittest.cc", |
75 ] | 75 ] |
76 deps = [ | 76 deps = [ |
77 ":test_support", | 77 ":test_support", |
78 "//base", | 78 "//base", |
79 "//base/test:test_support", | 79 "//base/test:test_support", |
80 "//components/audio_modem:test_support", | 80 "//components/audio_modem:test_support", |
81 "//components/copresence/proto", | 81 "//components/copresence/proto", |
82 "//components/gcm_driver:test_support", | 82 "//components/gcm_driver:test_support", |
83 "//net:test_support", | 83 "//net:test_support", |
| 84 "//testing/gmock", |
84 "//testing/gtest", | 85 "//testing/gtest", |
85 "//testing/gmock", | |
86 ] | 86 ] |
87 } | 87 } |
OLD | NEW |