| 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 5f98d76c2e366266ece28903b6a71b646bfa14c5..dab466e35c1224f617de655b51098a56b3343c8a 100644
|
| --- a/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| @@ -7,6 +7,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
| mojom("test_interfaces") {
|
| sources = [
|
| "math_calculator.mojom",
|
| + "rect.mojom",
|
| "sample_factory.mojom",
|
| "sample_import.mojom",
|
| "sample_import2.mojom",
|
|
|