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("//testing/test.gni")
9 "bluetooth_low_energy_characteristics_finder.cc",
10 "bluetooth_low_energy_characteristics_finder.h",
11 "bluetooth_low_energy_connection.cc",
12 "bluetooth_low_energy_connection.h",
13 "bluetooth_low_energy_connection_finder.cc",
14 "bluetooth_low_energy_connection_finder.h",
15 "bluetooth_low_energy_device_whitelist.cc",
16 "bluetooth_low_energy_device_whitelist.h",
17 "fake_wire_message.cc",
18 "fake_wire_message.h",
21 "proximity_auth_ble_system.cc",
22 "proximity_auth_ble_system.h",
28 "//components/proximity_auth",
34 "//components/proximity_auth/cryptauth/proto",
38 source_set("unit_tests") {
41 "bluetooth_low_energy_characteristics_finder_unittest.cc",
42 "bluetooth_low_energy_connection_finder_unittest.cc",
43 "bluetooth_low_energy_connection_unittest.cc",
44 "bluetooth_low_energy_device_whitelist_unittest.cc",
45 "proximity_auth_ble_system_unittest.cc",
48 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
52 "//components/proximity_auth",
53 "//base/test:test_support",
54 "//device/bluetooth:mocks",
60 "//components/proximity_auth/cryptauth/proto",