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 06d0f9548014c11d8e2da029e06a3ed3f17735ec..5b53fddfad46c8375f418f6f7d90e1e39a7e9af8 100644 |
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn |
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn |
@@ -26,6 +26,7 @@ mojom("test_interfaces") { |
"validation_test_interfaces.mojom", |
] |
public_deps = [ |
+ ":echo_service", |
":test_mojom_import", |
":test_mojom_import2", |
] |
@@ -198,3 +199,12 @@ mojom("test_no_sources") { |
":test_interfaces", |
] |
} |
+ |
+mojom("echo_service") { |
+ testonly = true |
+ sources = [ |
+ "echo_import.mojom", |
+ "echo_service.mojom", |
+ ] |
+ use_new_js_bindings = true |
+} |