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

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: Swap BGRA to RGBA 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
Index: remoting/client/BUILD.gn
diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
index 3a1e8d7a1af20566574b22cff8b7984195371416..748893e503312c6884d5704f20e266afa7537b9b 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -43,18 +43,13 @@ 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/webrtc",
]

Powered by Google App Engine
This is Rietveld 408576698