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

Unified Diff: mojo/examples/aura_demo/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/examples/apptest/BUILD.gn ('k') | mojo/examples/aura_demo/view_manager_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/aura_demo/BUILD.gn
diff --git a/mojo/examples/aura_demo/BUILD.gn b/mojo/examples/aura_demo/BUILD.gn
index 22ca0c5cd83916dead3d0139b0ed61678d56d09e..1c72ece8a07f7268aa427063d12959a182e63c81 100644
--- a/mojo/examples/aura_demo/BUILD.gn
+++ b/mojo/examples/aura_demo/BUILD.gn
@@ -6,7 +6,9 @@ import("//build/config/ui.gni")
assert(use_aura)
-shared_library("aura_demo") {
+shared_library("mojo_aura_demo") {
+ output_name = "mojo_aura_demo"
+
sources = [
"aura_demo.cc"
]
@@ -32,7 +34,7 @@ shared_library("aura_demo") {
}
shared_library("init") {
- output_name = "aura_demo_init"
+ output_name = "mojo_aura_demo_init"
sources = [
"view_manager_init.cc",
« no previous file with comments | « mojo/examples/apptest/BUILD.gn ('k') | mojo/examples/aura_demo/view_manager_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698