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

Unified Diff: ash/public/interfaces/wallpaper.typemap

Issue 2413503002: Cleanup mojo Wallpaper interfaces for mash. (Closed)
Patch Set: Sync and rebase again... Created 4 years, 2 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/public/interfaces/wallpaper.mojom ('k') | ash/public/interfaces/wallpaper_enum_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/wallpaper.typemap
diff --git a/ash/public/interfaces/wallpaper.typemap b/ash/public/interfaces/wallpaper.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..a8612da74e94bac22310d04109632d74093cf77c
--- /dev/null
+++ b/ash/public/interfaces/wallpaper.typemap
@@ -0,0 +1,11 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//ash/public/interfaces/wallpaper.mojom"
+public_headers = [ "//components/wallpaper/wallpaper_layout.h" ]
+traits_headers = [ "//ash/public/interfaces/wallpaper_enum_traits.h" ]
+public_deps = [
+ "//ash/public/cpp",
+]
+type_mappings = [ "ash.mojom.WallpaperLayout=wallpaper::WallpaperLayout" ]
« no previous file with comments | « ash/public/interfaces/wallpaper.mojom ('k') | ash/public/interfaces/wallpaper_enum_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698