blob: 657ea1a6cabf8f78c61024a66a7e9cc81b60367c [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/rect.mojom"
public_headers = [
"//mojo/public/cpp/bindings/tests/rect_blink.h",
"//mojo/public/cpp/bindings/tests/shared_rect.h",
]
traits_headers = [
"//mojo/public/cpp/bindings/tests/rect_blink_traits.h",
"//mojo/public/cpp/bindings/tests/shared_rect_traits.h",
]
type_mappings = [
"mojo.test.TypemappedRect=mojo::test::RectBlink[hashable]",
"mojo.test.SharedTypemappedRect=mojo::test::SharedRect",
]