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

Unified Diff: content/common/BUILD.gn

Issue 2380793002: Migrate MediaDevices.enumerateDevices to Mojo (Closed)
Patch Set: add missing file Created 4 years, 3 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 373d3430cfdd31ecffce3c8504eed9471579a711..5d6ec9845a88b2acfcee5b4f0ebb89ef5646240d 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",
"render_frame_message_filter.mojom",
"render_message_filter.mojom",

Powered by Google App Engine
This is Rietveld 408576698