| Index: remoting/host/security_key/BUILD.gn
|
| diff --git a/remoting/host/security_key/BUILD.gn b/remoting/host/security_key/BUILD.gn
|
| index ff462ab14c319b98afc89c6cf50abd5b5f0a027f..422dd84e87a77928feb1a622898035f2a2f01f76 100644
|
| --- a/remoting/host/security_key/BUILD.gn
|
| +++ b/remoting/host/security_key/BUILD.gn
|
| @@ -36,6 +36,7 @@ source_set("security_key") {
|
| ]
|
|
|
| deps = [
|
| + "//ipc",
|
| "//mojo/edk/system",
|
| "//remoting/proto",
|
| "//third_party/webrtc/modules/desktop_capture",
|
| @@ -112,6 +113,7 @@ static_library("test_support") {
|
| ]
|
|
|
| deps = [
|
| + "//ipc",
|
| "//remoting/proto",
|
| "//testing/gtest",
|
| ]
|
|
|