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

Unified Diff: mash/wm/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 | « mash/shell/shell_application_delegate.cc ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index e51e023e12d26c96f527bf4b8f782d33a7549b60..6548409c0b54a4433f16e24fa04be109e86e6672 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -73,7 +73,7 @@ source_set("lib") {
"//components/mus/common:mus_common",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
- "//mash/shell/public/interfaces",
+ "//mash/session/public/interfaces",
"//mash/wm/public/interfaces",
"//mash/wm/resources",
"//mojo/common:common_base",
@@ -107,7 +107,7 @@ mojo_native_application("wm") {
"//mojo/shell/public/cpp",
]
- # TODO(beng): This target relies on //mash/shell, but there is a cycle so we
+ # TODO(beng): This target relies on //mash/session, but there is a cycle so we
# can't state that dependency here.
data_deps = [
":manifest",
« no previous file with comments | « mash/shell/shell_application_delegate.cc ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698