| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 078c7e21ba5863fa61e7db28af971c2c92fb21e5..e86fcd44a4af82933f5402db5fa39d8808b303aa 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -244,6 +244,9 @@ static_library("content_shell_lib") {
|
| "//ppapi:blink_test_plugin",
|
| ]
|
| }
|
| + if (enable_mojo_media != "none") {
|
| + deps += [ "//media/mojo/services:default_application" ]
|
| + }
|
|
|
| if (is_win) {
|
| #'LinkIncremental': '<(msvs_large_module_debug_link_mode)', TODO(GYP)
|
|
|