| Index: device/device_tests.gyp
 | 
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
 | 
| index e0564b5260c94cccfb2f3612263add4173ac0f07..268b270fb1ef2020c3c7496d8b0f16c0d0e559a3 100644
 | 
| --- a/device/device_tests.gyp
 | 
| +++ b/device/device_tests.gyp
 | 
| @@ -19,6 +19,7 @@
 | 
|          'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
 | 
|          'nfc/nfc.gyp:device_nfc',
 | 
|          'usb/usb.gyp:device_usb',
 | 
| +        'hid/hid.gyp:device_hid',
 | 
|        ],
 | 
|        'sources': [
 | 
|          'bluetooth/bluetooth_adapter_mac_unittest.mm',
 | 
| @@ -33,6 +34,8 @@
 | 
|          'nfc/nfc_chromeos_unittest.cc',
 | 
|          'nfc/nfc_ndef_record_unittest.cc',
 | 
|          'usb/usb_ids_unittest.cc',
 | 
| +        'hid/hid_connection_unittest.cc',
 | 
| +        'hid/hid_service_unittest.cc',
 | 
|        ],
 | 
|        'conditions': [
 | 
|          ['chromeos==1', {
 | 
| 
 |