| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index 6eb1c9a735432b00813e77c845ce88bae3bffc13..2f31e4595e67e1d7ddd8b681fdb20f6ff7e17dd7 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -229,6 +229,7 @@ source_set("common_sources") {
|
| public_configs = [ "//v8:external_startup_data" ]
|
|
|
| public_deps = [
|
| + ":interfaces",
|
| "//content/common",
|
| "//mojo/public/cpp/bindings",
|
| "//services/shell/public/cpp",
|
| @@ -297,3 +298,9 @@ source_set("feature_h264_with_openh264_ffmpeg") {
|
| "feature_h264_with_openh264_ffmpeg.h",
|
| ]
|
| }
|
| +
|
| +mojom("interfaces") {
|
| + sources = [
|
| + "routed_interface.mojom",
|
| + ]
|
| +}
|
|
|