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

Unified Diff: device/hid/BUILD.gn

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: Formatting. 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/BUILD.gn
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn
index 6dc7b1790547ea22fc4dd5c18cb2153c0a04b4b2..e49751fb8bcd5ce0e7eb0a02efa05987b9cf3365 100644
--- a/device/hid/BUILD.gn
+++ b/device/hid/BUILD.gn
@@ -6,6 +6,8 @@ source_set("hid") {
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",

Powered by Google App Engine
This is Rietveld 408576698