| Index: device/hid/hid.gyp
|
| diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
|
| index 42215d7502e694b4377f29e893e2d2d0d2d5890a..00b9a90cafed806e6061d85486132b364e924b55 100644
|
| --- a/device/hid/hid.gyp
|
| +++ b/device/hid/hid.gyp
|
| @@ -21,6 +21,8 @@
|
| 'sources': [
|
| 'device_monitor_linux.cc',
|
| 'device_monitor_linux.h',
|
| + 'fake_input_service_linux.cc',
|
| + 'fake_input_service_linux.h',
|
| 'hid_collection_info.cc',
|
| 'hid_collection_info.h',
|
| 'hid_connection.cc',
|
| @@ -66,6 +68,8 @@
|
| 'device_monitor_linux.h',
|
| 'hid_service_linux.cc',
|
| 'hid_service_linux.h',
|
| + 'fake_input_service_linux.cc',
|
| + 'fake_input_service_linux.h',
|
| 'input_service_linux.cc',
|
| 'input_service_linux.h',
|
| ],
|
|
|