Index: third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn |
diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn |
index 9bf206cfa42d22768361add17edc16d5c79ac068..5cdbda1b1df82a986d826a2b66912c55c49da6b1 100644 |
--- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn |
+++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn |
@@ -23,24 +23,15 @@ mojom("test_interfaces") { |
] |
} |
-mojom("test_interfaces_experimental") { |
- testonly = true |
- sources = [ |
- "test_unions.mojom", |
- ] |
-} |
- |
mojom("versioning_test_service_interfaces") { |
- # FIXME: Dart packaged applications cannot depend on testonly mojoms. |
- # testonly = true |
+ testonly = true |
sources = [ |
"versioning_test_service.mojom", |
] |
} |
mojom("versioning_test_client_interfaces") { |
- # FIXME: Dart packaged applications cannot depend on testonly mojoms. |
- # testonly = true |
+ testonly = true |
sources = [ |
"versioning_test_client.mojom", |
] |