Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: mojo/rust/BUILD.gn

Issue 2213563002: Rust: Add encoder/decoder tests (Closed) Base URL: git@github.com:domokit/mojo.git@decoding
Patch Set: Test with changes Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/rust/tests/util/mojom_validation.rs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « mojo/public/rust/tests/util/mojom_validation.rs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698