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

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

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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 | « mash/task_viewer/task_viewer.cc ('k') | services/README.md » ('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 3ed6a2cf01047a8e93e67da64d469b47c0bccf13..7041fa98ae1e196c6781c2331d50ad23a6da6b80 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -148,7 +148,7 @@ test("media_mojo_shell_unittests") {
"//media/mojo/common",
"//media/mojo/interfaces",
"//services/service_manager/public/cpp:service_test_support",
- "//services/service_manager/public/cpp/test:run_all_shelltests",
+ "//services/service_manager/public/cpp/test:run_all_service_tests",
"//testing/gmock",
"//testing/gtest",
]
@@ -175,7 +175,7 @@ test("media_pipeline_integration_unittests") {
deps = [
"//media/test:mojo_pipeline_integration_tests",
- "//services/service_manager/public/cpp/test:run_all_shelltests",
+ "//services/service_manager/public/cpp/test:run_all_service_tests",
]
data_deps = [
« no previous file with comments | « mash/task_viewer/task_viewer.cc ('k') | services/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698