| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index b3587112be89cf38435218c2fc97a155f706b9ce..a38e306231b740518a7a1e4645c35342400dcf9b 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -655,6 +655,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',
|
| @@ -666,6 +667,7 @@
|
|
|
| # Dependencies of proxmity_auth
|
| 'components.gyp:proximity_auth',
|
| + '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
| ],
|
| }],
|
| ['chromeos==1', {
|
|
|