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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. Created 4 years, 4 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/user_wallpaper_delegate_mus.cc ('k') | chrome/app/mash/mash_runner.cc » ('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 78d87f16da404cc5bda899be5ba2aae157ec8c3b..d49d1ccee9b4c18ee12fe47d65427ca3382daf8b 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -12,7 +12,6 @@ source_set("mash") {
deps = [
"//ash/mus:lib",
"//ash/resources",
- "//ash/sysui:lib",
"//ash/touch_hud/mus:lib",
"//base:i18n",
"//content/public/common",
@@ -45,7 +44,6 @@ service_manifest("manifest") {
source = "chrome_mash_manifest.json"
deps = [
"//ash/mus:manifest",
- "//ash/sysui:manifest",
"//ash/touch_hud/mus:manifest",
"//mash/app_driver:manifest",
"//mash/quick_launch:manifest",
@@ -56,7 +54,6 @@ service_manifest("manifest") {
packaged_services = [
"app_driver",
"ash",
- "ash_sysui",
"mash_session",
"quick_launch",
"task_viewer",
« no previous file with comments | « ash/sysui/user_wallpaper_delegate_mus.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698