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

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: Enrich JavaScript model (no incoming report filter) 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 a62a68f4309fa959ad8fb5e85c7b40e61c74c4cd..bae1d16e77b98a5d08d35a4d66f4d3e192aa0ef7 100644
--- a/device/hid/hid.gyp
+++ b/device/hid/hid.gyp
@@ -23,6 +23,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',

Powered by Google App Engine
This is Rietveld 408576698