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

Unified Diff: mojo/examples/wm_flow/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/window_manager/BUILD.gn ('k') | mojo/public/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/wm_flow/BUILD.gn
diff --git a/mojo/examples/wm_flow/BUILD.gn b/mojo/examples/wm_flow/BUILD.gn
index 929b154dfacee721014d28ba976ad3a911217016..f1504e65d2f7071519f9d6ea2a8b19ce16bd25ab 100644
--- a/mojo/examples/wm_flow/BUILD.gn
+++ b/mojo/examples/wm_flow/BUILD.gn
@@ -16,7 +16,7 @@ group("wm_flow") {
}
shared_library("wm") {
- output_name = "wm_flow_wm"
+ output_name = "mojo_wm_flow_wm"
sources = [
"wm/wm.cc",
@@ -40,7 +40,7 @@ shared_library("wm") {
}
shared_library("app") {
- output_name = "wm_flow_app"
+ output_name = "mojo_wm_flow_app"
sources = [
"app/app.cc",
@@ -60,7 +60,7 @@ shared_library("app") {
}
shared_library("embedded") {
- output_name = "wm_flow_embedded"
+ output_name = "mojo_wm_flow_embedded"
sources = [
"embedded/embedded.cc",
« no previous file with comments | « mojo/examples/window_manager/BUILD.gn ('k') | mojo/public/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698