| Index: mojo/public/cpp/bindings/tests/rect_chromium.typemap
|
| diff --git a/mojo/public/cpp/bindings/tests/rect_chromium.typemap b/mojo/public/cpp/bindings/tests/rect_chromium.typemap
|
| index 0da40211a4937ad71cd1584e46ef14eadfc2c7a5..161b6691c05d155c5fdfa827a4bb0dbc4f5e5f42 100644
|
| --- a/mojo/public/cpp/bindings/tests/rect_chromium.typemap
|
| +++ b/mojo/public/cpp/bindings/tests/rect_chromium.typemap
|
| @@ -3,7 +3,16 @@
|
| # found in the LICENSE file.
|
|
|
| mojom = "//mojo/public/interfaces/bindings/tests/rect.mojom"
|
| -public_headers = [ "//mojo/public/cpp/bindings/tests/rect_chromium.h" ]
|
| -traits_headers = [ "//mojo/public/cpp/bindings/tests/rect_chromium_traits.h" ]
|
| +public_headers = [
|
| + "//mojo/public/cpp/bindings/tests/rect_chromium.h",
|
| + "//mojo/public/cpp/bindings/tests/shared_rect.h",
|
| +]
|
| +traits_headers = [
|
| + "//mojo/public/cpp/bindings/tests/rect_chromium_traits.h",
|
| + "//mojo/public/cpp/bindings/tests/shared_rect_traits.h",
|
| +]
|
|
|
| -type_mappings = [ "mojo.test.TypemappedRect=mojo::test::RectChromium" ]
|
| +type_mappings = [
|
| + "mojo.test.TypemappedRect=mojo::test::RectChromium",
|
| + "mojo.test.SharedTypemappedRect=mojo::test::SharedRect",
|
| +]
|
|
|