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