| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 0f7b3c189442d01b61611f5eecbc417d0d33b36d..df332c73720f574d2bfd56ed53fcac9cb0f5bb16 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -201,6 +201,10 @@ static_library("content_shell_lib") {
|
| "//build/config/compiler:no_size_t_to_int_warning",
|
| ]
|
|
|
| + if (enable_mojo_media) {
|
| + configs += [ "//media/mojo/services:mojo_media_config" ]
|
| + }
|
| +
|
| defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
|
|
|
| public_deps = [
|
|
|