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

Unified Diff: device/hid/hid.gyp

Issue 256673002: HID: Support top-level collection usages in device info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/device_tests.gyp ('k') | device/hid/hid_connection_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/hid.gyp
diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
index c2860753ca9cdf3d7d8dafd2cec9568626e4c686..5925a3180548ee478b0219dd3133db668beb720e 100644
--- a/device/hid/hid.gyp
+++ b/device/hid/hid.gyp
@@ -33,6 +33,10 @@
'hid_connection_win.h',
'hid_device_info.cc',
'hid_device_info.h',
+ 'hid_report_descriptor.cc',
+ 'hid_report_descriptor.h',
+ 'hid_report_descriptor_item.cc',
+ 'hid_report_descriptor_item.h',
'hid_service.cc',
'hid_service.h',
'hid_service_linux.cc',
@@ -41,6 +45,8 @@
'hid_service_mac.h',
'hid_service_win.cc',
'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',
« no previous file with comments | « device/device_tests.gyp ('k') | device/hid/hid_connection_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698