| 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 572b58a29a2a4ac6a68f8a2de6106d66cf6989b5..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
|
| @@ -17,7 +17,22 @@ mojom("test_interfaces") {
|
| "sample_interfaces.mojom",
|
| "sample_service.mojom",
|
| "serialization_test_structs.mojom",
|
| + "test_constants.mojom",
|
| "test_structs.mojom",
|
| "validation_test_interfaces.mojom",
|
| ]
|
| }
|
| +
|
| +mojom("versioning_test_service_interfaces") {
|
| + testonly = true
|
| + sources = [
|
| + "versioning_test_service.mojom",
|
| + ]
|
| +}
|
| +
|
| +mojom("versioning_test_client_interfaces") {
|
| + testonly = true
|
| + sources = [
|
| + "versioning_test_client.mojom",
|
| + ]
|
| +}
|
|
|