Chromium Code Reviews| 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 component("pairing") { | |
|
jochen (gone - plz use gerrit)
2014/07/21 11:25:42
should be source_set
Zachary Kuznia
2014/07/21 17:27:38
Done.
| |
| 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 |