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

Unified Diff: device/BUILD.gn

Issue 2502103002: Add FIDO U2F message and packet classes (Closed)
Patch Set: Add //net dependency to fuzzer in BUILD.gn Created 4 years 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index cb2f90fd7f1cb8dd690aa4cb8cf1a822f536af4f..d79d55253bfbc67be193530a30a99cd18c2cbe84 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -137,6 +137,7 @@ test("device_unittests") {
"test/test_device_client.cc",
"test/test_device_client.h",
"test/usb_test_gadget_impl.cc",
+ "u2f/u2f_message_unittest.cc",
"usb/mojo/device_impl_unittest.cc",
"usb/mojo/device_manager_impl_unittest.cc",
"usb/mojo/mock_permission_provider.cc",
@@ -151,6 +152,7 @@ test("device_unittests") {
deps += [
"//device/base",
"//device/base:mocks",
+ "//device/u2f",
"//device/usb",
"//device/usb:test_support",
"//device/usb/mojo",
« no previous file with comments | « no previous file | device/u2f/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698