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

Unified Diff: media/mojo/services/BUILD.gn

Issue 2658063003: Misc service_manager and service test cleanup (Closed)
Patch Set: . Created 3 years, 11 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index 6450f6a9eb949424fd957652b81ba0c4104c1779..8b127613da9c1580556936f56638ec9282b6e73a 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -196,12 +196,13 @@ service_manifest("test_manifest") {
source = "test_manifest.json"
}
-test("media_pipeline_integration_unittests") {
+service_test("media_pipeline_integration_unittests") {
testonly = true
+ catalog = ":media_pipeline_integration_unittests_catalog"
+
deps = [
"//media/test:mojo_pipeline_integration_tests",
- "//services/service_manager/public/cpp/test:run_all_service_tests",
]
data_deps = [
@@ -218,3 +219,8 @@ catalog("media_service_unittests_catalog") {
embedded_services = [ ":test_manifest" ]
standalone_services = [ ":media_manifest" ]
}
+
+catalog("media_pipeline_integration_unittests_catalog") {
+ embedded_services = [ ":pipeline_test_manifest" ]
+ standalone_services = [ ":media_manifest" ]
+}
« no previous file with comments | « no previous file | services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698