blob: a90a34f6263e0e8434fbd1218e3f4bcf8e2f80d8 [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/blink/public/mojom/messaging/transferable_message.mojom"
public_headers = [
"//third_party/blink/public/common/messaging/transferable_message.h",
"//third_party/blink/public/common/messaging/message_port_channel.h",
]
traits_headers = [ "//third_party/blink/public/common/messaging/transferable_message_struct_traits.h" ]
deps = [
"//skia/public/interfaces",
]
type_mappings = [
"blink.mojom.TransferableMessage=::blink::TransferableMessage[move_only]",
]