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

Unified Diff: 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 | « no previous file | services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3e5e5894efc92fc80bb782228f0e13cc92dc08cd..94297185edddf0cd50551bad4aa7bcb9604a0926 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -604,10 +604,6 @@ group("gn_all") {
if (is_win && is_component_build) {
deps -= [ "//media/mojo/services:media_service_unittests" ]
}
-
- if (use_ozone && is_chromeos) {
- deps += [ "//services/ui/display:display_service_unittests" ]
- }
}
if (is_linux && !is_chromeos && !is_chromecast) {
« no previous file with comments | « no previous file | services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698