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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2335923002: Add WebrtcCaptureScheduler interface. (Closed)
Patch Set: include <algorithm> 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
« no previous file with comments | « remoting/codec/webrtc_video_encoder_vpx.cc ('k') | remoting/protocol/webrtc_dummy_video_encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index 01cbf723918e590028dbe26cb66a45653639e9dc..4c0a3a67f729f3563acd61492360dadfa78318c4 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -212,6 +212,9 @@ static_library("protocol") {
"webrtc_dummy_video_capturer.h",
"webrtc_dummy_video_encoder.cc",
"webrtc_dummy_video_encoder.h",
+ "webrtc_frame_scheduler.h",
+ "webrtc_frame_scheduler_simple.cc",
+ "webrtc_frame_scheduler_simple.h",
"webrtc_transport.cc",
"webrtc_transport.h",
"webrtc_video_renderer_adapter.cc",
« no previous file with comments | « remoting/codec/webrtc_video_encoder_vpx.cc ('k') | remoting/protocol/webrtc_dummy_video_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698