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

Unified Diff: ash/sysui/BUILD.gn

Issue 2323063003: mash: Port sysui's WallpaperDelegateMus to mojo:ash. (Closed)
Patch Set: Alternative display info workaround. Created 4 years, 3 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/sysui/BUILD.gn
diff --git a/ash/sysui/BUILD.gn b/ash/sysui/BUILD.gn
index 751f56500bba5735b0e09a109800986eb82eed0f..6cb0db426472378022ae4348bb030388b61467ba 100644
--- a/ash/sysui/BUILD.gn
+++ b/ash/sysui/BUILD.gn
@@ -19,8 +19,6 @@ source_set("lib") {
"stub_context_factory.h",
"sysui_application.cc",
"sysui_application.h",
- "wallpaper_delegate_mus.cc",
- "wallpaper_delegate_mus.h",
]
deps = [
@@ -29,7 +27,6 @@ source_set("lib") {
"//cc",
"//cc/surfaces",
"//components/user_manager",
- "//components/wallpaper",
"//device/bluetooth",
"//mojo/common:common_base",
"//services/catalog/public/cpp",

Powered by Google App Engine
This is Rietveld 408576698