summaryrefslogtreecommitdiffstats
path: root/gpu
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 /gpu
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 'gpu')
-rw-r--r--gpu/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 7748abab..865ae8b 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -130,6 +130,15 @@ test("gl_tests") {
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("gpu_unittests_run") {
+ testonly = true
+ deps = [
+ ":gpu_unittests",
+ ]
+}
+
test("gpu_unittests") {
sources = [
"command_buffer/client/buffer_tracker_unittest.cc",