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

Unified Diff: ash/sysui/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: Add explicit WallpaperLayout enum conversion functions. 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
« no previous file with comments | « ash/sysui/manifest.json ('k') | ash/sysui/public/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/public/interfaces/BUILD.gn
diff --git a/mash/shelf/public/interfaces/BUILD.gn b/ash/sysui/public/interfaces/BUILD.gn
similarity index 81%
copy from mash/shelf/public/interfaces/BUILD.gn
copy to ash/sysui/public/interfaces/BUILD.gn
index 5e285e528744d6ca002c7e86967cf5da3d7eed2e..5dc80b1c58fa8d6d1d4d68ff15af828aa7197fdb 100644
--- a/mash/shelf/public/interfaces/BUILD.gn
+++ b/ash/sysui/public/interfaces/BUILD.gn
@@ -6,11 +6,10 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "shelf.mojom",
- "shelf_constants.mojom",
+ "wallpaper.mojom",
]
- public_deps = [
+ deps = [
"//skia/public/interfaces",
]
}
« no previous file with comments | « ash/sysui/manifest.json ('k') | ash/sysui/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698