Index: mojo/public/interfaces/bindings/tests/BUILD.gn |
diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn |
index ca083badc5e1dd66d862268470f49682e7727d21..72d6ba268dfb5ad136e954becba78ba2b3e159d9 100644 |
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn |
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn |
@@ -102,6 +102,10 @@ mojom("test_associated_interfaces") { |
"test_associated_interfaces.mojom", |
"validation_test_associated_interfaces.mojom", |
] |
+ |
+ public_deps = [ |
+ ":test_interfaces", |
+ ] |
} |
mojom("versioning_test_service_interfaces") { |