summaryrefslogtreecommitdiffstats
path: root/jingle
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 /jingle
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 'jingle')
-rw-r--r--jingle/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index 9d8a56d..3b6e0a2 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -110,6 +110,15 @@ if (enable_webrtc || !is_android) {
]
}
+ # TODO(GYP): Delete this after we've converted everything to GN.
+ # The _run targets exist only for compatibility w/ GYP.
+ group("jingle_unittests_run") {
+ testonly = true
+ deps = [
+ ":jingle_unittests",
+ ]
+ }
+
# GYP version: jingle/jingle.gyp:jingle_unittests
test("jingle_unittests") {
sources = [