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 "fake_wire_message.cc",
16 "fake_wire_message.h",
17 "proximity_auth_ble_system.cc",
18 "proximity_auth_ble_system.h",
24 "//components/proximity_auth",
30 "//components/proximity_auth/cryptauth/proto",
34 source_set("unit_tests") {
37 "bluetooth_low_energy_characteristics_finder_unittest.cc",
38 "bluetooth_low_energy_connection_finder_unittest.cc",
39 "bluetooth_low_energy_connection_unittest.cc",
40 "proximity_auth_ble_system_unittest.cc",
43 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
47 "//components/proximity_auth",
48 "//base/test:test_support",
49 "//device/bluetooth:mocks",
55 "//components/proximity_auth/cryptauth/proto",