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

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: TaskRunner used for InputServiceProxy. 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
« no previous file with comments | « device/hid/fake_input_service_linux.cc ('k') | device/hid/input_service_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « device/hid/fake_input_service_linux.cc ('k') | device/hid/input_service_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698