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

Unified Diff: remoting/client/BUILD.gn

Issue 2148743005: [Remoting Android] Cursor & Cursor Feedback for OpenGL Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback Created 4 years, 5 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
« no previous file with comments | « remoting/android/java/src/org/chromium/chromoting/GlDesktopView.java ('k') | remoting/client/gl_canvas.h » ('j') | no next file with comments »
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 3a1e8d7a1af20566574b22cff8b7984195371416..07123930f48619a6baf62a6fe1f68c68b7947a28 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -43,18 +43,14 @@ static_library("client") {
if (is_android || is_ios) {
source_set("opengl_renderer") {
- sources = [
- "gl_canvas.cc",
- "gl_canvas.h",
- "gl_desktop.cc",
- "gl_desktop.h",
- "gl_helpers.cc",
- "gl_helpers.h",
- "gl_render_layer.cc",
- "gl_render_layer.h",
- ]
+ sources =
+ rebase_path(remoting_srcs_gypi_values.remoting_opengl_renderer_sources,
+ ".",
+ "//remoting")
deps = [
+ "//remoting/proto",
+ "//third_party/libyuv",
"//third_party/webrtc",
]
« no previous file with comments | « remoting/android/java/src/org/chromium/chromoting/GlDesktopView.java ('k') | remoting/client/gl_canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698