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

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

Issue 1821073002: Mojo bindings: Fix typemap includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/interfaces/bindings/tests/struct_with_traits.typemap
diff --git a/mojo/public/interfaces/bindings/tests/struct_with_traits.typemap b/mojo/public/interfaces/bindings/tests/struct_with_traits.typemap
index 244c471a12cdcf0837e13a9420192f134587bb6b..0d6e7b292371dc02c973294f1f01e9f789c3891d 100644
--- a/mojo/public/interfaces/bindings/tests/struct_with_traits.typemap
+++ b/mojo/public/interfaces/bindings/tests/struct_with_traits.typemap
@@ -6,8 +6,11 @@
"c++": {
"mojo.test.StructWithTraits": {
"typename": "mojo::test::StructWithTraitsImpl",
- "headers": [
+ "public_headers": [
"mojo/public/cpp/bindings/tests/struct_with_traits_impl.h"
+ ],
+ "traits_headers": [
+ "mojo/public/cpp/bindings/tests/struct_with_traits_impl_traits.h"
]
}
}

Powered by Google App Engine
This is Rietveld 408576698