Chromium Code Reviews| Index: content/shell/BUILD.gn |
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
| index e18c0b953bdfd90bcf2552a0c6313ab1bf528d85..4847abdf2f99a3d8c1e667d66a8855f414003382 100644 |
| --- a/content/shell/BUILD.gn |
| +++ b/content/shell/BUILD.gn |
| @@ -245,8 +245,8 @@ |
| "//ppapi:blink_test_plugin", |
| ] |
| } |
| - if (enable_mojo_media != "none") { |
| - deps += [ "//media/mojo/services:default_application" ] |
| + if (enable_mojo_media == "browser") { |
| + deps += [ "//media/mojo/services:application" ] |
| } |
| if (is_win) { |