Index: components/proximity_auth/BUILD.gn |
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn |
index 1bd15ded02178f2c11c1d1553f9779d025ec5fb6..478b6b7499f60ce46fe3989abff69832f41d4c7d 100644 |
--- a/components/proximity_auth/BUILD.gn |
+++ b/components/proximity_auth/BUILD.gn |
@@ -4,6 +4,8 @@ |
static_library("proximity_auth") { |
sources = [ |
+ "bluetooth_connection.cc", |
+ "bluetooth_connection.h", |
"bluetooth_util.cc", |
"bluetooth_util_chromeos.cc", |
"bluetooth_util.h", |
@@ -26,6 +28,7 @@ static_library("proximity_auth") { |
source_set("unit_tests") { |
testonly = true |
sources = [ |
+ "bluetooth_connection_unittest.cc", |
"connection_unittest.cc", |
"proximity_auth_system_unittest.cc", |
"wire_message_unittest.cc", |
@@ -34,6 +37,7 @@ source_set("unit_tests") { |
deps = [ |
":proximity_auth", |
"//base/test:test_support", |
+ "//device/bluetooth:mocks", |
"//testing/gmock", |
"//testing/gtest", |
] |