Index: blimp/BUILD.gn |
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn |
index d3da27a91b9171ddc28ef87386da3c6171f972ba..99aa6793b0baa2e3a556312d8bd0cf826cdfa859 100644 |
--- a/blimp/BUILD.gn |
+++ b/blimp/BUILD.gn |
@@ -2,6 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+# Metatarget for all of Blimp's feature code. |
group("blimp") { |
deps = [ |
"//blimp/client:blimp_client", |
@@ -18,6 +19,7 @@ group("blimp_tests") { |
deps = [ |
":blimp", |
+ "//blimp/common:blimp_common_unit_tests", |
] |
if (is_android) { |