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

Unified Diff: mojo/examples/surfaces_app/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/sample_app/BUILD.gn ('k') | mojo/examples/wget/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/surfaces_app/BUILD.gn
diff --git a/mojo/examples/surfaces_app/BUILD.gn b/mojo/examples/surfaces_app/BUILD.gn
index d348fce50251053591acad99ca8205ed9d97ca0b..d722395a59b89e25975e98fff29ff534f36bab7b 100644
--- a/mojo/examples/surfaces_app/BUILD.gn
+++ b/mojo/examples/surfaces_app/BUILD.gn
@@ -13,7 +13,7 @@ group("surfaces_app") {
}
shared_library("parent_app") {
- output_name = "surfaces_app"
+ output_name = "mojo_surfaces_app"
deps = [
":bindings",
@@ -46,7 +46,7 @@ shared_library("parent_app") {
shared_library("child_app") {
- output_name = "surfaces_child_app"
+ output_name = "mojo_surfaces_child_app"
deps = [
":bindings",
@@ -77,7 +77,7 @@ shared_library("child_app") {
}
shared_library("child_gl_app") {
- output_name = "surfaces_child_gl_app"
+ output_name = "mojo_surfaces_child_gl_app"
deps = [
":bindings",
« no previous file with comments | « mojo/examples/sample_app/BUILD.gn ('k') | mojo/examples/wget/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698