1# Copyright 2015 The Chromium Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5mojom = "//mojo/public/interfaces/bindings/tests/rect.mojom" 6public_headers = [ 7 "//mojo/public/cpp/bindings/tests/rect_chromium.h", 8 "//mojo/public/cpp/bindings/tests/shared_rect.h", 9] 10traits_headers = [ 11 "//mojo/public/cpp/bindings/tests/rect_chromium_traits.h", 12 "//mojo/public/cpp/bindings/tests/shared_rect_traits.h", 13] 14 15type_mappings = [ 16 "mojo.test.TypemappedRect=mojo::test::RectChromium[hashable]", 17 "mojo.test.SharedTypemappedRect=mojo::test::SharedRect", 18] 19