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

Unified Diff: mojo/edk/system/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/embedder/BUILD.gn ('k') | mojo/edk/system/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 11ae195598f59b654c135cf5d20206233acfa2b7..c6cebeb59f0d588e0bdd9e3a665406e87a243fa3 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -127,14 +127,6 @@ component("system") {
allow_circular_includes_from = [ "../embedder" ]
}
-group("tests") {
- testonly = true
- deps = [
- ":mojo_edk_system_perftests",
- ":mojo_edk_system_unittests",
- ]
-}
-
mojo_edk_unittests("mojo_edk_system_unittests") {
sources = [
# TODO(vtl): This should be in its own mojo_edk_unittests target.
@@ -186,11 +178,6 @@ mojo_edk_unittests("mojo_edk_system_unittests") {
]
mojo_edk_deps = [
- # TODO(vtl): Add separate mojo_edk_unittests targets for these.
- "mojo/edk/embedder:unittests",
- "mojo/edk/system/test:unittests",
- "mojo/edk/util:unittests",
-
"mojo/edk/system/test",
"mojo/edk/test:test_support",
"mojo/edk/util",
« no previous file with comments | « mojo/edk/embedder/BUILD.gn ('k') | mojo/edk/system/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698