| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 1d48113278f7a26759bbb63bb2496f847dddb212..3a01d2f5c7375c8bdd78aa4bde03b08b2ca62dca 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -198,10 +198,6 @@ 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 = [
|
| @@ -246,6 +242,7 @@ static_library("content_shell_lib") {
|
| "//gpu",
|
| "//media",
|
| "//media/capture",
|
| + "//media/mojo:features",
|
| "//mojo/edk/js",
|
| "//net",
|
| "//net:net_resources",
|
|
|