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

Unified Diff: mojo/services/window_manager/BUILD.gn

Issue 659733003: Revert "Remove 'mojo_' prefix from all mojo applications." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « mojo/services/view_manager/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/window_manager/BUILD.gn
diff --git a/mojo/services/window_manager/BUILD.gn b/mojo/services/window_manager/BUILD.gn
index f547c4b127dbcbb598fc16841414343bb1e32521..0b9d4c76da65c51c683b0bc9d93f1ebfd8319c4d 100644
--- a/mojo/services/window_manager/BUILD.gn
+++ b/mojo/services/window_manager/BUILD.gn
@@ -8,6 +8,8 @@ if (use_aura) {
# GYP version: mojo/mojo_services.gypi:mojo_core_window_manager
shared_library("window_manager") {
+ output_name = "mojo_window_manager"
+
sources = [ "main.cc" ]
public_deps = [
@@ -56,7 +58,7 @@ source_set("lib") {
}
# GYP version: mojo/mojo_services.gypi:mojo_core_window_manager_unittests
-test("window_manager_unittests") {
+test("mojo_window_manager_unittests") {
sources = [
"window_manager_api_unittest.cc",
"window_manager_unittests.cc",
« no previous file with comments | « mojo/services/view_manager/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698