blob: 50e8076a505893b53ed96aa3194c3865b55a8e5e [file] [log] [blame]
# Copyright 2015 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 = "//mojo/public/interfaces/bindings/tests/test_native_types.mojom"
public_headers = [ "//mojo/public/cpp/bindings/tests/pickled_types_chromium.h" ]
sources = [
"//mojo/public/cpp/bindings/tests/pickled_types_chromium.cc",
]
deps = [
"//ipc",
]
type_mappings = [
"mojo.test.PickledEnum=mojo::test::PickledEnumChromium",
"mojo.test.PickledStruct=mojo::test::PickledStructChromium[move_only]",
]