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

Unified Diff: components/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 | « components/leveldb/remote_iterator_unittest.cc ('k') | components/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/BUILD.gn
diff --git a/components/mus/BUILD.gn b/components/mus/BUILD.gn
index 2eb6e65c666c43266e2ff1b2ee27f0d05d4f7009..12ad0ab276711950081a52fc4a8edd5ee06af90a 100644
--- a/components/mus/BUILD.gn
+++ b/components/mus/BUILD.gn
@@ -20,7 +20,7 @@ mojo_native_application("mus") {
":resources_200",
":resources_strings",
"//mojo/platform_handle:for_shared_library",
- "//mojo/shell/public/cpp:sources",
+ "//services/shell/public/cpp:sources",
]
if (is_win) {
@@ -81,7 +81,7 @@ source_set("lib") {
"//components/resource_provider/public/cpp",
"//mojo/common:common_base",
"//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
"//ui/events",
"//ui/events/ozone:events_ozone_layout",
"//ui/gl:gl",
« no previous file with comments | « components/leveldb/remote_iterator_unittest.cc ('k') | components/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698