| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index e9c95c4623b28f3ea12b1c84ad81b882828c1f71..d855bad35c1afdf52229ed7b8e7f032738a97118 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -232,6 +232,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",
|
| @@ -299,3 +300,9 @@ source_set("feature_h264_with_openh264_ffmpeg") {
|
| "feature_h264_with_openh264_ffmpeg.h",
|
| ]
|
| }
|
| +
|
| +mojom("interfaces") {
|
| + sources = [
|
| + "window_container_type.mojom",
|
| + ]
|
| +}
|
|
|