| Index: mojo/public/interfaces/bindings/tests/blink_test.typemap
|
| diff --git a/mojo/public/interfaces/bindings/tests/blink_test.typemap b/mojo/public/interfaces/bindings/tests/blink_test.typemap
|
| index 5425ee1c6fbdfaee677803846b21ebba79347e03..d9fec9093cc19dd0dce7d504f732af30eb3a6c81 100644
|
| --- a/mojo/public/interfaces/bindings/tests/blink_test.typemap
|
| +++ b/mojo/public/interfaces/bindings/tests/blink_test.typemap
|
| @@ -6,15 +6,18 @@
|
| "c++": {
|
| "mojo.test.PickledStruct": {
|
| "typename": "mojo::test::PickledStructBlink",
|
| - "headers": [
|
| + "public_headers": [
|
| "mojo/public/cpp/bindings/tests/pickled_struct_blink.h"
|
| ]
|
| + },
|
| + "mojo.test.TypemappedRect": {
|
| + "typename": "mojo::test::RectBlink",
|
| + "public_headers": [
|
| + "mojo/public/cpp/bindings/tests/rect_blink.h"
|
| + ],
|
| + "headers": [
|
| + "mojo/public/cpp/bindings/tests/rect_blink_traits.h"
|
| + ]
|
| }
|
| -// "mojo.test.Rect": {
|
| -// "typename": "mojo::test::RectBlink",
|
| -// "headers": [
|
| -// "mojo/public/cpp/bindings/tests/rect_blink.h"
|
| -// ]
|
| -// }
|
| }
|
| }
|
|
|