| Index: examples/surfaces_app/BUILD.gn
|
| diff --git a/examples/surfaces_app/BUILD.gn b/examples/surfaces_app/BUILD.gn
|
| index 000500da0930f0b7a4a55f29958eb8bbf32070ee..d28d955a8cff4b987c22d04c491017c4559bda92 100644
|
| --- a/examples/surfaces_app/BUILD.gn
|
| +++ b/examples/surfaces_app/BUILD.gn
|
| @@ -45,7 +45,6 @@ mojo_native_application("parent_app") {
|
| ]
|
| }
|
|
|
| -
|
| mojo_native_application("child_app") {
|
| output_name = "surfaces_child_app"
|
|
|
| @@ -135,5 +134,7 @@ mojom("bindings") {
|
| "//mojo/services/public/interfaces/surfaces:surface_id",
|
| ]
|
|
|
| - sources = [ "child.mojom" ]
|
| + sources = [
|
| + "child.mojom",
|
| + ]
|
| }
|
|
|