Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 03c74faed70e8a82c83d6a5ddce07cff934b6fad..1076f0dccb1931579712bbf5d10a472085253487 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -1683,6 +1683,10 @@ test("content_unittests") { |
] |
} |
+ if (enable_mojo_media) { |
+ deps += [ "//media/mojo/services" ] |
+ } |
+ |
# Screen capture unit tests. |
if (is_linux || is_mac || is_win) { |
deps += [ "//third_party/libyuv" ] |