Chromium Code Reviews| Index: components/BUILD.gn |
| diff --git a/components/BUILD.gn b/components/BUILD.gn |
| index 1f19490067cfcf18a9bb0ef29080c1d27cc2f1ec..c789628b76d08871a90b8e0295c36ebeaf7ecd4c 100644 |
| --- a/components/BUILD.gn |
| +++ b/components/BUILD.gn |
| @@ -323,7 +323,10 @@ test("components_unittests") { |
| } |
| if (!is_ios) { |
| - deps += [ "//components/scheduler:unit_tests" ] |
| + deps += [ |
| + "//components/image_decoder:unit_tests", |
| + "//components/scheduler:unit_tests", |
| + ] |
| } |
| } |