summaryrefslogtreecommitdiffstats
path: root/cc/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'cc/BUILD.gn')
-rw-r--r--cc/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 6cbe28b..0a166e0 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -756,6 +756,15 @@ source_set("test_support") {
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("cc_unittests_run") {
+ testonly = true
+ deps = [
+ ":cc_unittests",
+ ]
+}
+
test("cc_unittests") {
sources = [
"animation/animation_host_unittest.cc",