| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index 1ad84d13e1becdaae7e6e5e6f3eb9a7fa77bbd9b..ac3f048230eb39b35ff10d27e7266eae8bea3286 100644
|
| --- a/components/proximity_auth/BUILD.gn
|
| +++ b/components/proximity_auth/BUILD.gn
|
| @@ -10,6 +10,8 @@ source_set("proximity_auth") {
|
| "bluetooth_connection.h",
|
| "bluetooth_connection_finder.cc",
|
| "bluetooth_connection_finder.h",
|
| + "bluetooth_throttler.cc",
|
| + "bluetooth_throttler.h",
|
| "bluetooth_util.cc",
|
| "bluetooth_util_chromeos.cc",
|
| "bluetooth_util.h",
|
| @@ -43,6 +45,7 @@ source_set("unit_tests") {
|
| "base64url_unittest.cc",
|
| "bluetooth_connection_unittest.cc",
|
| "bluetooth_connection_finder_unittest.cc",
|
| + "bluetooth_throttler_unittest.cc",
|
| "client_unittest.cc",
|
| "connection_unittest.cc",
|
| "proximity_auth_system_unittest.cc",
|
|
|