Chromium Code Reviews| Index: media/mojo/BUILD.gn |
| diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn |
| index ea9f7f1d6502d99f325ba64db1f0545166a599ad..2a35d7891880084c2f064fa2cf44d206155265b5 100644 |
| --- a/media/mojo/BUILD.gn |
| +++ b/media/mojo/BUILD.gn |
| @@ -37,6 +37,13 @@ source_set("unit_tests") { |
| "//testing/gtest", |
| "//ui/gfx:test_support", |
| ] |
| + |
| + if (is_android) { |
| + deps += [ |
| + "//gpu/ipc/common:common", |
| + "//ui/gl:gl", |
| + ] |
| + } |
| } |
| test("media_mojo_unittests") { |