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

Unified Diff: mojo/services/view_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/test_service/BUILD.gn ('k') | mojo/services/window_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/BUILD.gn
diff --git a/mojo/services/view_manager/BUILD.gn b/mojo/services/view_manager/BUILD.gn
index 2ff8c59428c23cf08b91373da2c7f7435ba7efe0..1d9c78b4dd62920c80e3c0662f9caa9f4e0572cc 100644
--- a/mojo/services/view_manager/BUILD.gn
+++ b/mojo/services/view_manager/BUILD.gn
@@ -6,6 +6,8 @@ import("//build/config/ui.gni")
# GYP version: mojo/mojo_services.gypi:mojo_view_manager
shared_library("view_manager") {
+ output_name = "mojo_view_manager"
+
deps = [
"//base",
"//cc/surfaces",
@@ -57,7 +59,7 @@ shared_library("view_manager") {
}
# GYP version: mojo/mojo_services.gypi:mojo_view_manager_unittests
-test("view_manager_unittests") {
+test("mojo_view_manager_unittests") {
deps = [
":view_manager",
"//base",
« no previous file with comments | « mojo/services/test_service/BUILD.gn ('k') | mojo/services/window_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698