Index: blimp/BUILD.gn |
diff --git a/components/toolbar/BUILD.gn b/blimp/BUILD.gn |
similarity index 59% |
copy from components/toolbar/BUILD.gn |
copy to blimp/BUILD.gn |
index e5401b13bb9422f8ef36cb70257dcee0d3999891..217e8e27c14538d4d796f7abcb4e4001cf073c1b 100644 |
--- a/components/toolbar/BUILD.gn |
+++ b/blimp/BUILD.gn |
@@ -2,14 +2,10 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("toolbar") { |
- sources = [ |
- "toolbar_model.cc", |
- "toolbar_model.h", |
- ] |
- |
+# Metatarget for all of Blimp's unit tests. |
+group("unit_tests") { |
nyquist
2015/09/10 17:24:28
Could this be blimp_tests ?
Or if you want to be
Kevin M
2015/09/10 18:11:17
Done.
|
+ testonly = true |
deps = [ |
- "//base", |
- "//url", |
+ "common:blimp_common_unit_tests", |
] |
} |