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

Unified Diff: services/service_manager/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/navigation/view_impl.cc ('k') | services/service_manager/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/BUILD.gn
diff --git a/services/shell/BUILD.gn b/services/service_manager/BUILD.gn
similarity index 72%
rename from services/shell/BUILD.gn
rename to services/service_manager/BUILD.gn
index e2987f2741f1c7b721b804ce501c65c8a9d6eac1..85e0cfa095596981a9a01a6fb0cbec4f28c45730 100644
--- a/services/shell/BUILD.gn
+++ b/services/service_manager/BUILD.gn
@@ -2,23 +2,22 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//services/shell/public/service_manifest.gni")
+import("//services/service_manager/public/service_manifest.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//testing/test.gni")
group("all") {
testonly = true
deps = [
- ":shell",
- "//services/shell/background",
- "//services/shell/runner",
- "//services/shell/standalone",
- "//services/shell/tests",
+ ":service_manager",
+ "//services/service_manager/background",
+ "//services/service_manager/runner",
+ "//services/service_manager/standalone",
+ "//services/service_manager/tests",
]
}
-source_set("shell") {
- output_name = "mojo_shell"
+source_set("service_manager") {
sources = [
"connect_params.cc",
"connect_params.h",
@@ -40,8 +39,8 @@ source_set("shell") {
"//mojo/common",
"//mojo/public/cpp/bindings",
"//services/catalog/public/interfaces",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/cpp:sources",
+ "//services/service_manager/public/interfaces",
]
public_deps = [
« no previous file with comments | « services/navigation/view_impl.cc ('k') | services/service_manager/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698