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

Unified Diff: mojo/public/cpp/bindings/tests/struct_with_traits.typemap

Issue 1967703004: Mojo C++ bindings: add StringTraits and ArrayTraits for STL types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@27_update_users
Patch Set: Created 4 years, 7 months 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/cpp/bindings/tests/struct_with_traits.typemap
diff --git a/mojo/public/cpp/bindings/tests/struct_with_traits.typemap b/mojo/public/cpp/bindings/tests/struct_with_traits.typemap
index 9e39a1fc960bac92bd4a220484f7fd5933df3ab7..923f26909d8d1635d93bd86c6a70f0833aa15675 100644
--- a/mojo/public/cpp/bindings/tests/struct_with_traits.typemap
+++ b/mojo/public/cpp/bindings/tests/struct_with_traits.typemap
@@ -14,5 +14,7 @@ deps = [
"//mojo/public/cpp/bindings/tests:struct_with_traits_impl",
]
-type_mappings =
- [ "mojo.test.StructWithTraits=mojo::test::StructWithTraitsImpl" ]
+type_mappings = [
+ "mojo.test.StructWithTraits=mojo::test::StructWithTraitsImpl",
+ "mojo.test.StructWithTraitsElement=mojo::test::StructWithTraitsElementImpl"
+]

Powered by Google App Engine
This is Rietveld 408576698