| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index baf227d27572489ab135ce788e980822f60fa2cb..da68639126b41a4eac975a9f3463b9498cd2c30c 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -647,6 +647,7 @@
|
| 'copresence/rpc/http_post_unittest.cc',
|
| 'copresence/rpc/rpc_handler_unittest.cc',
|
| 'copresence/timed_map_unittest.cc',
|
| + 'proximity_auth/bluetooth_connection_unittest.cc',
|
| 'proximity_auth/connection_unittest.cc',
|
| 'proximity_auth/proximity_auth_system_unittest.cc',
|
| 'proximity_auth/wire_message_unittest.cc',
|
| @@ -658,6 +659,7 @@
|
|
|
| # Dependencies of proxmity_auth
|
| 'components.gyp:proximity_auth',
|
| + '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
| ],
|
| }],
|
| ['chromeos==1', {
|
|
|