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

Unified Diff: ash/mus/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 | « BUILD.gn ('k') | ash/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index ab70b0ddade02f0b8a1c2b0e36cc7d08883f2dbd..5f07621df8c7975e97d01ee35cc2a855648833a2 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -40,7 +40,7 @@ source_set("lib") {
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
"//skia/public",
"//ui/app_list/shower",
"//ui/aura",
@@ -78,7 +78,7 @@ mojo_native_application("mus") {
":resources_100",
":resources_200",
":resources_strings",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
]
data_deps = [
« no previous file with comments | « BUILD.gn ('k') | ash/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698