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

Unified Diff: mash/session/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/screenlock/screenlock.cc ('k') | mash/session/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/BUILD.gn
diff --git a/mash/shell/BUILD.gn b/mash/session/BUILD.gn
similarity index 80%
rename from mash/shell/BUILD.gn
rename to mash/session/BUILD.gn
index ffe637b4926dc3c37b500522de4bd43efb749530..3155ec1e0d424f758ed98fe43367a9cbe5458d76 100644
--- a/mash/shell/BUILD.gn
+++ b/mash/session/BUILD.gn
@@ -10,14 +10,14 @@ import("//tools/grit/repack.gni")
source_set("lib") {
sources = [
- "shell_application_delegate.cc",
- "shell_application_delegate.h",
+ "session.cc",
+ "session.h",
]
deps = [
"//base",
"//mash/login/public/interfaces",
- "//mash/shell/public/interfaces",
+ "//mash/session/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/shell/public/cpp",
@@ -32,8 +32,8 @@ source_set("lib") {
]
}
-mojo_native_application("shell") {
- output_name = "mash_shell"
+mojo_native_application("session") {
+ output_name = "mash_session"
sources = [
"main.cc",
@@ -42,7 +42,7 @@ mojo_native_application("shell") {
deps = [
":lib",
"//base",
- "//mash/shell/public/interfaces",
+ "//mash/session/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/shell/public/cpp",
@@ -55,6 +55,6 @@ mojo_native_application("shell") {
}
mojo_application_manifest("manifest") {
- application_name = "mash_shell"
+ application_name = "mash_session"
source = "manifest.json"
}
« no previous file with comments | « mash/screenlock/screenlock.cc ('k') | mash/session/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698