Chromium Code Reviews| Index: media/mojo/clients/BUILD.gn |
| diff --git a/media/mojo/clients/BUILD.gn b/media/mojo/clients/BUILD.gn |
| index 505bdedca8885d9e0efb3e41f4325e43e5cd7d00..fa96b34ef4a387d248457b629fc39329ceef9987 100644 |
| --- a/media/mojo/clients/BUILD.gn |
| +++ b/media/mojo/clients/BUILD.gn |
| @@ -66,6 +66,9 @@ source_set("clients") { |
| ] |
| if (is_android) { |
| - deps += [ "//ui/gl:gl" ] |
| + deps += [ |
| + "//gpu/ipc/common:common", |
| + "//ui/gl:gl", |
| + ] |
| } |
| } |