Chromium Code Reviews| Index: device/hid/hid.gyp |
| diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp |
| index 27ced277f284f6176da7aa66f70c79cec7671f82..061b286ede51dbe477abed1a9d65d4e2e20a21fe 100644 |
| --- a/device/hid/hid.gyp |
| +++ b/device/hid/hid.gyp |
| @@ -19,6 +19,8 @@ |
| 'sources': [ |
| 'device_monitor_linux.cc', |
| 'device_monitor_linux.h', |
| + 'fake_input_service_linux.cc', |
|
Nikita (slow)
2015/02/13 12:31:45
You'll need to update device/hid/BUILD.gn as well.
merkulova
2015/02/13 12:58:06
Already done.
|
| + 'fake_input_service_linux.h', |
| 'hid_collection_info.cc', |
| 'hid_collection_info.h', |
| 'hid_connection.cc', |
| @@ -64,6 +66,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', |
| ], |