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

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

Issue 2903623002: Moving input related classes to the input folder. (Closed)
Patch Set: Hide gesture code from nacl. Created 3 years, 7 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/display/BUILD.gn
diff --git a/remoting/client/display/BUILD.gn b/remoting/client/display/BUILD.gn
index 168a831ead6078f05be8ed46e7e50dcff5b113b9..fd8fbf0bf47834a95431f1c1ae2519702c396cda 100644
--- a/remoting/client/display/BUILD.gn
+++ b/remoting/client/display/BUILD.gn
@@ -24,6 +24,8 @@ source_set("display") {
"gl_render_layer.h",
"gl_renderer.cc",
"gl_renderer.h",
+ "renderer_proxy.cc",
+ "renderer_proxy.h",
"sys_opengl.h",
]
@@ -32,6 +34,7 @@ source_set("display") {
]
deps = [
"//third_party/libyuv",
+ "//third_party/protobuf:protobuf_lite",
"//third_party/webrtc/base:rtc_base_approved",
]

Powered by Google App Engine
This is Rietveld 408576698