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

Unified Diff: content/common/BUILD.gn

Issue 2380793002: Migrate MediaDevices.enumerateDevices to Mojo (Closed)
Patch Set: rebase 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 5e2697caac698377dc038af199457a5f6dc5ff56..8b246e0370fd2a9c3249f2909b17cd92744b007f 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -203,6 +203,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_player_delegate_messages.h",
"media/media_player_messages_android.h",
"media/media_stream_messages.h",
@@ -553,6 +555,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",
« no previous file with comments | « content/browser/renderer_host/media/media_devices_dispatcher_host_unittest.cc ('k') | content/common/media/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698