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

Unified Diff: mojo/edk/system/test/BUILD.gn

Issue 1430093006: EDK: Split the mojo_edk_system_unittests target. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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/edk/system/BUILD.gn ('k') | mojo/edk/util/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/test/BUILD.gn
diff --git a/mojo/edk/system/test/BUILD.gn b/mojo/edk/system/test/BUILD.gn
index 313d7de1f3a99aa11143c68160e00b9a0ed633e7..220213762bdeb99b5a3e3e4b7147857bac537de0 100644
--- a/mojo/edk/system/test/BUILD.gn
+++ b/mojo/edk/system/test/BUILD.gn
@@ -91,10 +91,7 @@ mojo_edk_source_set("run_all_perftests") {
]
}
-mojo_edk_source_set("unittests") {
- testonly = true
- mojo_edk_visibility = [ "mojo/edk/system:mojo_edk_system_unittests" ]
-
+mojo_edk_unittests("mojo_edk_system_test_unittests") {
sources = [
"random_unittest.cc",
]
« no previous file with comments | « mojo/edk/system/BUILD.gn ('k') | mojo/edk/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698