| Index: device/bluetooth/BUILD.gn | 
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn | 
| index 31b54e178a560569398ae3321ecd4471ea5077e1..4c6850987d21662c25f06edf66d181ef239f5b8c 100644 | 
| --- a/device/bluetooth/BUILD.gn | 
| +++ b/device/bluetooth/BUILD.gn | 
| @@ -217,6 +217,8 @@ static_library("mocks") { | 
| "test/mock_bluetooth_adapter.h", | 
| "test/mock_bluetooth_advertisement.cc", | 
| "test/mock_bluetooth_advertisement.h", | 
| +    "test/mock_bluetooth_central_manager_mac.h", | 
| +    "test/mock_bluetooth_central_manager_mac.mm", | 
| "test/mock_bluetooth_device.cc", | 
| "test/mock_bluetooth_device.h", | 
| "test/mock_bluetooth_discovery_session.cc", | 
|  |