summaryrefslogtreecommitdiffstats
path: root/media/cast/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/BUILD.gn')
-rw-r--r--media/cast/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 10dfc2e..92aa84e 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -299,6 +299,15 @@ static_library("test_support") {
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("cast_unittests_run") {
+ testonly = true
+ deps = [
+ ":cast_unittests",
+ ]
+}
+
test("cast_unittests") {
sources = [
"common/expanded_value_base_unittest.cc",