Index: blimp/BUILD.gn |
diff --git a/third_party/mojo/src/mojo/public/interfaces/BUILD.gn b/blimp/BUILD.gn |
similarity index 62% |
copy from third_party/mojo/src/mojo/public/interfaces/BUILD.gn |
copy to blimp/BUILD.gn |
index 654145bd90a316bb1bf0e7f7d938266d40ffe206..e5e7864b619d201826349c2e6389a374f2a025b6 100644 |
--- a/third_party/mojo/src/mojo/public/interfaces/BUILD.gn |
+++ b/blimp/BUILD.gn |
@@ -2,10 +2,10 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-group("interfaces") { |
+# Metatarget for all of Blimp's unit tests. |
+group("unit_tests") { |
+ testonly = true |
deps = [ |
- "application", |
- "bindings", |
- "network", |
+ "common:unit_tests", |
] |
} |