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

Unified Diff: device/u2f/BUILD.gn

Issue 2655853006: Define FIDO U2f Device abstraction (Closed)
Patch Set: Define FIDO U2f Device abstraction Created 3 years, 11 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/u2f/BUILD.gn
diff --git a/device/u2f/BUILD.gn b/device/u2f/BUILD.gn
index faa8dae7b81935e3bf4d2a92597e787838ed30f2..a3f4e3e48a95d40da3303c6d48dc373b724c6998 100644
--- a/device/u2f/BUILD.gn
+++ b/device/u2f/BUILD.gn
@@ -11,10 +11,14 @@ source_set("u2f") {
"u2f_apdu_command.h",
"u2f_apdu_response.cc",
"u2f_apdu_response.h",
+ "u2f_device.cc",
+ "u2f_device.h",
"u2f_message.cc",
"u2f_message.h",
"u2f_packet.cc",
"u2f_packet.h",
+ "u2f_responses.cc",
+ "u2f_responses.h",
]
deps = [
« no previous file with comments | « device/BUILD.gn ('k') | device/u2f/u2f_device.h » ('j') | device/u2f/u2f_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698