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

Unified Diff: services/BUILD.gn

Issue 2897123004: Move display_service_unittests to services_unittests. (Closed)
Patch Set: services -> service_manager Created 3 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 | « BUILD.gn ('k') | services/service_manager/public/cpp/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index f84ead0341bf56049abc52dce210a34d1ecb97fa..f575515cc1fb4fb710c367923bfcfcb52f2aff19 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -53,6 +53,12 @@ service_test("service_unittests") {
deps += [ "//services/video_capture:tests" ]
}
+ if (use_ozone && is_chromeos) {
+ deps += [ "//services/ui/display:tests" ]
+ }
+
+ test_runner = "//services/test:run_all_service_tests"
+
catalog = ":service_unittests_catalog"
}
« no previous file with comments | « BUILD.gn ('k') | services/service_manager/public/cpp/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698