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

Unified Diff: services/ui/input_devices/BUILD.gn

Issue 2885193002: Move more mus tests to service_unittest. (Closed)
Patch Set: Rebase 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/ui/ime/test_manifest.json ('k') | services/ui/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/input_devices/BUILD.gn
diff --git a/services/ui/input_devices/BUILD.gn b/services/ui/input_devices/BUILD.gn
index bf7b4f8d7aa277a94e62fbff2b9575d45fed0c8d..687a256fa3b62d7dec7ae7493bf075e00ea35ab0 100644
--- a/services/ui/input_devices/BUILD.gn
+++ b/services/ui/input_devices/BUILD.gn
@@ -21,7 +21,7 @@ source_set("input_devices") {
]
}
-test("input_device_unittests") {
+source_set("tests") {
testonly = true
sources = [
@@ -32,7 +32,6 @@ test("input_device_unittests") {
":input_devices",
"//base",
"//base/test:test_support",
- "//mojo/edk/test:run_all_unittests",
"//services/service_manager/public/cpp",
"//services/service_manager/public/cpp:service_test_support",
"//services/ui/public/cpp/input_devices",
« no previous file with comments | « services/ui/ime/test_manifest.json ('k') | services/ui/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698