| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index 42e486ee9c642dd46a75c965fc9ea0873e6ee4b8..ae6a1ba3cd7a33245762d793f50a97a823461fb8 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -234,6 +234,7 @@ source_set("common_sources") {
|
|
|
| public_deps = [
|
| "//content/common",
|
| + "//content/public/common:interfaces",
|
| "//mojo/public/cpp/bindings",
|
| "//services/shell/public/cpp",
|
| "//services/shell/public/interfaces",
|
| @@ -301,3 +302,9 @@ source_set("feature_h264_with_openh264_ffmpeg") {
|
| "feature_h264_with_openh264_ffmpeg.h",
|
| ]
|
| }
|
| +
|
| +mojom("interfaces") {
|
| + sources = [
|
| + "window_container_type.mojom",
|
| + ]
|
| +}
|
|
|