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

Unified Diff: content/renderer/BUILD.gn

Issue 2735793002: Add algorithm for processing constraints for video content capture. (Closed)
Patch Set: fix android/win_clang compilation issue 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
« no previous file with comments | « no previous file | content/renderer/media/media_stream_constraints_util_video_content.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 2cb098a71252a9b752e92b00c26d1a69cd81384f..b837ffb5bb0ba45940eb6eb34df6d9a4ae7154b7 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -581,6 +581,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",
« no previous file with comments | « no previous file | content/renderer/media/media_stream_constraints_util_video_content.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698