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

Unified Diff: services/service_manager/public/cpp/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 | « services/service_manager/public/constants.gni ('k') | services/service_manager/public/cpp/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/BUILD.gn
diff --git a/services/shell/public/cpp/BUILD.gn b/services/service_manager/public/cpp/BUILD.gn
similarity index 91%
rename from services/shell/public/cpp/BUILD.gn
rename to services/service_manager/public/cpp/BUILD.gn
index bab0662f7fb8cf4604410511cdc505252494c5e2..34f7e892aa841ee01a5ce8a5d2ddf5fe5cbe1eee 100644
--- a/services/shell/public/cpp/BUILD.gn
+++ b/services/service_manager/public/cpp/BUILD.gn
@@ -48,7 +48,7 @@ static_library("sources") {
"//base",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/interfaces",
"//url",
]
}
@@ -86,8 +86,8 @@ if (!is_ios) {
"//base/test:test_support",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//services/shell/background:lib",
- "//services/shell/public/interfaces:interfaces_cpp_sources",
+ "//services/service_manager/background:lib",
+ "//services/service_manager/public/interfaces:interfaces_cpp_sources",
]
data_deps = []
« no previous file with comments | « services/service_manager/public/constants.gni ('k') | services/service_manager/public/cpp/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698