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

Unified Diff: ash/mus/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
« no previous file with comments | « no previous file | ash/mus/DEPS » ('j') | ash/mus/context_menu_mus.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | ash/mus/DEPS » ('j') | ash/mus/context_menu_mus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698