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

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

Issue 2881283003: Remove the mus_clipboard target and merge it into service_unittests. (Closed)
Patch Set: use_aura in //services/BUILD.gn 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/BUILD.gn ('k') | services/ui/clipboard/clipboard_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/clipboard/BUILD.gn
diff --git a/services/ui/clipboard/BUILD.gn b/services/ui/clipboard/BUILD.gn
index 00b1fe5fefdc976e32b698e118e67b28aa800703..0eabe3350948112b11c851d8fc780627aff75539 100644
--- a/services/ui/clipboard/BUILD.gn
+++ b/services/ui/clipboard/BUILD.gn
@@ -23,20 +23,13 @@ source_set("lib") {
]
}
-group("tests") {
+source_set("tests") {
testonly = true
- deps = [
- ":mus_clipboard_unittests",
- ]
-}
-service_test("mus_clipboard_unittests") {
sources = [
"clipboard_unittest.cc",
]
- catalog = ":mus_clipboard_unittests_catalog"
-
deps = [
"//base",
"//mojo/common",
@@ -51,12 +44,13 @@ service_test("mus_clipboard_unittests") {
]
}
-service_manifest("test_manifest") {
- name = "mus_clipboard_unittests"
+service_manifest("unittest_manifest") {
+ name = "clipboard_unittests"
source = "test_manifest.json"
}
-catalog("mus_clipboard_unittests_catalog") {
- embedded_services = [ ":test_manifest" ]
+catalog("tests_catalog") {
+ testonly = true
+ embedded_services = [ ":unittest_manifest" ]
standalone_services = [ "//services/ui:manifest" ]
}
« no previous file with comments | « services/BUILD.gn ('k') | services/ui/clipboard/clipboard_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698