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

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

Issue 1984433002: Hook up Chrome's wallpaper picker for mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid Display copy. Created 4 years, 7 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/public/interfaces/BUILD.gn
diff --git a/mash/public/interfaces/BUILD.gn b/mash/public/interfaces/BUILD.gn
index 17753e75ecf0c9165b3cdc0935932d03f08668a2..f54300fdb80144a114de6fe07e36da8186d24179 100644
--- a/mash/public/interfaces/BUILD.gn
+++ b/mash/public/interfaces/BUILD.gn
@@ -7,5 +7,10 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"launchable.mojom",
+ "wallpaper.mojom",
+ ]
+
+ deps = [
+ "//skia/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698