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

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

Issue 2879743002: [CRD iOS] Hook the touch input feedback (Closed)
Patch Set: Fix dependency and race condition 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
« no previous file with comments | « no previous file | remoting/client/ui/direct_input_strategy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ui/BUILD.gn
diff --git a/remoting/client/ui/BUILD.gn b/remoting/client/ui/BUILD.gn
index ce2633ec9058b7553120c6952e9f2c140f2a2f92..78e63d14b4cef5a04ce8bf71f4ba0a7593840996 100644
--- a/remoting/client/ui/BUILD.gn
+++ b/remoting/client/ui/BUILD.gn
@@ -15,10 +15,16 @@ source_set("ui") {
"gesture_interpreter.cc",
"gesture_interpreter.h",
"input_strategy.h",
+ "renderer_proxy.cc",
+ "renderer_proxy.h",
"view_matrix.cc",
"view_matrix.h",
]
+ deps = [
+ "//remoting/client/display",
+ ]
+
public_deps = [
"//remoting/proto",
"//third_party/webrtc/base:rtc_base_approved",
« no previous file with comments | « no previous file | remoting/client/ui/direct_input_strategy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698