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

Unified Diff: services/test/BUILD.gn

Issue 2907663003: Ensure the services gpu tests run with ozone. (Closed)
Patch Set: fix deps 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/test/BUILD.gn
diff --git a/services/test/BUILD.gn b/services/test/BUILD.gn
index 1aa2e8668b81a887aa73a21d2586022888bb8561..df1f2194505aaa5544c7fd2d14a37de99daea907 100644
--- a/services/test/BUILD.gn
+++ b/services/test/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/ui.gni")
+
source_set("run_all_service_tests") {
# This target is in a separate directory because we want to expand DEPS so
# that it not all of //services can access //ui.
@@ -27,4 +29,8 @@ source_set("run_all_service_tests") {
if (is_android) {
deps += [ "//mojo/android:libsystem_java" ]
}
+
+ if (use_ozone) {
+ deps += [ "//ui/ozone" ]
+ }
}
« 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