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

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

Issue 2591363002: Adding drawable to CRD andorid and iOS gl rendering pipeline. (Closed)
Patch Set: Cleanup and adding interfaces based on review feedback.: Created 3 years, 11 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 | « no previous file | remoting/client/display/canvas.h » ('j') | remoting/client/display/gl_canvas.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/display/BUILD.gn
diff --git a/remoting/client/display/BUILD.gn b/remoting/client/display/BUILD.gn
index 102850bd1f3c8ef3d29feabe12125d53ff0784af..222ee21fccd1e15a3ccd7c050015753065fa54c8 100644
--- a/remoting/client/display/BUILD.gn
+++ b/remoting/client/display/BUILD.gn
@@ -4,6 +4,8 @@
source_set("display") {
sources = [
+ "canvas.h",
+ "drawable.h",
"gl_canvas.cc",
"gl_canvas.h",
"gl_cursor.cc",
@@ -56,6 +58,8 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "fake_canvas.cc",
+ "fake_canvas.h",
"gl_renderer_unittest.cc",
]
« no previous file with comments | « no previous file | remoting/client/display/canvas.h » ('j') | remoting/client/display/gl_canvas.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698