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

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

Issue 2903623002: Moving input related classes to the input folder. (Closed)
Patch Set: Working the build files to pull in the correct imports as needed. 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..5bc96d814aebb7b6ef92f3f59848920e806bde5d 100644
--- a/remoting/client/display/BUILD.gn
+++ b/remoting/client/display/BUILD.gn
@@ -32,6 +32,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