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

Unified Diff: content/renderer/BUILD.gn

Issue 2668023002: Spec-compatible algorithm for selecting video source and settings. (Closed)
Patch Set: address hbos' comments Created 3 years, 10 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 | content/renderer/media/media_stream_constraints_util_video_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 687c229aa8662cd4763173509f7033d58f2d8637..3113b5badf3d4302bfc17a7aa6e458f7238d962f 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -582,6 +582,8 @@ target(link_target_type, "renderer") {
"media/media_stream_center.h",
"media/media_stream_constraints_util.cc",
"media/media_stream_constraints_util.h",
+ "media/media_stream_constraints_util_video_source.cc",
+ "media/media_stream_constraints_util_video_source.h",
"media/media_stream_dispatcher.cc",
"media/media_stream_dispatcher.h",
"media/media_stream_dispatcher_eventhandler.h",
« no previous file with comments | « no previous file | content/renderer/media/media_stream_constraints_util_video_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698