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

Unified Diff: device/hid/hid.gyp

Issue 913773002: Created fakes for HID-detection screen testing. Initial browsertest added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FakeInputServiceLinux used instead of FakeInputServiceProxy. Created 5 years, 10 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 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',
],

Powered by Google App Engine
This is Rietveld 408576698