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

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

Issue 1817443002: Rename mash_shell to mash_session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/shelf/shelf_layout_manager.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 a941b0d2962ea4b7f42af4a80b4904c431b37b17..e2a0e91b2bc4ceb0e5b44a83e01b3184abff7405 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -17,7 +17,7 @@ source_set("mash") {
"//components/resource_provider:lib",
"//content/public/common",
"//mash/quick_launch:lib",
- "//mash/shell:lib",
+ "//mash/session:lib",
"//mash/wm:lib",
"//mojo/shell",
"//mojo/shell/background:lib",
@@ -46,13 +46,13 @@ mojo_application_manifest("manifest") {
"//components/mus:manifest",
"//components/resource_provider:manifest",
"//mash/quick_launch:manifest",
- "//mash/shell:manifest",
+ "//mash/session:manifest",
"//mash/wm:manifest",
]
packaged_applications = [
"ash_sysui",
"desktop_wm",
- "mash_shell",
+ "mash_session",
"mus",
"quick_launch",
"resource_provider",
« no previous file with comments | « ash/shelf/shelf_layout_manager.cc ('k') | chrome/app/mash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698