Chromium Code Reviews| Index: content/gpu/BUILD.gn |
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
| index 5043e8a06f281272f614d960d7e7a0dc0f65ed17..25bd889210c66049c41f9f23c70982394d0299a8 100644 |
| --- a/content/gpu/BUILD.gn |
| +++ b/content/gpu/BUILD.gn |
| @@ -63,6 +63,9 @@ source_set("gpu_sources") { |
| if (mojo_media_host == "gpu") { |
| deps += [ "//media/mojo/services:application_factory" ] |
| + if (is_android) { |
| + deps += [ "//media/base/android" ] |
| + } |
| } |
| if (is_win) { |