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', |
+ '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', |
], |