Chromium Code Reviews| Index: remoting/client/BUILD.gn |
| diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn |
| index b5ff104c1f134e26227fa4fcaed7a847e0e027dc..fd7c86ee709dfa083d78cc5b9fa430598838d8b2 100644 |
| --- a/remoting/client/BUILD.gn |
| +++ b/remoting/client/BUILD.gn |
| @@ -85,6 +85,7 @@ source_set("opengl_renderer") { |
| "gl_cursor_feedback_texture.h", |
| "gl_desktop.cc", |
| "gl_desktop.h", |
| + "gl_drawable.h", |
| "gl_helpers.cc", |
| "gl_helpers.h", |
| "gl_math.cc", |
| @@ -96,11 +97,14 @@ source_set("opengl_renderer") { |
| ] |
| deps = [ |
| - "//remoting/proto", |
|
Yuwei
2016/12/21 23:41:58
Is this because iOS doesn't support some of the pr
nicholss
2016/12/22 16:21:41
Yes iOS needs the lite version of proto to build.
|
| "//third_party/libyuv", |
| "//third_party/webrtc/base:rtc_base", |
| ] |
| + public_deps = [ |
| + "//remoting/proto:proto_lite", |
| + ] |
| + |
| configs += [ "//third_party/khronos:khronos_headers" ] |
| if (is_linux) { |