blob: 1bdfbbc1a7024bcd309b95e1531d70a0147b102a [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_blink.h" ]
sources = [
"//mojo/public/cpp/bindings/tests/pickled_types_blink.cc",
]
deps = [
"//ipc",
]
type_mappings = [
"mojo.test.PickledEnum=mojo::test::PickledEnumBlink",
"mojo.test.PickledStruct=mojo::test::PickledStructBlink[move_only]",
]