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

Unified Diff: device/hid/hid.gyp

Issue 317783010: chrome.hid: enrich model with report IDs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Filter reports + refactor HID connections (ongoing) Created 6 years, 6 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
Index: device/hid/hid.gyp
diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
index c12845a0fa475d2804e1efff1183d3150ce4508c..2db80fd0592f32ea100d36452a112efe3e3de43c 100644
--- a/device/hid/hid.gyp
+++ b/device/hid/hid.gyp
@@ -16,6 +16,8 @@
'sources': [
'device_monitor_linux.cc',
'device_monitor_linux.h',
+ 'hid_collection_info.cc',
+ 'hid_collection_info.h',
'hid_connection.cc',
'hid_connection.h',
'hid_connection_linux.cc',
@@ -40,8 +42,6 @@
'hid_service_win.h',
'hid_usage_and_page.cc',
'hid_usage_and_page.h',
- 'hid_utils_mac.cc',
- 'hid_utils_mac.h',
'input_service_linux.cc',
'input_service_linux.h',
],

Powered by Google App Engine
This is Rietveld 408576698