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

Unified Diff: chrome/app/mash/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 | « ash/sysui/sysui_application.cc ('k') | chrome/app/mash/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index b335b49f7a74e0a38c8ce63197bd8aa70af34d90..3c93c8b7a30f6b0cbe7a7bdd3210e27477a9eb17 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -14,7 +14,6 @@ source_set("mash") {
"//ash/resources",
"//ash/sysui:lib",
"//base:i18n",
- "//components/mus:lib",
"//content/public/common",
"//mash/app_driver:lib",
"//mash/quick_launch:lib",
@@ -27,6 +26,7 @@ source_set("mash") {
"//services/shell/runner/common",
"//services/shell/runner/host:child_process_base",
"//services/shell/runner/host:lib",
+ "//services/ui:lib",
"//url",
]
data_deps = [
@@ -45,11 +45,11 @@ mojo_application_manifest("manifest") {
deps = [
"//ash/mus:manifest",
"//ash/sysui:manifest",
- "//components/mus:manifest",
"//mash/app_driver:manifest",
"//mash/quick_launch:manifest",
"//mash/session:manifest",
"//mash/task_viewer:manifest",
+ "//services/ui:manifest",
]
packaged_applications = [
"app_driver",
« no previous file with comments | « ash/sysui/sysui_application.cc ('k') | chrome/app/mash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698