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

Unified Diff: remoting/proto/BUILD.gn

Issue 2176443002: Add client and host dispatchers for video_stats channel to send video stats from host to client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_channel
Patch Set: . Created 4 years, 5 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/proto/BUILD.gn
diff --git a/remoting/proto/BUILD.gn b/remoting/proto/BUILD.gn
index 268b623949815bee60d5460ed3cb669cbb436847..83c5bca944c89920a89ecc13a5c36e230b28260d 100644
--- a/remoting/proto/BUILD.gn
+++ b/remoting/proto/BUILD.gn
@@ -12,5 +12,6 @@ proto_library("proto") {
"internal.proto",
"mux.proto",
"video.proto",
+ "video_stats.proto",
]
}

Powered by Google App Engine
This is Rietveld 408576698