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", |