blob: a523a06df0ded41bdc57be14ace8690dd353ed9e [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.
import("//third_party/blink/renderer/core/core.gni")
blink_core_sources("messaging") {
sources = [
"blink_cloneable_message.cc",
"blink_cloneable_message.h",
"blink_cloneable_message_mojom_traits.cc",
"blink_cloneable_message_mojom_traits.h",
"blink_transferable_message.cc",
"blink_transferable_message.h",
"blink_transferable_message_mojom_traits.cc",
"blink_transferable_message_mojom_traits.h",
"message_channel.cc",
"message_channel.h",
"message_port.cc",
"message_port.h",
]
public_deps = [ "//third_party/blink/public/mojom:mojom_core_blink" ]
}