| Index: examples/keyboard/BUILD.gn
|
| diff --git a/examples/keyboard/BUILD.gn b/examples/keyboard/BUILD.gn
|
| index 54d27c582937191c627942e158e400d3b1da29aa..3a176e335b936cae45c0f447806ba048bcd9b61e 100644
|
| --- a/examples/keyboard/BUILD.gn
|
| +++ b/examples/keyboard/BUILD.gn
|
| @@ -3,11 +3,12 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/ui.gni")
|
| +import("//mojo/public/mojo_application.gni")
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| assert(use_aura)
|
|
|
| -shared_library("keyboard") {
|
| +mojo_binary_application("keyboard") {
|
| sources = [
|
| "keyboard_delegate.h",
|
| "keyboard_view.cc",
|
|
|