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

Unified Diff: services/ui/ws/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/ui/test_wm/test_wm.cc ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index 975f5be9711890d5bce2522206bb517157100c72..8e367909ce2e5d75ff7c2b5c7c76c5f66fd67692 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -4,8 +4,8 @@
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/service_manager/public/cpp/service.gni")
+import("//services/service_manager/public/service_manifest.gni")
static_library("lib") {
sources = [
@@ -128,8 +128,8 @@ static_library("lib") {
"//cc/surfaces:surface_id",
"//mojo/common:common_base",
"//mojo/public/cpp/bindings",
- "//services/shell/public/cpp",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/interfaces",
"//services/tracing/public/cpp",
"//services/ui/common:mus_common",
"//services/ui/display",
@@ -235,10 +235,10 @@ test("mus_ws_unittests") {
"//cc:cc",
"//gpu/ipc/client",
"//mojo/public/cpp/bindings:bindings",
- "//services/shell/public/cpp:service_test_support",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/cpp/test:run_all_shelltests",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/cpp:service_test_support",
+ "//services/service_manager/public/cpp:sources",
+ "//services/service_manager/public/cpp/test:run_all_shelltests",
+ "//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
"//services/ui/public/cpp",
"//services/ui/public/cpp:internal_or_test",
« no previous file with comments | « services/ui/test_wm/test_wm.cc ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698