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

Unified Diff: services/BUILD.gn

Issue 2901623002: Move more tests suites to services_unittests. (Closed)
Patch Set: Oh, it was never run on android previously... 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/resource_coordinator/BUILD.gn » ('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 7b32c277e9a731bbd80efac56b1a723e8aa72246..da5cfa2c6651bd9df6ee3de39fd75df87a6a4954 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -27,6 +27,7 @@ service_test("service_unittests") {
if (use_aura) {
deps += [
"//services/ui/clipboard:tests",
+ "//services/ui/gpu:tests",
"//services/ui/ime:tests",
"//services/ui/input_devices:tests",
"//services/ui/public/cpp/tests",
@@ -61,12 +62,14 @@ catalog("service_unittests_catalog") {
"//services/device:tests_catalog",
"//services/identity:tests_catalog",
"//services/preferences:tests_catalog",
+ "//services/resource_coordinator:tests_catalog",
"//services/video_capture:tests_catalog",
]
if (use_aura) {
catalog_deps += [
"//services/ui/clipboard:tests_catalog",
+ "//services/ui/gpu:tests_catalog",
"//services/ui/ime:tests_catalog",
]
« no previous file with comments | « no previous file | services/resource_coordinator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698