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

Unified Diff: services/ui/display/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 | « services/test/run_all_service_tests.cc ('k') | services/ui/display/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/BUILD.gn
diff --git a/services/ui/display/BUILD.gn b/services/ui/display/BUILD.gn
index 11a22557bd76cc6ddfe587946254b856f2c0886a..482a1106cd8c43fa5087403547d48be1b76eedb9 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -55,9 +55,10 @@ source_set("display") {
}
if (use_ozone && is_chromeos) {
- test("display_service_unittests") {
+ source_set("tests") {
+ testonly = true
+
sources = [
- "run_all_unittests.cc",
"screen_manager_ozone_internal_unittests.cc",
]
« no previous file with comments | « services/test/run_all_service_tests.cc ('k') | services/ui/display/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698