Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: mojo/public/interfaces/bindings/tests/blink_test.typemap

Issue 1524703002: [mojo] Support native types with mojom wire format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bindings-5-pickles
Patch Set: doc Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 511a5498c1032643e049559b1dd869aa3e735b57..effc0a2f1f7e8a41b39339db24ba718bc8d244e9 100644
--- a/mojo/public/interfaces/bindings/tests/blink_test.typemap
+++ b/mojo/public/interfaces/bindings/tests/blink_test.typemap
@@ -9,6 +9,12 @@
"headers": [
"mojo/public/cpp/bindings/tests/pickled_struct_blink.h"
]
+ },
+ "mojo.test.Rect": {
+ "typename": "mojo::test::RectBlink",
+ "headers": [
+ "mojo/public/cpp/bindings/tests/rect_blink.h"
+ ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698