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

Unified Diff: remoting/client/BUILD.gn

Issue 2555803002: Adding the iOS app and integration example with GlRenderer. (Closed)
Patch Set: Adjusting how gl_renderer draws layers and added a demo app for CRD iOS. Created 4 years 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
« no previous file with comments | « no previous file | remoting/client/gl_cursor.h » ('j') | remoting/client/gl_drawable.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
"//third_party/libyuv",
"//third_party/webrtc/base:rtc_base",
]
+ public_deps = [
+ "//remoting/proto:proto_lite",
+ ]
+
configs += [ "//third_party/khronos:khronos_headers" ]
if (is_linux) {
« no previous file with comments | « no previous file | remoting/client/gl_cursor.h » ('j') | remoting/client/gl_drawable.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698