Index: media/mojo/BUILD.gn |
diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn |
index 2d0f35051f8b11150d0ed8142d10486187fe1533..bece3de51c04652cf8081c718866ea25c8d51186 100644 |
--- a/media/mojo/BUILD.gn |
+++ b/media/mojo/BUILD.gn |
@@ -13,6 +13,7 @@ source_set("unit_tests") { |
"common/mojo_decoder_buffer_converter_unittest.cc", |
"common/mojo_shared_buffer_video_frame_unittest.cc", |
"services/mojo_cdm_allocator_unittest.cc", |
+ "services/strong_binding_set_unittest.cc", |
] |
deps = [ |
@@ -25,6 +26,7 @@ source_set("unit_tests") { |
"//media/mojo/common", |
"//media/mojo/interfaces", |
"//media/mojo/services", |
+ "//services/service_manager/tests:interfaces", |
"//testing/gmock", |
"//testing/gtest", |
"//ui/gfx:test_support", |