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

Unified Diff: mojo/BUILD.gn

Issue 1653003006: Move gn _run target generation into test(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « media/midi/BUILD.gn ('k') | mojo/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 8f0ee8d9bd9127ebfcdc7a9cf5798edaa2b8b3ae..554abd9cfe20ad4a76a9492b3e600e8f50a09619 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -27,46 +27,6 @@ group("mojo") {
deps += [ "//mojo/shell:all" ]
}
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("mojo_public_bindings_unittests_run") {
- testonly = true
- deps = [
- # TODO(use_chrome_edk): "//mojo/edk/test:mojo_public_bindings_unittests"
- "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
- ]
-}
-
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("mojo_public_environment_unittests_run") {
- testonly = true
- deps = [
- # TODO(use_chrome_edk): "//mojo/edk/test:mojo_public_environment_unittests"
- "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
- ]
-}
-
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("mojo_public_system_unittests_run") {
- testonly = true
- deps = [
- # TODO(use_chrome_edk): "//mojo/edk/test:mojo_public_system_unittests"
- "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
- ]
-}
-
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("mojo_public_utility_unittests_run") {
- testonly = true
- deps = [
- # TODO(use_chrome_edk): "//mojo/edk/test:mojo_public_utility_unittests"
- "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
- ]
-}
-
group("tests") {
testonly = true
deps = [
« no previous file with comments | « media/midi/BUILD.gn ('k') | mojo/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698