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

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: merge and feedback 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 cc80fb7b38ccc7a4352c72c79f5e9a1c1e212b8c..4b66b36b663519bca7ec4e5160c12e6a04ab1e98 100644
--- a/components/view_manager/BUILD.gn
+++ b/components/view_manager/BUILD.gn
@@ -111,8 +111,16 @@ source_set("test_support") {
]
}
-test("tests") {
- output_name = "view_manager_unittests"
+group("tests") {
+ testonly = true
+ deps = [
+ ":apptests",
+ ":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