# Copyright 2015 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../../tools/bindings/mojom.gni")
mojom_component("bindings") {
generate_java = true
output_prefix = "mojo_mojom_bindings"
macro_prefix = "MOJO_MOJOM_BINDINGS"
visibility = [
"//mojo/public/cpp/bindings",
"//ipc:mojom",
]
sources = [
"interface_control_messages.mojom",
"native_struct.mojom",
"pipe_control_messages.mojom",
]
disallow_native_types = true
disallow_interfaces = true
}