| Index: remoting/client/ui/BUILD.gn
|
| diff --git a/remoting/client/ui/BUILD.gn b/remoting/client/ui/BUILD.gn
|
| index ce2633ec9058b7553120c6952e9f2c140f2a2f92..78e63d14b4cef5a04ce8bf71f4ba0a7593840996 100644
|
| --- a/remoting/client/ui/BUILD.gn
|
| +++ b/remoting/client/ui/BUILD.gn
|
| @@ -15,10 +15,16 @@ source_set("ui") {
|
| "gesture_interpreter.cc",
|
| "gesture_interpreter.h",
|
| "input_strategy.h",
|
| + "renderer_proxy.cc",
|
| + "renderer_proxy.h",
|
| "view_matrix.cc",
|
| "view_matrix.h",
|
| ]
|
|
|
| + deps = [
|
| + "//remoting/client/display",
|
| + ]
|
| +
|
| public_deps = [
|
| "//remoting/proto",
|
| "//third_party/webrtc/base:rtc_base_approved",
|
|
|