summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/base/logfont_win.typemap
blob: daaf6fcca6ff124e9575b0661aa142d98a3c9d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2017 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 = "//mojo/public/mojom/base/logfont_win.mojom"
public_headers = [
  "//base/win/windows_full.h",
  "//base/win/windows_types.h",
]
traits_headers = [ "//mojo/public/cpp/base/logfont_win_mojom_traits.h" ]
public_deps = [
  "//base",
]
sources = [
  "//mojo/public/cpp/base/logfont_win_mojom_traits.cc",
  "//mojo/public/cpp/base/logfont_win_mojom_traits.h",
]
type_mappings = [ "mojo_base.mojom.LOGFONT=::LOGFONT" ]