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

Unified Diff: mash/quick_launch/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/package/mash_packaged_service.cc ('k') | mash/quick_launch/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/quick_launch/BUILD.gn
diff --git a/mash/quick_launch/BUILD.gn b/mash/quick_launch/BUILD.gn
index a58eed124e0048d473a293275483761cbf443ad1..9a1882eee1913c7f209f1cac43cb4789465f6582 100644
--- a/mash/quick_launch/BUILD.gn
+++ b/mash/quick_launch/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")
@@ -19,8 +19,8 @@ source_set("lib") {
"//mash/public/interfaces",
"//mojo/public/cpp/bindings",
"//services/catalog/public/interfaces",
- "//services/shell/public/cpp",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/interfaces",
"//services/tracing/public/cpp",
"//ui/views",
"//ui/views/mus:for_mojo_application",
@@ -35,7 +35,7 @@ service("quick_launch") {
deps = [
":lib",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//ui/views/mus:for_mojo_application",
]
« no previous file with comments | « mash/package/mash_packaged_service.cc ('k') | mash/quick_launch/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698