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

Unified Diff: device/u2f/BUILD.gn

Issue 2655853006: Define FIDO U2f Device abstraction (Closed)
Patch Set: Fix nits Created 3 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 | « no previous file | device/u2f/u2f_device.h » ('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 faa8dae7b81935e3bf4d2a92597e787838ed30f2..9c1cb6b7e420d2549c4a253ad885c203eb78c616 100644
--- a/device/u2f/BUILD.gn
+++ b/device/u2f/BUILD.gn
@@ -11,6 +11,8 @@ 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",
« no previous file with comments | « no previous file | device/u2f/u2f_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698