| Index: ash/mus/BUILD.gn
|
| diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
|
| index 61ed9bc05ff79dce988839a2c79cc4557c612d9f..a75072b5d1c1148778f7c9cbb1d156a128dce0b3 100644
|
| --- a/ash/mus/BUILD.gn
|
| +++ b/ash/mus/BUILD.gn
|
| @@ -9,6 +9,8 @@ import("//tools/grit/repack.gni")
|
|
|
| source_set("lib") {
|
| sources = [
|
| + "keyboard_ui_mus.cc",
|
| + "keyboard_ui_mus.h",
|
| "shelf_delegate_mus.cc",
|
| "shelf_delegate_mus.h",
|
| "shell_delegate_mus.cc",
|
| @@ -38,6 +40,7 @@ source_set("lib") {
|
| "//ui/events",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| + "//ui/keyboard:mojom",
|
| "//ui/message_center",
|
| "//ui/mojo/init",
|
| "//ui/platform_window/stub",
|
| @@ -65,4 +68,8 @@ mojo_native_application("mus") {
|
| ":lib",
|
| "//mojo/shell/public/cpp",
|
| ]
|
| +
|
| + data_deps = [
|
| + "//components/mus",
|
| + ]
|
| }
|
|
|