| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index dc04ca39ab0211c863193c8f2c95d986fec4177c..bf7ee55c3cc90e7c215961ad96c1f14f44c7e4e3 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -233,7 +233,6 @@ static_library("content_shell_lib") {
|
| "//gpu",
|
| "//ipc",
|
| "//media",
|
| - "//media/mojo/services:application_factory",
|
| "//net",
|
| "//net:net_resources",
|
| "//skia",
|
| @@ -266,7 +265,7 @@ static_library("content_shell_lib") {
|
| ]
|
| }
|
| if (mojo_media_host == "browser") {
|
| - deps += [ "//media/mojo/services:application_factory" ]
|
| + deps += [ "//media/mojo/services" ]
|
| }
|
|
|
| if (is_win) {
|
|
|