| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index 532d2af1e0eedbf35ebe2e916a739d299bfcf3ef..98b7171ec3c2c262f6dd6d6cb7474e0c52446958 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",
|
| @@ -27,6 +29,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",
|
| @@ -35,6 +38,7 @@ source_set("unit_tests") {
|
| deps = [
|
| ":proximity_auth",
|
| "//base/test:test_support",
|
| + "//device/bluetooth:mocks",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|