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