Chromium Code Reviews| Index: device/bluetooth/bluetooth.gyp |
| diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp |
| index 21bb6eb1218c33f31d1b438bb39dab5c8a0fea9f..983bcfd1df0e651755b0b92e5f0076c1903d1e3b 100644 |
| --- a/device/bluetooth/bluetooth.gyp |
| +++ b/device/bluetooth/bluetooth.gyp |
| @@ -231,6 +231,14 @@ |
| 'test/mock_bluetooth_socket.cc', |
| 'test/mock_bluetooth_socket.h', |
| ], |
| + 'conditions': [ |
| + ['OS=="mac"', { |
|
armansito
2015/06/09 19:32:58
Is this check needed?
krstnmnlsn
2015/06/09 23:09:00
Nope, apparently not :)
|
| + 'sources': [ |
| + 'test/mock_bluetooth_central_manager_mac.mm', |
| + 'test/mock_bluetooth_central_manager_mac.h', |
| + ], |
| + }], |
| + ], |
| }, |
| ], |
| 'conditions': [ |