| 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",
|
|
|