Chromium Code Reviews| Index: media/BUILD.gn |
| diff --git a/media/BUILD.gn b/media/BUILD.gn |
| index 32006e4afc9b5b419c66978ecf50c373f9850bee..cc753cd96f649fe6bb6672a599d9879406cf8841 100644 |
| --- a/media/BUILD.gn |
| +++ b/media/BUILD.gn |
| @@ -715,6 +715,7 @@ test("media_unittests") { |
| ":unit_tests", |
| "//media/audio:unit_tests", |
| "//media/base:unit_tests", |
| + "//media/gpu:android_video_decode_accelerator_unittests", |
|
watk
2016/11/04 23:12:31
Whether I put this here or inside "if (is_android)
xhwang
2016/11/04 23:14:20
yes, put it in is_android seems more logical.
|
| "//media/mojo:unit_tests", |
| "//media/test:pipeline_integration_tests", |
| "//media/test:run_all_unittests", |