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

Unified Diff: mash/session/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 | « mash/screenlock/screenlock.cc ('k') | mash/session/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/BUILD.gn
diff --git a/mash/session/BUILD.gn b/mash/session/BUILD.gn
index f250359fe26c7b9cb293b090ce86ac00ae1dc874..b07c42e97bc8be5b9f8941085dee14c201b16bc1 100644
--- a/mash/session/BUILD.gn
+++ b/mash/session/BUILD.gn
@@ -3,8 +3,8 @@
# found in the LICENSE file.
import("//build/config/ui.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")
import("//mojo/public/tools/bindings/mojom.gni")
import("//tools/grit/repack.gni")
@@ -20,8 +20,8 @@ source_set("lib") {
"//mash/session/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
- "//services/shell/public/cpp",
- "//services/shell/public/cpp:sources",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/cpp:sources",
]
data_deps = [
@@ -44,8 +44,8 @@ service("session") {
"//mash/session/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
- "//services/shell/public/cpp",
- "//services/shell/public/cpp:sources",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/cpp:sources",
]
data_deps = [
« no previous file with comments | « mash/screenlock/screenlock.cc ('k') | mash/session/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698