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

Unified Diff: device/u2f/BUILD.gn

Issue 2838573002: Revert of Add U2F request state machines (Closed)
Patch Set: Created 3 years, 8 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/mock_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 0fcfe4b126856721056d1e5c68316e82183c1894..91fd6a26afed8b5f43413c876e0420b31af17afb 100644
--- a/device/u2f/BUILD.gn
+++ b/device/u2f/BUILD.gn
@@ -19,13 +19,6 @@
"u2f_message.h",
"u2f_packet.cc",
"u2f_packet.h",
- "u2f_register.cc",
- "u2f_register.h",
- "u2f_request.cc",
- "u2f_request.h",
- "u2f_return_code.h",
- "u2f_sign.cc",
- "u2f_sign.h",
]
deps = [
@@ -34,21 +27,6 @@
"//device/base",
"//device/hid",
"//net",
- ]
-}
-
-source_set("mocks") {
- testonly = true
-
- sources = [
- "mock_u2f_device.cc",
- "mock_u2f_device.h",
- ]
-
- deps = [
- ":u2f",
- "//base",
- "//testing/gmock",
]
}
« no previous file with comments | « device/BUILD.gn ('k') | device/u2f/mock_u2f_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698