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

Unified Diff: services/BUILD.gn

Issue 2903423003: Move ui_services_unittests into service_unittest. (Closed)
Patch Set: and not is_mac 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 | « no previous file | services/test/run_all_service_tests.cc » ('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 b1007df9643094ddd034abbddd4341ac0c126f0e..79e9b1349abaf759781f0658c4a0843d5a80fd3e 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -37,6 +37,10 @@ service_test("service_unittests") {
if (is_linux && !is_chromeos) {
deps += [ "//services/ui/demo:tests" ]
}
+
+ if (use_ozone || (!is_chromeos && !is_mac)) {
+ deps += [ "//services/ui/ws:tests" ]
+ }
}
if (is_android) {
@@ -82,6 +86,10 @@ catalog("service_unittests_catalog") {
if (is_linux && !is_chromeos) {
catalog_deps += [ "//services/ui/demo:tests_catalog" ]
}
+
+ if (use_ozone || !is_chromeos) {
+ catalog_deps += [ "//services/ui/ws:tests_catalog" ]
+ }
}
}
« no previous file with comments | « no previous file | services/test/run_all_service_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698