blob: b34142e39fac4bd3dd5dbcf88d29130c8d2896e2 [file] [log] [blame]
# 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 = "//ui/events/mojo/event.mojom"
public_headers = [ "//ui/events/event.h" ]
traits_headers = [ "//ui/events/mojo/event_struct_traits.h" ]
deps = [
"//ui//events",
"//ui/events:dom_keycode_converter",
]
sources = [
"//ui/events/mojo/event_struct_traits.cc",
"//ui/events/mojo/event_struct_traits.h",
]
# TODO(moshayedi): crbug.com/617167. Map mojom.Event directly to ui::Event.
type_mappings = [ "ui.mojom.Event=std::unique_ptr<ui::Event>[move_only]" ]