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

Unified Diff: mash/example/window_type_launcher/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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/example/views_examples/BUILD.gn ('k') | mash/example/window_type_launcher/window_type_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/window_type_launcher/BUILD.gn
diff --git a/mash/example/window_type_launcher/BUILD.gn b/mash/example/window_type_launcher/BUILD.gn
index 25c088cb5305537152373bc14d488a26ce7335f7..3e78820412cf627e23f53d3e1e573796c420afa8 100644
--- a/mash/example/window_type_launcher/BUILD.gn
+++ b/mash/example/window_type_launcher/BUILD.gn
@@ -25,8 +25,6 @@ executable("window_type_launcher") {
"//base:i18n",
"//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
"//mash/public/interfaces",
"//mash/session/public/interfaces",
"//mojo/common:common_base",
@@ -36,6 +34,8 @@ executable("window_type_launcher") {
"//services/shell/public/interfaces",
"//services/shell/runner:init",
"//services/shell/runner/common",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
"//skia",
"//ui/aura",
"//ui/gfx",
@@ -47,7 +47,7 @@ executable("window_type_launcher") {
data_deps = [
":manifest",
- "//components/mus",
+ "//services/ui",
]
}
« no previous file with comments | « mash/example/views_examples/BUILD.gn ('k') | mash/example/window_type_launcher/window_type_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698