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

Unified Diff: device/hid/hid.gyp

Issue 225513005: chrome.hid : enrich device info with Top-Level collections usages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renaming 'parent_item' 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
Index: device/hid/hid.gyp
diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
index c5c3684515b26790942f902987f8b7c74f4d8ff9..70cd7537cd23f5b88871cfe5f0988cfc2209f1b6 100644
--- a/device/hid/hid.gyp
+++ b/device/hid/hid.gyp
@@ -31,6 +31,8 @@
'hid_connection_win.h',
'hid_device_info.cc',
'hid_device_info.h',
+ 'hid_report_descriptor.cc',
+ 'hid_report_descriptor.h',
'hid_service.cc',
'hid_service.h',
'hid_service_linux.cc',
@@ -39,6 +41,7 @@
'hid_service_mac.h',
'hid_service_win.cc',
'hid_service_win.h',
+ 'hid_usage_and_page.h',
'hid_utils_mac.cc',
'hid_utils_mac.h',
],

Powered by Google App Engine
This is Rietveld 408576698