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

Unified Diff: remoting/host/security_key/BUILD.gn

Issue 2478443002: Use ChannelMojo for remote security key channels. (Closed)
Patch Set: Created 4 years, 1 month 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: remoting/host/security_key/BUILD.gn
diff --git a/remoting/host/security_key/BUILD.gn b/remoting/host/security_key/BUILD.gn
index 8008b74d2fbb6a4b821fc324e85d193a807f5a4a..b67c51798942b4ce3fedf3eec32348c8c2712a14 100644
--- a/remoting/host/security_key/BUILD.gn
+++ b/remoting/host/security_key/BUILD.gn
@@ -36,6 +36,7 @@ source_set("security_key") {
]
deps = [
+ "//mojo/edk/system",
"//remoting/proto",
"//third_party/webrtc/modules/desktop_capture",
]
@@ -90,14 +91,15 @@ source_set("unit_tests") {
public_deps = [
":test_support",
]
+ deps = [
+ "//mojo/edk/test:test_support",
+ ]
}
static_library("test_support") {
testonly = true
sources = [
- "fake_ipc_security_key_auth_handler.cc",
- "fake_ipc_security_key_auth_handler.h",
"fake_security_key_ipc_client.cc",
"fake_security_key_ipc_client.h",
"fake_security_key_ipc_server.cc",
« no previous file with comments | « remoting/host/chromoting_messages.h ('k') | remoting/host/security_key/fake_ipc_security_key_auth_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698