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

Unified Diff: services/service_manager/public/cpp/service.gni

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
Index: services/service_manager/public/cpp/service.gni
diff --git a/services/shell/public/cpp/service.gni b/services/service_manager/public/cpp/service.gni
similarity index 95%
rename from services/shell/public/cpp/service.gni
rename to services/service_manager/public/cpp/service.gni
index 23162f98d92022198673b2dde983f88662864b00..5faeb259bb86578856843f8ab23e5e1a11cd6324 100644
--- a/services/shell/public/cpp/service.gni
+++ b/services/service_manager/public/cpp/service.gni
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//build/toolchain/toolchain.gni")
-import("//services/shell/public/constants.gni")
+import("//services/service_manager/public/constants.gni")
if (is_android) {
import("//build/config/android/rules.gni")
@@ -86,7 +86,7 @@ template("service") {
data_deps = []
if (!defined(invoker.avoid_runner_cycle) || !invoker.avoid_runner_cycle) {
# Give the user an out; as some Services are depended on by the runner.
- data_deps += [ "//services/shell/standalone" ]
+ data_deps += [ "//services/service_manager/standalone" ]
}
if (defined(invoker.data_deps)) {
data_deps += invoker.data_deps
@@ -95,7 +95,7 @@ template("service") {
deps = [
"//mojo/public/c/system:set_thunks_for_app",
- "//services/shell/public/cpp:application_support",
+ "//services/service_manager/public/cpp:application_support",
]
deps += library_deps
« no previous file with comments | « services/service_manager/public/cpp/service.h ('k') | services/service_manager/public/cpp/service_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698