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

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

Issue 1409123007: Move public SDK test targets to //mojo/BUILD.gn (from //mojo/edk/test/BUILD.gn). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/BUILD.gn
diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
index ca969920c72e324f1a4fdfb6e7390aae6a0e7816..9ee2ad1bd8992c1883277ebdcf6dc0fde606a18a 100644
--- a/mojo/edk/test/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("../mojo_edk.gni")
-import("//testing/test.gni")
mojo_edk_source_set("test_support") {
testonly = true
@@ -87,78 +86,3 @@ mojo_edk_source_set("test_support_impl") {
":run_all_perftests",
]
}
-
-# Public SDK test targets follow. These targets are not defined within the
-# public SDK itself as running the unittests requires the EDK.
-# TODO(vtl): These don't really belong here. (They should be converted to
-# apptests, but even apart from that these targets belong somewhere else.)
-
-group("public_tests") {
- testonly = true
- deps = [
- ":mojo_public_application_unittests",
- ":mojo_public_bindings_perftests",
- ":mojo_public_bindings_unittests",
- ":mojo_public_environment_unittests",
- ":mojo_public_system_perftests",
- ":mojo_public_system_unittests",
- ":mojo_public_utility_unittests",
- ":mojo_system_impl_private_unittests",
- ]
-}
-
-test("mojo_public_application_unittests") {
- deps = [
- ":run_all_unittests",
- "../../public/cpp/application/tests",
- ]
-}
-
-test("mojo_public_bindings_unittests") {
- deps = [
- ":run_all_unittests",
- "../../public/cpp/bindings/tests",
- ]
-}
-
-test("mojo_public_bindings_perftests") {
- deps = [
- ":run_all_perftests",
- "../../public/cpp/bindings/tests:perftests",
- ]
-}
-
-test("mojo_public_environment_unittests") {
- deps = [
- ":run_all_unittests",
- "../../public/cpp/environment/tests",
- ]
-}
-
-test("mojo_public_system_perftests") {
- deps = [
- ":run_all_perftests",
- "../../public/c/system/tests:perftests",
- ]
-}
-
-test("mojo_public_system_unittests") {
- deps = [
- ":run_all_unittests",
- "../../public/cpp/system/tests",
- ]
-}
-
-test("mojo_public_utility_unittests") {
- deps = [
- ":run_all_unittests",
- "../../public/cpp/utility/tests",
- ]
-}
-
-test("mojo_system_impl_private_unittests") {
- deps = [
- ":run_all_unittests",
- "../../public/platform/native:system_impl_private_tests",
- ]
-}
« no previous file with comments | « mojo/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698