Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: components/view_manager/BUILD.gn

Issue 1147093002: Makes us compile mojo_view_manager_lib_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/view_manager/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | components/view_manager/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698