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

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

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. 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
« no previous file with comments | « ash/mus/window_manager_unittest.cc ('k') | ash/public/interfaces/shelf_layout.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/BUILD.gn
diff --git a/ash/public/interfaces/BUILD.gn b/ash/public/interfaces/BUILD.gn
index 47657db6bcbccc4a3e2c623738b9d40c34c7720b..62cbcc30643c136e6a2dbd93c7352cf560c49001 100644
--- a/ash/public/interfaces/BUILD.gn
+++ b/ash/public/interfaces/BUILD.gn
@@ -8,13 +8,10 @@ mojom("interfaces") {
sources = [
"ash_window_type.mojom",
"container.mojom",
- "shelf_layout.mojom",
- "user_window_controller.mojom",
+ "wallpaper.mojom",
]
- public_deps = [
- "//mash/shelf/public/interfaces",
+ deps = [
+ "//skia/public/interfaces",
]
-
- use_new_wrapper_types = false
}
« no previous file with comments | « ash/mus/window_manager_unittest.cc ('k') | ash/public/interfaces/shelf_layout.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698