| Index: device/hid/hid.gyp
|
| diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
|
| index c5c3684515b26790942f902987f8b7c74f4d8ff9..8ca9d88b08593076b67177ebad8e8ab93cb184b3 100644
|
| --- a/device/hid/hid.gyp
|
| +++ b/device/hid/hid.gyp
|
| @@ -31,6 +31,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',
|
| @@ -39,6 +43,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',
|
| ],
|
|
|