diff options
Diffstat (limited to 'device/device.gyp')
-rw-r--r-- | device/device.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/device/device.gyp b/device/device.gyp index e75cfd5..675b8a0 100644 --- a/device/device.gyp +++ b/device/device.gyp @@ -21,16 +21,22 @@ 'bluetooth/bluetooth_adapter_chromeos.h', 'bluetooth/bluetooth_adapter_factory.cc', 'bluetooth/bluetooth_adapter_factory.h', + 'bluetooth/bluetooth_adapter_win.cc', + 'bluetooth/bluetooth_adapter_win.h', 'bluetooth/bluetooth_device.cc', 'bluetooth/bluetooth_device.h', 'bluetooth/bluetooth_device_chromeos.cc', 'bluetooth/bluetooth_device_chromeos.h', + 'bluetooth/bluetooth_device_win.cc', + 'bluetooth/bluetooth_device_win.h', 'bluetooth/bluetooth_out_of_band_pairing_data.h', 'bluetooth/bluetooth_service_record.cc', 'bluetooth/bluetooth_service_record.h', 'bluetooth/bluetooth_socket.h', 'bluetooth/bluetooth_socket_chromeos.cc', 'bluetooth/bluetooth_socket_chromeos.h', + 'bluetooth/bluetooth_socket_win.cc', + 'bluetooth/bluetooth_socket_win.h', 'bluetooth/bluetooth_utils.cc', 'bluetooth/bluetooth_utils.h', ], |