| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 94ff3cb32bbc41805329559e29d1a3d568bd6eca..8b2092f81763e4af2d9cc16b684969d0753739fe 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -203,6 +203,10 @@ static_library("content_shell_lib") {
|
| "//third_party/WebKit/public:debug_devtools",
|
| ]
|
|
|
| + if (enable_mojo_media) {
|
| + configs += [ "//media/mojo/services:mojo_media_config" ]
|
| + }
|
| +
|
| defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
|
|
|
| public_deps = [
|
|
|