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

Unified Diff: device/u2f/BUILD.gn

Issue 2721223002: Add support for U2fHidDevice interaction (Closed)
Patch Set: Modify unittest BUILD file 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
Index: device/u2f/BUILD.gn
diff --git a/device/u2f/BUILD.gn b/device/u2f/BUILD.gn
index 9c1cb6b7e420d2549c4a253ad885c203eb78c616..8cd285a9d207f2d436597df8d87c581efe9d9043 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,8 @@ source_set("u2f") {
deps = [
"//base",
+ "//device/base",
+ "//device/hid",
"//net",
]
}
« no previous file with comments | « device/BUILD.gn ('k') | device/u2f/u2f_device.h » ('j') | device/u2f/u2f_device.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698