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", |
] |