blob: 7e2aaac3df0e869998b4b7e2e60a5518b58d02c9 [file] [log] [blame]
# Copyright 2019 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 = "//fuchsia/mojom/example.mojom"
os_whitelist = [ "fuchsia" ]
public_headers = [ "base/fuchsia/testfidl/cpp/fidl.h" ]
traits_headers = [ "//fuchsia/mojom/test_interface_request_mojom_traits.h" ]
sources = [
"//fuchsia/mojom/test_interface_request_mojom_traits.h",
]
public_deps = [
"//base:testfidl",
"//fuchsia/mojom:traits",
]
type_mappings = [ "fuchsia.test.mojom.TestInterfaceRequest=::fidl::InterfaceRequest<::base::fuchsia::testfidl::TestInterface>[move_only]" ]