Index: mojo/examples/apptest/BUILD.gn |
diff --git a/mojo/examples/apptest/BUILD.gn b/mojo/examples/apptest/BUILD.gn |
index 456f0d420119d6e71257587843049c1e50e5afbf..fd9651e1fc8f63b3725d537163b72ec002124445 100644 |
--- a/mojo/examples/apptest/BUILD.gn |
+++ b/mojo/examples/apptest/BUILD.gn |
@@ -13,7 +13,6 @@ group("apptest") { |
] |
} |
-# GYP version mojo/mojo_examples.gypi:mojo_example_service |
shared_library("service") { |
output_name = "mojo_example_service" |
@@ -32,7 +31,6 @@ shared_library("service") { |
] |
} |
-# GYP version: mojo/mojo_examples.gypi:mojo_example_apptests |
shared_library("apptests") { |
output_name = "mojo_example_apptests" |
@@ -55,7 +53,6 @@ shared_library("apptests") { |
] |
} |
-# GYP version: mojo/mojo_examples.gypi:mojo_example_service_bindings |
mojom("bindings") { |
sources = [ "example_service.mojom" ] |
} |