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

Unified Diff: content/renderer/BUILD.gn

Issue 2735793002: Add algorithm for processing constraints for video content capture. (Closed)
Patch Set: address hta's comments Created 3 years, 9 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: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 393a8b742ab1bafaeb8055a8a4ae85d2fef6a1e7..adde60fbe737b2092a720d7100caffa861e37a6f 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -587,6 +587,8 @@ target(link_target_type, "renderer") {
"media/media_stream_constraints_util.h",
"media/media_stream_constraints_util_sets.cc",
"media/media_stream_constraints_util_sets.h",
+ "media/media_stream_constraints_util_video_content.cc",
+ "media/media_stream_constraints_util_video_content.h",
"media/media_stream_constraints_util_video_device.cc",
"media/media_stream_constraints_util_video_device.h",
"media/media_stream_dispatcher.cc",

Powered by Google App Engine
This is Rietveld 408576698