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

Unified Diff: services/ui/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/tracing/service.cc ('k') | services/ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/BUILD.gn
diff --git a/services/ui/BUILD.gn b/services/ui/BUILD.gn
index d23aa616b220d58b61f9f01616c9e82517c9452c..005916b41924d4ac99a6e244f960760f9620fd44 100644
--- a/services/ui/BUILD.gn
+++ b/services/ui/BUILD.gn
@@ -4,9 +4,9 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
-import("//services/shell/public/cpp/service.gni")
-import("//services/shell/public/service_manifest.gni")
-import("//services/shell/public/constants.gni")
+import("//services/service_manager/public/cpp/service.gni")
+import("//services/service_manager/public/service_manifest.gni")
+import("//services/service_manager/public/constants.gni")
import("//tools/grit/repack.gni")
group("all") {
@@ -28,7 +28,7 @@ service("ui") {
":resources_100",
":resources_200",
":resources_strings",
- "//services/shell/public/cpp:sources",
+ "//services/service_manager/public/cpp:sources",
"//services/tracing/public/interfaces",
]
@@ -86,7 +86,7 @@ source_set("lib") {
"//cc/surfaces",
"//mojo/common:common_base",
"//services/catalog/public/cpp",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//services/tracing/public/cpp",
"//services/ui/clipboard:lib",
"//services/ui/ime:lib",
« no previous file with comments | « services/tracing/service.cc ('k') | services/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698