blob: 76e4d8c60cb90c7616f902d0e2f3bcb8c412ee9d [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 = "//third_party/WebKit/common/message_port/message_port.mojom"
public_headers = [
"//third_party/WebKit/common/message_port/transferable_message.h",
"//third_party/WebKit/common/message_port/message_port_channel.h",
]
traits_headers = [ "//third_party/WebKit/common/message_port/transferable_message_struct_traits.h" ]
deps = [
"//mojo/common:struct_traits",
]
type_mappings = [ "blink.mojom.TransferableMessage=::blink::TransferableMessage[move_only]" ]