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

Unified Diff: device/BUILD.gn

Issue 2721223002: Add support for U2fHidDevice interaction (Closed)
Patch Set: Use MockHidConnection to fail writes in unittest Created 3 years, 9 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 | « no previous file | device/u2f/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 04415d9d57b6482f67e71067ee11412e08cb3e27..480287688b8756297d8bb2a3e7d6dea5381c5a38 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -72,6 +72,8 @@ test("device_unittests") {
"sensors/sensor_manager_android_unittest.cc",
"sensors/sensor_manager_chromeos_unittest.cc",
"test/run_all_unittests.cc",
+ "u2f/u2f_apdu_unittest.cc",
+ "u2f/u2f_message_unittest.cc",
"wake_lock/wake_lock_service_context_unittest.cc",
]
@@ -130,9 +132,11 @@ test("device_unittests") {
"hid/test_report_descriptors.cc",
"hid/test_report_descriptors.h",
"serial/serial_io_handler_posix_unittest.cc",
+ "u2f/u2f_hid_device_unittest.cc",
]
deps += [
"//device/hid",
+ "//device/hid:mocks",
"//device/serial",
"//device/serial:test_support",
]
@@ -149,8 +153,6 @@ test("device_unittests") {
"test/test_device_client.cc",
"test/test_device_client.h",
"test/usb_test_gadget_impl.cc",
- "u2f/u2f_apdu_unittest.cc",
- "u2f/u2f_message_unittest.cc",
"usb/mojo/device_impl_unittest.cc",
"usb/mojo/device_manager_impl_unittest.cc",
"usb/mojo/mock_permission_provider.cc",
« no previous file with comments | « no previous file | device/u2f/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698