Index: blimp/BUILD.gn |
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn |
index d3da27a91b9171ddc28ef87386da3c6171f972ba..b75a69563d585a31f377a1e17268468d5c484c57 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,8 @@ group("blimp_tests") { |
deps = [ |
":blimp", |
+ "//blimp/common:blimp_common_unit_tests", |
+ "//blimp/net:blimp_net_tests", |
] |
if (is_android) { |