| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index c9d29d44f1755aa0820b297ae063f0c70b255c21..00bd47b4817c505344e0c3539a54e681a6fa5584 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -17,6 +17,7 @@
|
| '../testing/gtest.gyp:gtest',
|
| 'bluetooth/bluetooth.gyp:device_bluetooth',
|
| 'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
| + 'nfc/nfc.gyp:device_nfc',
|
| 'usb/usb.gyp:device_usb',
|
| ],
|
| 'sources': [
|
| @@ -29,6 +30,7 @@
|
| 'bluetooth/bluetooth_service_record_win_unittest.cc',
|
| 'bluetooth/bluetooth_task_manager_win_unittest.cc',
|
| 'bluetooth/bluetooth_utils_unittest.cc',
|
| + 'nfc/nfc_ndef_record_unittest.cc',
|
| 'usb/usb_ids_unittest.cc',
|
| ],
|
| 'conditions': [
|
|
|