Index: components/view_manager/BUILD.gn |
diff --git a/components/view_manager/BUILD.gn b/components/view_manager/BUILD.gn |
index e4778e5d77ff0851bd33dda4e4b22ac2a9f2c98e..518be83810e41428ca6d1241d5a1385b52097662 100644 |
--- a/components/view_manager/BUILD.gn |
+++ b/components/view_manager/BUILD.gn |
@@ -119,8 +119,16 @@ source_set("test_support") { |
] |
} |
-test("tests") { |
- output_name = "view_manager_unittests" |
+group("tests") { |
+ testonly = true |
+ deps = [ |
+ ":apptests", |
msw
2015/05/20 18:20:54
nit: if you include apptests here, the entry "//co
sky
2015/05/20 19:12:28
Done.
|
+ ":view_manager_unittests", |
+ "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_unittests", |
+ ] |
+} |
+ |
+test("view_manager_unittests") { |
sources = [ |
"animation_runner_unittest.cc", |
"focus_controller_unittest.cc", |