| Index: remoting/ios/display/BUILD.gn
|
| diff --git a/remoting/ios/display/BUILD.gn b/remoting/ios/display/BUILD.gn
|
| index 643b0339e9c58110c76e936382ff22d3b04f2d32..01dbe75c285bfa080ee929b3e775c124b8626c6c 100644
|
| --- a/remoting/ios/display/BUILD.gn
|
| +++ b/remoting/ios/display/BUILD.gn
|
| @@ -26,7 +26,7 @@ source_set("display") {
|
|
|
| public_deps = [
|
| "//remoting/client",
|
| - "//remoting/client/display",
|
| + "//third_party/protobuf:protobuf_lite",
|
| "//third_party/webrtc/base:rtc_base_approved",
|
| ]
|
|
|
| @@ -34,6 +34,8 @@ source_set("display") {
|
| "//base",
|
| ]
|
|
|
| + include_dirs = [ "//third_party/protobuf/src" ]
|
| +
|
| libs = [
|
| "CoreGraphics.framework",
|
| "GLKit.framework",
|
|
|