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

Unified Diff: mojo/go/BUILD.gn

Issue 872793004: go/bindings: adding validation tests input format parser (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | mojo/go/tests/testutil.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/go/BUILD.gn
diff --git a/mojo/go/BUILD.gn b/mojo/go/BUILD.gn
index cede78929753f61912dd6d48f92de1a01a74990d..0b20686bf7399b608a5e08975f45ae49d89c9432 100644
--- a/mojo/go/BUILD.gn
+++ b/mojo/go/BUILD.gn
@@ -29,6 +29,8 @@ if (is_android) {
sources = [
"tests/message_test.go",
"tests/system_test.go",
+ "tests/testutil.go",
+ "tests/testutil_test.go",
]
static_library_sources = [
"c_embedder/c_embedder.cc",
« no previous file with comments | « no previous file | mojo/go/tests/testutil.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698