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 source_set("proximity_auth") {
9 "bluetooth_connection.cc",
10 "bluetooth_connection.h",
11 "bluetooth_connection_finder.cc",
12 "bluetooth_connection_finder.h",
14 "bluetooth_util_chromeos.cc",
21 "connection_finder.h",
22 "connection_observer.h",
23 "proximity_auth_system.cc",
24 "proximity_auth_system.h",
26 "remote_status_update.cc",
27 "remote_status_update.h",
40 source_set("unit_tests") {
43 "base64url_unittest.cc",
44 "bluetooth_connection_unittest.cc",
45 "bluetooth_connection_finder_unittest.cc",
47 "connection_unittest.cc",
48 "proximity_auth_system_unittest.cc",
49 "remote_status_update_unittest.cc",
50 "wire_message_unittest.cc",
55 "cryptauth:unit_tests",
56 "//base/test:test_support",
57 "//device/bluetooth:mocks",
63 # Note: This is a convenience target for ease of rapid iteration during
64 # development. It is not executed on any try or build bots.
65 test("proximity_auth_unittests") {
66 sources = [ "run_all_unittests.cc" ]
67 deps = [ ":unit_tests" ]