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

Unified Diff: mash/shelf/public/interfaces/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: mash/shelf/public/interfaces/BUILD.gn
diff --git a/mash/session/public/interfaces/BUILD.gn b/mash/shelf/public/interfaces/BUILD.gn
similarity index 90%
copy from mash/session/public/interfaces/BUILD.gn
copy to mash/shelf/public/interfaces/BUILD.gn
index c4c687528573f0d0be8ca5918b18205347f60767..ca48fe8d3776ad99b852d243bfce2c8cd2ff5a53 100644
--- a/mash/session/public/interfaces/BUILD.gn
+++ b/mash/shelf/public/interfaces/BUILD.gn
@@ -6,6 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "session.mojom",
+ "context_menu.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698