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

Unified Diff: ash/public/interfaces/BUILD.gn

Issue 2718563008: mash: Use mojo for ShelfItemDelegate and [app] MenuItem. (Closed)
Patch Set: Address comments. Created 3 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: ash/public/interfaces/BUILD.gn
diff --git a/ash/public/interfaces/BUILD.gn b/ash/public/interfaces/BUILD.gn
index 4aa803fd6ae15fc5e3ff4ac776c1cf9ac04e750f..473f853db354e4a4ca638ad6b8e72b58c938b41a 100644
--- a/ash/public/interfaces/BUILD.gn
+++ b/ash/public/interfaces/BUILD.gn
@@ -32,7 +32,9 @@ mojom("interfaces_internal") {
public_deps = [
"//components/signin/public/interfaces",
+ "//mojo/common:common_custom_types",
"//skia/public/interfaces",
+ "//ui/events/mojo:interfaces",
]
export_class_attribute = "ASH_PUBLIC_EXPORT"

Powered by Google App Engine
This is Rietveld 408576698