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

Unified Diff: third_party/mojo/src/mojo/public/tools/bindings/mojom.gni

Issue 1179733005: Update mojo sdk to rev bdbb0c7e396fc4044a8b194058d7a7e529715286 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update CommandBufferImpl (Binding::OnConnectionError is no more) Created 5 years, 6 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: third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
diff --git a/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni b/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
index b8ff2bab4cb62bc679e69b3fe62b19de03bc3f50..0ec51f883efcc9fc8b996e54a792437c9ed8fcb2 100644
--- a/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
+++ b/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
@@ -80,11 +80,13 @@ template("mojom") {
"$generator_root/generators/cpp_templates/wrapper_class_definition.tmpl",
"$generator_root/generators/cpp_templates/wrapper_union_class_declaration.tmpl",
"$generator_root/generators/cpp_templates/wrapper_union_class_definition.tmpl",
+ "$generator_root/generators/dart_templates/encoding_macros.tmpl",
"$generator_root/generators/dart_templates/enum_definition.tmpl",
"$generator_root/generators/dart_templates/interface_definition.tmpl",
"$generator_root/generators/dart_templates/module.lib.tmpl",
"$generator_root/generators/dart_templates/module_definition.tmpl",
"$generator_root/generators/dart_templates/struct_definition.tmpl",
+ "$generator_root/generators/dart_templates/union_definition.tmpl",
"$generator_root/generators/go_templates/encoding_macros.tmpl",
"$generator_root/generators/go_templates/enum.tmpl",
"$generator_root/generators/go_templates/interface.tmpl",

Powered by Google App Engine
This is Rietveld 408576698