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

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

Issue 2646033002: mash: Exit the root process if the window manager service crashes (Closed)
Patch Set: review comments Created 3 years, 11 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 | « no previous file | chrome/app/mash/chrome_mash_manifest.json » ('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 5473d236762e1bee014d62c6a466bbe57f342d5f..c738779ac4ef8e76e6fe1129b3039962eb768a83 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -16,8 +16,9 @@ source_set("mash") {
"//base:i18n",
"//components/tracing:startup_tracing",
"//content/public/common",
+ "//mash/common",
"//mash/package",
- "//mash/session/public/interfaces:constants",
+ "//mash/quick_launch/public/interfaces:constants",
"//services/catalog/public/interfaces",
"//services/service_manager",
"//services/service_manager/background:lib",
@@ -58,7 +59,6 @@ service_manifest("mash_manifest") {
"//ash/touch_hud/mus:manifest",
"//mash/catalog_viewer:manifest",
"//mash/quick_launch:manifest",
- "//mash/session:manifest",
"//mash/task_viewer:manifest",
"//services/ui:manifest",
"//services/ui/ime/test_ime_driver:manifest",
« no previous file with comments | « no previous file | chrome/app/mash/chrome_mash_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698