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

Unified Diff: services/ui/common/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/clipboard/clipboard_unittest.cc ('k') | services/ui/common/run_all_shelltests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/BUILD.gn
diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
index ad45ef7f7acbabe555afd68ab94c78e9953b3a0e..0022d9e63b11189b0342f1bde62162ebf02f8b44 100644
--- a/services/ui/common/BUILD.gn
+++ b/services/ui/common/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
-import("//services/shell/public/service_manifest.gni")
+import("//services/service_manager/public/service_manifest.gni")
import("//testing/test.gni")
source_set("mus_common") {
@@ -25,7 +25,7 @@ source_set("mus_common") {
"//gpu/ipc/client",
"//gpu/ipc/common:command_buffer_traits",
"//ipc:ipc",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//ui/events:events",
"//ui/gfx/ipc/geometry",
]
@@ -48,7 +48,7 @@ source_set("run_all_shelltests") {
deps = [
"//base/test:test_support",
"//mojo/edk/system",
- "//services/shell/background:main",
+ "//services/service_manager/background:main",
]
if (use_ozone) {
« no previous file with comments | « services/ui/clipboard/clipboard_unittest.cc ('k') | services/ui/common/run_all_shelltests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698