Chromium Code Reviews| Index: device/device_tests.gyp |
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp |
| index 9112d40940739925080dee5e2d45717aebd30335..c78f4eb7a01fbe119cf157d4058a75cbd9d2da72 100644 |
| --- a/device/device_tests.gyp |
| +++ b/device/device_tests.gyp |
| @@ -175,6 +175,12 @@ |
| 'battery/battery_status_manager_linux_unittest.cc', |
| ], |
| }], |
| + ['OS=="win"', { |
| + 'sources': [ |
| + 'bluetooth/bluetooth_low_energy_win_fake.h', |
| + 'bluetooth/bluetooth_low_energy_win_fake.cc', |
| + ], |
| + }], |
| ], |
| }, |
| ], |