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

Unified Diff: mash/quick_launch/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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/login/main.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 36b3644c4bc83f0858084414178423bd2ccf3119..b0fc1fee9a75a1bccf11acff1d987d4ee0d3da6c 100644
--- a/mash/quick_launch/BUILD.gn
+++ b/mash/quick_launch/BUILD.gn
@@ -19,8 +19,8 @@ source_set("lib") {
"//mojo/public/cpp/bindings",
"//mojo/services/catalog/public/interfaces",
"//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp",
+ "//services/shell/public/interfaces",
"//ui/views",
"//ui/views/mus:for_mojo_application",
"//url",
@@ -34,7 +34,7 @@ mojo_native_application("quick_launch") {
deps = [
":lib",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
"//ui/views/mus:for_mojo_application",
]
« no previous file with comments | « mash/login/main.cc ('k') | mash/quick_launch/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698