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

Unified Diff: device/u2f/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 | « device/BUILD.gn ('k') | device/u2f/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/u2f/BUILD.gn
diff --git a/device/u2f/BUILD.gn b/device/u2f/BUILD.gn
index 9c1cb6b7e420d2549c4a253ad885c203eb78c616..91fd6a26afed8b5f43413c876e0420b31af17afb 100644
--- a/device/u2f/BUILD.gn
+++ b/device/u2f/BUILD.gn
@@ -13,6 +13,8 @@ source_set("u2f") {
"u2f_apdu_response.h",
"u2f_device.cc",
"u2f_device.h",
+ "u2f_hid_device.cc",
+ "u2f_hid_device.h",
"u2f_message.cc",
"u2f_message.h",
"u2f_packet.cc",
@@ -21,6 +23,9 @@ source_set("u2f") {
deps = [
"//base",
+ "//crypto",
+ "//device/base",
+ "//device/hid",
"//net",
]
}
« no previous file with comments | « device/BUILD.gn ('k') | device/u2f/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698