Chromium Code Reviews| Index: mojo/rust/BUILD.gn |
| diff --git a/mojo/rust/BUILD.gn b/mojo/rust/BUILD.gn |
| index 805756e50fc87790fd2ff46e60559a3ede995995..627ddac6ecb21ddcc588d24a83d221e88d3aaded 100644 |
| --- a/mojo/rust/BUILD.gn |
| +++ b/mojo/rust/BUILD.gn |
| @@ -36,6 +36,7 @@ action("rust_mojo_lib") { |
| lib_name = "lib" + target_name + ".rlib" |
| deps = [ |
| "//mojo:system_thunks", |
| + "//mojo/public/interfaces/bindings/tests:validation_parser", |
| "//mojo/rust:rust_embedder", |
| ] |
| script = "//mojo/rust/cargo.py" |