| Index: mojo/examples/surfaces_app/BUILD.gn
|
| diff --git a/mojo/examples/surfaces_app/BUILD.gn b/mojo/examples/surfaces_app/BUILD.gn
|
| index 5474752de41550550fc83f589d84be318cbd8178..d722395a59b89e25975e98fff29ff534f36bab7b 100644
|
| --- a/mojo/examples/surfaces_app/BUILD.gn
|
| +++ b/mojo/examples/surfaces_app/BUILD.gn
|
| @@ -12,7 +12,6 @@ group("surfaces_app") {
|
| ]
|
| }
|
|
|
| -# GYP version: mojo/mojo_examples.gypi:mojo_surfaces_app
|
| shared_library("parent_app") {
|
| output_name = "mojo_surfaces_app"
|
|
|
| @@ -46,7 +45,6 @@ shared_library("parent_app") {
|
| }
|
|
|
|
|
| -# GYP version: mojo/mojo_examples.gypi:mojo_surfaces_child_app
|
| shared_library("child_app") {
|
| output_name = "mojo_surfaces_child_app"
|
|
|
| @@ -78,7 +76,6 @@ shared_library("child_app") {
|
| ]
|
| }
|
|
|
| -# GYP version: mojo/mojo_examples.gypi:mojo_surfaces_child_gl_app
|
| shared_library("child_gl_app") {
|
| output_name = "mojo_surfaces_child_gl_app"
|
|
|
| @@ -130,7 +127,6 @@ source_set("util") {
|
| ]
|
| }
|
|
|
| -# GYP version: mojo/mojo_examples.gypi:mojo_surfaces_app_bindings
|
| mojom("bindings") {
|
| deps = [
|
| "//mojo/services/public/interfaces/geometry",
|
|
|