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

Unified Diff: mojo/BUILD.gn

Issue 2234063002: Move the C bindings tests to the new location. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_mojo_bindings
Patch Set: 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 | « no previous file | mojo/public/c/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 0b1f9cc39d6c467fa5e4d15e1b18a4de4518b23e..02e1c75171d5822720072c058103cda57dc3316e 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -125,7 +125,7 @@ group("public_tests") {
test("mojo_public_c_bindings_unittests") {
deps = [
"//mojo/edk/test:run_all_unittests",
- "//mojo/public/c/bindings/tests",
+ "//mojo/public/c:bindings_unittests",
]
}
« no previous file with comments | « no previous file | mojo/public/c/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698