blob: 334763ffb9169ef06bbfab36bb103cecad3d2cae [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/Source/core/messaging/BlinkTransferableMessage.h" ]
traits_headers = [ "//third_party/WebKit/Source/core/messaging/BlinkTransferableMessageStructTraits.h" ]
deps = [
"//mojo/public/cpp/bindings",
"//third_party/WebKit/common:blink_common",
]
type_mappings = [ "blink.mojom.TransferableMessage=::blink::BlinkTransferableMessage[move_only]" ]