summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/base/logfont_win.typemap
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/base/logfont_win.typemap')
-rw-r--r--mojo/public/cpp/base/logfont_win.typemap18
1 files changed, 0 insertions, 18 deletions
diff --git a/mojo/public/cpp/base/logfont_win.typemap b/mojo/public/cpp/base/logfont_win.typemap
deleted file mode 100644
index daaf6fcca6..0000000000
--- a/mojo/public/cpp/base/logfont_win.typemap
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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" ]