blob: b77df9d5c7abdd93c459aaf8321f0a3b512cb727 [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/BlinkCloneableMessage.h" ]
traits_headers = [ "//third_party/WebKit/Source/core/messaging/BlinkCloneableMessageStructTraits.h" ]
deps = [
"//mojo/public/cpp/bindings",
"//third_party/WebKit/common:blink_common",
]
type_mappings =
[ "blink.mojom.CloneableMessage=::blink::BlinkCloneableMessage[move_only]" ]