| # 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" ] |