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

Unified Diff: content/common/BUILD.gn

Issue 2380793002: Migrate MediaDevices.enumerateDevices to Mojo (Closed)
Patch Set: rebase, hta@ comments, fix tests, histograms.xml Created 4 years, 2 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 62b1a8f3793efa9d0c6d17ee2239fbda6a40dedf..f9046af705a7215329ad0529ebc60a715c07895a 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -207,6 +207,8 @@ source_set("common") {
"media/cdm_messages_enums.h",
"media/media_devices.cc",
"media/media_devices.h",
+ "media/media_devices_param_traits.cc",
+ "media/media_devices_param_traits.h",
"media/media_metadata_sanitizer.cc",
"media/media_metadata_sanitizer.h",
"media/media_player_delegate_messages.h",
@@ -560,6 +562,7 @@ mojom("mojo_bindings") {
"frame.mojom",
"image_downloader/image_downloader.mojom",
"leveldb_wrapper.mojom",
+ "media/media_devices.mojom",
"memory_coordinator.mojom",
"native_types.mojom",
"render_frame_message_filter.mojom",

Powered by Google App Engine
This is Rietveld 408576698