 Chromium Code Reviews
 Chromium Code Reviews Issue 2868383003:
  [CRD iOS] Send key events to the session.  (Closed)
    
  
    Issue 2868383003:
  [CRD iOS] Send key events to the session.  (Closed) 
  | Index: remoting/client/BUILD.gn | 
| diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn | 
| index 1173650c4420ccca989fbf0f699786a72f8330d1..20de7c43bbdc426f0788578cbc997ad14b90da31 100644 | 
| --- a/remoting/client/BUILD.gn | 
| +++ b/remoting/client/BUILD.gn | 
| @@ -58,6 +58,7 @@ static_library("client") { | 
| deps = [ | 
| "//remoting/base", | 
| + "//remoting/client/input", | 
| "//remoting/codec:decoder", | 
| "//remoting/protocol", | 
| "//third_party/libyuv", |