| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index e2965e8c19dadd8f58a95306d4d18d3c265ef1a6..ecd47e9821371002d5f332b12e05e7a76946732c 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -23,6 +23,8 @@
|
| 'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
| 'core/core.gyp:device_core',
|
| 'core/core.gyp:device_core_mocks',
|
| + 'gamepad/gamepad.gyp:device_gamepad',
|
| + 'gamepad/gamepad.gyp:device_gamepad_test_helpers',
|
| 'nfc/nfc.gyp:device_nfc',
|
| 'usb/usb.gyp:device_usb',
|
| 'usb/usb.gyp:device_usb_mocks',
|
| @@ -75,6 +77,7 @@
|
| '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',
|
| + 'gamepad/gamepad_provider_unittest.cc',
|
| 'hid/hid_connection_unittest.cc',
|
| 'hid/hid_device_filter_unittest.cc',
|
| 'hid/hid_report_descriptor_unittest.cc',
|
|
|