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

Unified Diff: mojo/examples/echo/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/content_handler_demo/BUILD.gn ('k') | mojo/examples/embedded_app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/echo/BUILD.gn
diff --git a/mojo/examples/echo/BUILD.gn b/mojo/examples/echo/BUILD.gn
index b78a4e86fc812adc06523652181bac05cb845dba..6c390c9d98579fe50bd9125a599f32dbddcbc618 100644
--- a/mojo/examples/echo/BUILD.gn
+++ b/mojo/examples/echo/BUILD.gn
@@ -12,7 +12,7 @@ group("echo") {
}
shared_library("client") {
- output_name = "echo_client"
+ output_name = "mojo_echo_client"
deps = [
":bindings",
@@ -26,7 +26,7 @@ shared_library("client") {
}
shared_library("service") {
- output_name = "echo_service"
+ output_name = "mojo_echo_service"
deps = [
":bindings",
« no previous file with comments | « mojo/examples/content_handler_demo/BUILD.gn ('k') | mojo/examples/embedded_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698