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

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

Issue 2031823002: Mojo C++ bindings: more consistent Clone() and Equals(). (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: mojo/public/tools/bindings/bindings.gyp
diff --git a/mojo/public/tools/bindings/bindings.gyp b/mojo/public/tools/bindings/bindings.gyp
index 140c833b5aea56b2a4cea1998b35f982d7dd5764..78064e3f6d6b32ee4dd0788fc53c954cc9028f96 100644
--- a/mojo/public/tools/bindings/bindings.gyp
+++ b/mojo/public/tools/bindings/bindings.gyp
@@ -40,8 +40,10 @@
'generators/cpp_templates/validation_macros.tmpl',
'generators/cpp_templates/wrapper_class_declaration.tmpl',
'generators/cpp_templates/wrapper_class_definition.tmpl',
+ 'generators/cpp_templates/wrapper_class_template_definition.tmpl',
'generators/cpp_templates/wrapper_union_class_declaration.tmpl',
'generators/cpp_templates/wrapper_union_class_definition.tmpl',
+ 'generators/cpp_templates/wrapper_union_class_template_definition.tmpl',
'generators/java_templates/constant_definition.tmpl',
'generators/java_templates/constants.java.tmpl',
'generators/java_templates/data_types_definition.tmpl',
« no previous file with comments | « mojo/public/tools/bindings/BUILD.gn ('k') | mojo/public/tools/bindings/generators/cpp_templates/module-internal.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698