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

Unified Diff: mojo/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase 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 | « media/test/pipeline_integration_test.cc ('k') | mojo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index def24ea224df1a2f6e81c37cfcfcab1a417e3f12..9440e669df5cc1c9ce38f547dcf2b6e66c070ddd 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -20,7 +20,7 @@ group("mojo") {
deps += [ "//mojo/android" ]
}
- deps += [ "//services/shell:all" ]
+ deps += [ "//services/service_manager:all" ]
}
group("tests") {
@@ -36,8 +36,8 @@ group("tests") {
"//mojo/edk/test:mojo_public_bindings_unittests",
"//mojo/edk/test:mojo_public_system_perftests",
"//mojo/edk/test:mojo_public_system_unittests",
- "//services/shell/public/cpp/tests:mojo_public_application_unittests",
- "//services/shell/runner/host:mojo_runner_host_unittests",
- "//services/shell/tests",
+ "//services/service_manager/public/cpp/tests:mojo_public_application_unittests",
+ "//services/service_manager/runner/host:mojo_runner_host_unittests",
+ "//services/service_manager/tests",
]
}
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698