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

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: 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 | « chrome/chrome_tests.gypi ('k') | device/hid/fake_input_service_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/BUILD.gn
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn
index b0375731a723e0d2a2ba3d16f52c7b79500e1fea..4a6a1b29f7189644643e36b3bd804301e3f0d8a9 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",
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | device/hid/fake_input_service_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698