Index: mojo/public/c/system/tests/BUILD.gn |
diff --git a/mojo/public/c/system/tests/BUILD.gn b/mojo/public/c/system/tests/BUILD.gn |
index 5e4a8221e591fc1ffd85e20c3c483085a0d9e6b3..cd38a25faab618badb4db18c9871533428fa4b5f 100644 |
--- a/mojo/public/c/system/tests/BUILD.gn |
+++ b/mojo/public/c/system/tests/BUILD.gn |
@@ -7,9 +7,6 @@ import("../../../mojo_sdk.gni") |
mojo_sdk_source_set("tests") { |
testonly = true |
- mojo_sdk_visibility = |
- [ "mojo/public/cpp/system/tests:mojo_public_system_unittests" ] |
- |
cflags_c = [ "-Wundef" ] |
sources = [ |
@@ -74,7 +71,7 @@ mojo_sdk_source_set("perftests") { |
mojo_sdk_deps = [ |
"mojo/public/c/environment", |
- "mojo/public/cpp/system", |
+ "mojo/public/c/system", |
"mojo/public/cpp/test_support", |
] |
} |