summaryrefslogtreecommitdiffstats
path: root/mojo/BUILD.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-07-31 12:46:23 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-31 19:47:22 +0000
commitf497c796f053e8bb4cdeb541addc811c9a79259b (patch)
treeaf6117c6e2dc126cb8bc8c4e9e5bdb73d706e028 /mojo/BUILD.gn
parent0eb473f68d0f88781eaef34df7a1fd927a96bc06 (diff)
downloadchromium_src-f497c796f053e8bb4cdeb541addc811c9a79259b.zip
chromium_src-f497c796f053e8bb4cdeb541addc811c9a79259b.tar.gz
chromium_src-f497c796f053e8bb4cdeb541addc811c9a79259b.tar.bz2
Add yet more GN isolates ...
This should be almost everything left that is currently running on the Linux GN bot. - events_unittests - extensions_browsertests - extensions_unittests - gcm_unit_tests - gfx_unittests - gpu_unittests - jingle_unittests - media_unittests - mojo_common_unittests - mojo_public_bindings_unittests - mojo_public_environment_unittests - nacl_loader_unittests - net_unittests - printing_unittests - remoting_unittests - sql_unittests (isolate existed, just swarmed) - sync_integration_tests - sync_unit_tests - unit_tests There are still more test steps that need isolates that are not run on the GN bot, most notably browser_tests and interactive_ui_tests (which is partially done in this CL but doesn't quite work right). I'll get to those in upcoming CLs. R=brettw@chromium.org BUG=504079 CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_rel Review URL: https://codereview.chromium.org/1258753002 Cr-Commit-Position: refs/heads/master@{#341392}
Diffstat (limited to 'mojo/BUILD.gn')
-rw-r--r--mojo/BUILD.gn18
1 files changed, 18 insertions, 0 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 5181163..8e70627 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -23,6 +23,24 @@ group("mojo") {
}
}
+# 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 = [
+ "//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 = [
+ "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
+ ]
+}
+
group("tests") {
testonly = true
deps = [