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

Unified Diff: mojo/public/c/system/tests/BUILD.gn

Issue 2104183002: Rationalize mojo_public_*tests targets. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar Created 4 years, 6 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/BUILD.gn ('k') | mojo/public/c/system/tests/message_pipe_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/public/c/system/tests/message_pipe_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698