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

Unified Diff: ash/mus/BUILD.gn

Issue 2037033004: Renames mojo:desktop_wm to mojo:ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | ash/mus/accelerator_registrar_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index e6fb9de0766dc79d575b2a038beac142092d22d6..367bb5b9307f1d047e717fb582a9b43adec5d33f 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -108,7 +108,7 @@ source_set("lib") {
}
mojo_native_application("mus") {
- output_name = "desktop_wm"
+ output_name = "ash"
sources = [
"main.cc",
@@ -131,7 +131,7 @@ mojo_native_application("mus") {
}
mojo_application_manifest("manifest") {
- application_name = "desktop_wm"
+ application_name = "ash"
source = "manifest.json"
}
« no previous file with comments | « no previous file | ash/mus/accelerator_registrar_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698