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

Unified Diff: services/ui/common/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 | « services/test/run_all_service_tests.cc ('k') | services/ui/common/run_all_service_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/BUILD.gn
diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
index 803f8595afcbcfffec94d0c3c3386c27850a488f..25c60c2c2b0d334dab526622a59a17395b863b96 100644
--- a/services/ui/common/BUILD.gn
+++ b/services/ui/common/BUILD.gn
@@ -57,23 +57,6 @@ source_set("server_gpu") {
]
}
-source_set("run_all_service_tests") {
- testonly = true
-
- sources = [
- "run_all_service_tests.cc",
- ]
-
- deps = [
- "//base/test:test_support",
- "//mojo/edk/system",
- ]
-
- if (use_ozone) {
- deps += [ "//ui/ozone" ]
- }
-}
-
source_set("task_runner_test_base") {
testonly = true
« no previous file with comments | « services/test/run_all_service_tests.cc ('k') | services/ui/common/run_all_service_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698