 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 98d5aa7a70e37f6a906189e0ce96ca6fe057c51e..9ca384d1b886db75192e53595fbda167242b8f68 100644 | 
| --- a/remoting/client/BUILD.gn | 
| +++ b/remoting/client/BUILD.gn | 
| @@ -66,6 +66,7 @@ static_library("client") { | 
| deps = [ | 
| "//remoting/base", | 
| + "//remoting/client/input", | 
| "//remoting/codec:decoder", | 
| "//remoting/protocol", | 
| "//third_party/libyuv", |