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

Unified Diff: mojo/public/tools/bindings/bindings.gyp

Issue 1968623002: Mojo C++ bindings: expose public <struct>DataView and StringDataView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@25_totally_new
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/tools/bindings/bindings.gyp
diff --git a/mojo/public/tools/bindings/bindings.gyp b/mojo/public/tools/bindings/bindings.gyp
index 6b28e78bd433eae110510795487b3dbfaaab3679..140c833b5aea56b2a4cea1998b35f982d7dd5764 100644
--- a/mojo/public/tools/bindings/bindings.gyp
+++ b/mojo/public/tools/bindings/bindings.gyp
@@ -26,6 +26,8 @@
'generators/cpp_templates/module.cc.tmpl',
'generators/cpp_templates/module.h.tmpl',
'generators/cpp_templates/module-internal.h.tmpl',
+ 'generators/cpp_templates/struct_data_view_declaration.tmpl',
+ 'generators/cpp_templates/struct_data_view_definition.tmpl',
'generators/cpp_templates/struct_declaration.tmpl',
'generators/cpp_templates/struct_definition.tmpl',
'generators/cpp_templates/struct_macros.tmpl',
« no previous file with comments | « mojo/public/tools/bindings/BUILD.gn ('k') | mojo/public/tools/bindings/generators/cpp_templates/interface_definition.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698