| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index bc82bd104b48c9cea598b57e6c13db901b1b7e80..f7c55d00a39a2f221665f1eb42feb8e0c23d53f2 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -44,10 +44,10 @@
|
| 'bluetooth/bluetooth_device_unittest.cc',
|
| 'bluetooth/bluetooth_device_win_unittest.cc',
|
| 'bluetooth/bluetooth_discovery_filter_unittest.cc',
|
| - 'bluetooth/bluetooth_gatt_characteristic_unittest.cc',
|
| - 'bluetooth/bluetooth_gatt_descriptor_unittest.cc',
|
| - 'bluetooth/bluetooth_gatt_service_unittest.cc',
|
| 'bluetooth/bluetooth_low_energy_win_unittest.cc',
|
| + 'bluetooth/bluetooth_remote_gatt_characteristic_unittest.cc',
|
| + 'bluetooth/bluetooth_remote_gatt_descriptor_unittest.cc',
|
| + 'bluetooth/bluetooth_remote_gatt_service_unittest.cc',
|
| 'bluetooth/bluetooth_service_record_win_unittest.cc',
|
| 'bluetooth/bluetooth_task_manager_win_unittest.cc',
|
| 'bluetooth/bluetooth_uuid_unittest.cc',
|
| @@ -109,12 +109,12 @@
|
| '../dbus/dbus.gyp:dbus',
|
| ],
|
| 'sources': [
|
| - 'bluetooth/bluetooth_adapter_profile_bluez_unittest.cc',
|
| - 'bluetooth/bluetooth_advertisement_bluez_unittest.cc',
|
| - 'bluetooth/bluetooth_audio_sink_bluez_unittest.cc',
|
| - 'bluetooth/bluetooth_bluez_unittest.cc',
|
| - 'bluetooth/bluetooth_gatt_bluez_unittest.cc',
|
| - 'bluetooth/bluetooth_socket_bluez_unittest.cc',
|
| + 'bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc',
|
| + 'bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc',
|
| + 'bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc',
|
| + 'bluetooth/bluez/bluetooth_bluez_unittest.cc',
|
| + 'bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc',
|
| + 'bluetooth/bluez/bluetooth_socket_bluez_unittest.cc',
|
| 'bluetooth/test/bluetooth_test_bluez.cc',
|
| 'bluetooth/test/bluetooth_test_bluez.h',
|
| ],
|
|
|