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

Unified Diff: content/renderer/BUILD.gn

Issue 2728633002: Add utility set classes to support getUserMedia constraint proccessing. (Closed)
Patch Set: fix Windows compile issues + comments/formatting 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_sets.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 f680302265576c8ee40206accb1ab4344ba668a2..2cb098a71252a9b752e92b00c26d1a69cd81384f 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -579,6 +579,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_sets.cc",
+ "media/media_stream_constraints_util_sets.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_sets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698