| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 55029d9d275fa28f6c654f29c71ba6d196c199a2..795d296625c419fc11d29c74f328d86c4846409d 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -397,6 +397,7 @@
|
| 'proximity_auth_unittest_sources': [
|
| 'proximity_auth/bluetooth_connection_finder_unittest.cc',
|
| 'proximity_auth/bluetooth_connection_unittest.cc',
|
| + 'proximity_auth/bluetooth_throttler_impl_unittest.cc',
|
| 'proximity_auth/client_unittest.cc',
|
| 'proximity_auth/connection_unittest.cc',
|
| 'proximity_auth/cryptauth/base64url_unittest.cc',
|
| @@ -407,6 +408,7 @@
|
| 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc',
|
| 'proximity_auth/proximity_auth_system_unittest.cc',
|
| 'proximity_auth/remote_status_update_unittest.cc',
|
| + 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc',
|
| 'proximity_auth/wire_message_unittest.cc',
|
| ],
|
| 'query_parser_unittest_sources': [
|
|
|