| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 6618242e839f45e2fcb0382dea0e66fb67180b2c..7ec8f821cef88bc165b6b0b0e2f3ded665f09fa8 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -262,6 +262,8 @@ source_set("ui") {
|
| sources +=
|
| rebase_path(gypi_values.chrome_browser_ui_ash_sources, ".", "//chrome")
|
| sources += [
|
| + "ash/context_menu.cc",
|
| + "ash/context_menu.h",
|
| "ash/keyboard_ui_service.cc",
|
| "ash/keyboard_ui_service.h",
|
| ]
|
| @@ -270,6 +272,7 @@ source_set("ui") {
|
| "//ash:ash_with_content",
|
| "//ash/strings",
|
| "//components/user_manager",
|
| + "//mash/shelf/public/interfaces",
|
| "//ui/keyboard:mojom",
|
| ]
|
| if (!is_chromeos) {
|
|
|