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

Unified Diff: device/u2f/BUILD.gn

Issue 2763413008: Add U2F device enumeration class (Closed)
Patch Set: Fix issues causing crash 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/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 91fd6a26afed8b5f43413c876e0420b31af17afb..2dba052f3f8bf1566cd58990c1a0e8c2c4ef5c7a 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_enumerate.cc",
+ "u2f_enumerate.h",
"u2f_hid_device.cc",
"u2f_hid_device.h",
"u2f_message.cc",
« no previous file with comments | « device/BUILD.gn ('k') | device/u2f/u2f_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698