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

Unified Diff: mojo/examples/apptest/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/BUILD.gn ('k') | mojo/examples/aura_demo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/apptest/BUILD.gn
diff --git a/mojo/examples/apptest/BUILD.gn b/mojo/examples/apptest/BUILD.gn
index 9c1dc7e63e82374f24c5c7f2622a02f258f0bbd2..fd9651e1fc8f63b3725d537163b72ec002124445 100644
--- a/mojo/examples/apptest/BUILD.gn
+++ b/mojo/examples/apptest/BUILD.gn
@@ -14,7 +14,7 @@ group("apptest") {
}
shared_library("service") {
- output_name = "example_service"
+ output_name = "mojo_example_service"
sources = [
"example_service_application.cc",
@@ -32,7 +32,7 @@ shared_library("service") {
}
shared_library("apptests") {
- output_name = "example_apptests"
+ output_name = "mojo_example_apptests"
testonly = true
« no previous file with comments | « mojo/examples/BUILD.gn ('k') | mojo/examples/aura_demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698