OLD | NEW |
(Empty) | |
| 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. |
| 4 |
| 5 source_set("pairing") { |
| 6 sources = [ |
| 7 "pairing/fake_controller_pairing_controller.cc", |
| 8 "pairing/fake_controller_pairing_controller.h", |
| 9 "pairing/fake_host_pairing_controller.cc", |
| 10 "pairing/fake_host_pairing_controller.h", |
| 11 "pairing/controller_pairing_controller.cc", |
| 12 "pairing/controller_pairing_controller.h", |
| 13 "pairing/host_pairing_controller.cc", |
| 14 "pairing/host_pairing_controller.h", |
| 15 ] |
| 16 |
| 17 deps = [ |
| 18 "//base", |
| 19 "//device/bluetooth", |
| 20 ] |
| 21 } |
OLD | NEW |