Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Unified Diff: remoting/ios/display/BUILD.gn

Issue 2903623002: Moving input related classes to the input folder. (Closed)
Patch Set: Hide gesture code from nacl. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
+ include_dirs = [ "//third_party/protobuf/src" ]
+
libs = [
"CoreGraphics.framework",
"GLKit.framework",

Powered by Google App Engine
This is Rietveld 408576698