| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index fbe711a7834dff20032a00973b20fb9607b3b604..be9766f7ce4d3caca706199ccca54e212ff896d5 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -5,6 +5,7 @@
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| import("//content/common/common.gni")
|
| +import("//media/media_options.gni")
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
| if (is_mac) {
|
| import("//build/config/mac/mac_sdk.gni")
|
| @@ -368,6 +369,10 @@ source_set("common") {
|
| "gpu/media/android_video_encode_accelerator.h",
|
| ]
|
| }
|
| +
|
| + if (enable_mojo_media == "gpu") {
|
| + deps += [ "//media/mojo/services:application" ]
|
| + }
|
| }
|
|
|
| if (is_chromeos) {
|
|
|