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

Unified Diff: ui/mojo/geometry/mojo_bindings.gyp

Issue 2008193002: Change mojo geometry structs from using type converters to StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: ui/mojo/geometry/mojo_bindings.gyp
diff --git a/ui/mojo/geometry/mojo_bindings.gyp b/ui/mojo/geometry/mojo_bindings.gyp
index 28e1c98b2966f6ea31f88059c02f83eab905c334..ef57748ebdaf07d59437a6ee1358dbbd84ea3273 100644
--- a/ui/mojo/geometry/mojo_bindings.gyp
+++ b/ui/mojo/geometry/mojo_bindings.gyp
@@ -12,6 +12,9 @@
'mojom_files': [
'geometry.mojom',
],
+ 'mojom_typemaps': [
+ 'geometry.typemap',
+ ]
},
'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698