Index: remoting/ios/display/BUILD.gn |
diff --git a/remoting/ios/display/BUILD.gn b/remoting/ios/display/BUILD.gn |
index 643b0339e9c58110c76e936382ff22d3b04f2d32..a1e2a3baa5353d8ec342b1c11ac97b43486aecf0 100644 |
--- a/remoting/ios/display/BUILD.gn |
+++ b/remoting/ios/display/BUILD.gn |
@@ -26,14 +26,17 @@ source_set("display") { |
public_deps = [ |
"//remoting/client", |
- "//remoting/client/display", |
+ "//third_party/protobuf:protobuf_lite", |
"//third_party/webrtc/base:rtc_base_approved", |
] |
deps = [ |
"//base", |
+ "//remoting/client/display", |
Yuwei
2017/05/23 22:56:35
Why is this needed? Is this having a deps on itsel
nicholss
2017/05/23 23:23:17
This is remoting/ios/display/BUILD.gn
the iOS dis
|
] |
+ include_dirs = [ "//third_party/protobuf/src" ] |
+ |
libs = [ |
"CoreGraphics.framework", |
"GLKit.framework", |