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

Unified Diff: device/BUILD.gn

Issue 2821263005: Add U2F request state machines (Closed)
Patch Set: Call Start before adding devices Created 3 years, 8 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 eba54e219c1c4a165fc80254f89ff978769f8cc2..15bf249a8421a726d534bc785dae9ffc7cbf4652 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -74,8 +74,6 @@ 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",
]
deps = [
@@ -134,13 +132,20 @@ test("device_unittests") {
"hid/test_report_descriptors.cc",
"hid/test_report_descriptors.h",
"serial/serial_io_handler_posix_unittest.cc",
+ "u2f/u2f_apdu_unittest.cc",
"u2f/u2f_hid_device_unittest.cc",
+ "u2f/u2f_message_unittest.cc",
+ "u2f/u2f_register_unittest.cc",
+ "u2f/u2f_request_unittest.cc",
+ "u2f/u2f_sign_unittest.cc",
]
deps += [
"//device/hid",
"//device/hid:mocks",
"//device/serial",
"//device/serial:test_support",
+ "//device/u2f",
+ "//device/u2f:mocks",
]
}
@@ -170,7 +175,6 @@ test("device_unittests") {
deps += [
"//device/base",
"//device/base:mocks",
- "//device/u2f",
"//device/usb",
"//device/usb:test_support",
"//device/usb/mojo",
« 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