Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: device/device_tests.gyp

Issue 143883005: HID backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hid-impl-base
Patch Set: Really fix tests for lack of testing hardware; adapt to ancient libudev in the cros distro Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/OWNERS ('k') | device/hid/DEPS » ('j') | device/hid/hid_service_mac.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « device/OWNERS ('k') | device/hid/DEPS » ('j') | device/hid/hid_service_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698