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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2335923002: Add WebrtcCaptureScheduler interface. (Closed)
Patch Set: Created 4 years, 3 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/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index 78de4e6660f8c1486300cc7369fdeabfc8045b5b..160396371dd9fdbcdb2d596ea1599b7cec37be95 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -200,6 +200,9 @@ static_library("protocol") {
"ice_connection_to_client.h",
"video_frame_pump.cc",
"video_frame_pump.h",
+ "webrtc_capture_scheduler.h",
+ "webrtc_capture_scheduler_simple.cc",
+ "webrtc_capture_scheduler_simple.h",
"webrtc_connection_to_client.cc",
"webrtc_connection_to_client.h",
"webrtc_connection_to_host.cc",

Powered by Google App Engine
This is Rietveld 408576698