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

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

Issue 2259153002: mash: Port ash_sysui ShelfDelegateMus impl to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Destroy the window manager app before tearing down MD controllers. Created 4 years, 4 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 62cbcc30643c136e6a2dbd93c7352cf560c49001..24b836d40355cb2caa2967f767f65290668d562c 100644
--- a/ash/public/interfaces/BUILD.gn
+++ b/ash/public/interfaces/BUILD.gn
@@ -8,10 +8,11 @@ mojom("interfaces") {
sources = [
"ash_window_type.mojom",
"container.mojom",
+ "shelf.mojom",
"wallpaper.mojom",
]
- deps = [
+ public_deps = [
"//skia/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698