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 import("//third_party/protobuf/proto_library.gni")
7 source_set("pairing") {
9 "bluetooth_controller_pairing_controller.cc",
10 "bluetooth_controller_pairing_controller.h",
11 "bluetooth_host_pairing_controller.cc",
12 "bluetooth_host_pairing_controller.h",
13 "bluetooth_pairing_constants.cc",
14 "bluetooth_pairing_constants.h",
15 "controller_pairing_controller.cc",
16 "controller_pairing_controller.h",
17 "fake_controller_pairing_controller.cc",
18 "fake_controller_pairing_controller.h",
19 "fake_host_pairing_controller.cc",
20 "fake_host_pairing_controller.h",
21 "host_pairing_controller.cc",
22 "host_pairing_controller.h",
27 "shark_connection_listener.cc",
28 "shark_connection_listener.h",
39 source_set("unit_tests") {
42 "message_buffer_unittest.cc",
51 proto_library("proto") {