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

Unified Diff: services/service_manager/background/BUILD.gn

Issue 2419063003: Move services/shell to services/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 | « services/service_manager/README.md ('k') | services/service_manager/background/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/background/BUILD.gn
diff --git a/services/shell/background/BUILD.gn b/services/service_manager/background/BUILD.gn
similarity index 53%
rename from services/shell/background/BUILD.gn
rename to services/service_manager/background/BUILD.gn
index 067f6eb58db3708ed4c15049abe4f303854a124c..7af3cc6f21ad8e93690ab039850c49fdeae75d9e 100644
--- a/services/shell/background/BUILD.gn
+++ b/services/service_manager/background/BUILD.gn
@@ -18,10 +18,10 @@ source_set("lib") {
deps = [
"//base",
"//services/catalog:lib",
- "//services/shell",
- "//services/shell/public/cpp:sources",
- "//services/shell/runner:init",
- "//services/shell/standalone:lib",
+ "//services/service_manager",
+ "//services/service_manager/public/cpp:sources",
+ "//services/service_manager/runner:init",
+ "//services/service_manager/standalone:lib",
]
}
@@ -32,11 +32,11 @@ source_set("main") {
]
deps = [
"//base",
- "//services/shell",
- "//services/shell/public/cpp:sources",
- "//services/shell/runner:init",
- "//services/shell/runner/common",
- "//services/shell/runner/host:lib",
- "//services/shell/standalone:lib",
+ "//services/service_manager",
+ "//services/service_manager/public/cpp:sources",
+ "//services/service_manager/runner:init",
+ "//services/service_manager/runner/common",
+ "//services/service_manager/runner/host:lib",
+ "//services/service_manager/standalone:lib",
]
}
« no previous file with comments | « services/service_manager/README.md ('k') | services/service_manager/background/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698