| Index: ash/mus/BUILD.gn
|
| diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
|
| index 4ca9bac23161f218fcd82c254108e88c6b3d4b2a..7c1a12cc0091753ebfc00e619a3f3ade0d788699 100644
|
| --- a/ash/mus/BUILD.gn
|
| +++ b/ash/mus/BUILD.gn
|
| @@ -10,6 +10,8 @@ import("//tools/grit/repack.gni")
|
|
|
| source_set("lib") {
|
| sources = [
|
| + "context_menu_mus.cc",
|
| + "context_menu_mus.h",
|
| "keyboard_ui_mus.cc",
|
| "keyboard_ui_mus.h",
|
| "shelf_delegate_mus.cc",
|
| @@ -31,6 +33,7 @@ source_set("lib") {
|
| "//components/mus/public/interfaces",
|
| "//components/user_manager",
|
| "//device/bluetooth",
|
| + "//mash/shelf/public/interfaces",
|
| "//mash/wm/public/interfaces",
|
| "//mojo/common:common_base",
|
| "//mojo/converters/geometry",
|
|
|