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

Unified Diff: services/ui/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/ui/main.cc ('k') | services/ui/public/cpp/gpu_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index 5eca2c07e07b46131a363d9fdafebcb8745beddf..c8cf62b40547753a9240e750d4731302b2414010 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -39,7 +39,7 @@ source_set("cpp") {
"//gpu/command_buffer/common",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
"//services/ui/public/interfaces",
]
@@ -50,7 +50,7 @@ source_set("cpp") {
"//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/ipc/client",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//services/ui/public/interfaces",
"//ui/display",
"//ui/events",
@@ -138,8 +138,8 @@ source_set("internal") {
"//gpu/ipc/client",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//services/shell/public/cpp",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
"//services/ui/public/interfaces",
"//services/ui/public/interfaces",
« no previous file with comments | « services/ui/main.cc ('k') | services/ui/public/cpp/gpu_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698