Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1760743002: Add simple mash context menu support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase; use test items; cleanup. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698