| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index 6908207f8093d440a266aa8f3ca5d7a171b8456c..4f40cb27d1fd2ed68e46df0982bd2cfbdd4c35bf 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -44,6 +44,8 @@
|
| 'bluetooth/bluetooth_device_unittest.cc',
|
| 'bluetooth/bluetooth_device_win_unittest.cc',
|
| 'bluetooth/bluetooth_discovery_filter_unittest.cc',
|
| + 'bluetooth/bluetooth_local_gatt_characteristic_unittest.cc',
|
| + 'bluetooth/bluetooth_local_gatt_descriptor_unittest.cc',
|
| 'bluetooth/bluetooth_low_energy_win_unittest.cc',
|
| 'bluetooth/bluetooth_remote_gatt_characteristic_unittest.cc',
|
| 'bluetooth/bluetooth_remote_gatt_descriptor_unittest.cc',
|
| @@ -51,6 +53,8 @@
|
| 'bluetooth/bluetooth_service_record_win_unittest.cc',
|
| 'bluetooth/bluetooth_task_manager_win_unittest.cc',
|
| 'bluetooth/bluetooth_uuid_unittest.cc',
|
| + 'bluetooth/test/bluetooth_gatt_server_test.cc',
|
| + 'bluetooth/test/bluetooth_gatt_server_test.h',
|
| 'bluetooth/test/bluetooth_test.cc',
|
| 'bluetooth/test/bluetooth_test.h',
|
| 'bluetooth/test/bluetooth_test_android.cc',
|
| @@ -65,6 +69,8 @@
|
| 'bluetooth/test/mock_bluetooth_central_manager_mac.h',
|
| 'bluetooth/test/test_bluetooth_adapter_observer.cc',
|
| 'bluetooth/test/test_bluetooth_adapter_observer.h',
|
| + 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc',
|
| + 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.h',
|
| 'hid/hid_connection_unittest.cc',
|
| 'hid/hid_device_filter_unittest.cc',
|
| 'hid/hid_report_descriptor_unittest.cc',
|
|
|