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

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

Issue 1258753002: Add yet more GN isolates ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isolates_4_2
Patch Set: add missing display_unittests_run target Created 5 years, 5 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
Index: third_party/mojo/src/mojo/edk/test/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/test/BUILD.gn b/third_party/mojo/src/mojo/edk/test/BUILD.gn
index fa6f83603adedeb72726db9a76d3fc10c05a89d2..b8963858c293c0edaa76f4f6e2b2410c98a928db 100644
--- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
@@ -111,6 +111,15 @@ if (mojo_use_application_in_sdk) {
}
}
+# 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 = [
+ ":mojo_public_bindings_unittests",
+ ]
+}
+
test("mojo_public_bindings_unittests") {
deps = [
":run_all_unittests",
@@ -118,6 +127,15 @@ 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 = [
+ ":mojo_public_environment_unittests",
+ ]
+}
+
test("mojo_public_environment_unittests") {
deps = [
":run_all_unittests",
« net/BUILD.gn ('K') | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698