Chromium Code Reviews| Index: remoting/client/BUILD.gn |
| diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn |
| index 592747e2a50f6268f2a476010953de3f459039ee..3995c53c4e5310803e0141f7d343e3b67c7e75e6 100644 |
| --- a/remoting/client/BUILD.gn |
| +++ b/remoting/client/BUILD.gn |
| @@ -51,6 +51,8 @@ static_library("client") { |
| "normalizing_input_filter_win.h", |
| "queued_task_poster.cc", |
| "queued_task_poster.h", |
| + "renderer_facade_proxy.cc", |
|
nicholss
2017/05/15 15:49:40
Please also add renderer_facade.h
|
| + "renderer_facade_proxy.h", |
| "server_log_entry_client.cc", |
| "server_log_entry_client.h", |
| "software_video_renderer.cc", |