Index: mojo/examples/keyboard/BUILD.gn |
diff --git a/mojo/examples/keyboard/BUILD.gn b/mojo/examples/keyboard/BUILD.gn |
index 2feabcc6aca682e7567e6fbf37909d6790b70f96..0b971b2fffaa3949d0bfd2e1f4bdf4d077fb1f50 100644 |
--- a/mojo/examples/keyboard/BUILD.gn |
+++ b/mojo/examples/keyboard/BUILD.gn |
@@ -7,7 +7,6 @@ import("//mojo/public/tools/bindings/mojom.gni") |
assert(use_aura) |
-# GYP version: mojo/mojo_examples.gypi:mojo_keyboard |
shared_library("keyboard") { |
output_name = "mojo_keyboard" |
@@ -48,7 +47,6 @@ shared_library("keyboard") { |
] |
} |
-# GYP version: mojo/mojo_examples.gypi:mojo_keyboard_bindings |
mojom("bindings") { |
sources = [ "keyboard.mojom" ] |
} |