blob: 481b16c84d4dfd692351fa1e41cf2eb9f1442703 [file] [log] [blame]
# 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 = "//ui/base/mojo/cursor.mojom"
public_headers = [
"//ui/base/cursor/cursor_type.h",
"//ui/base/cursor/cursor.h",
]
traits_headers = [ "//ui/base/mojo/cursor_struct_traits.h" ]
sources = [
"//ui/base/mojo/cursor_struct_traits.cc",
]
public_deps = [
"//ui/base",
]
deps = [
"//ui/gfx/geometry",
"//ui/gfx/geometry/mojo:struct_traits",
]
type_mappings = [
"ui.mojom.Cursor=ui::Cursor[copyable_pass_by_value]",
"ui.mojom.CursorSize=ui::CursorSize",
"ui.mojom.CursorType=ui::CursorType",
]