| 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 17f1f1b22897d83761aa64499b19d495b1aab2eb..3c2ef7028417ecfea8069160848c355ba7aa1f85 100644
|
| --- a/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| @@ -248,6 +248,6 @@ mojom("echo") {
|
| testonly = true
|
| sources = [
|
| "echo.mojom",
|
| - "echo_import.mojom",
|
| + "echo_import/echo_import.mojom",
|
| ]
|
| }
|
|
|