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

Unified Diff: mojo/public/tools/bindings/mojom_bindings_generator.gypi

Issue 611633002: mojom: Add associative arrays to the mojom language. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress pylint warnings instead of making MapKind public. Created 6 years, 2 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/mojom_bindings_generator.gypi
diff --git a/mojo/public/tools/bindings/mojom_bindings_generator.gypi b/mojo/public/tools/bindings/mojom_bindings_generator.gypi
index c6e9f9862d1a40a638edce7a2552dd8f5df81dca..18661e5d27d78226c57dc6b25c816a6bd20d6c31 100644
--- a/mojo/public/tools/bindings/mojom_bindings_generator.gypi
+++ b/mojo/public/tools/bindings/mojom_bindings_generator.gypi
@@ -16,6 +16,8 @@
'mojom_import_args%': [
'-I<(DEPTH)'
],
+ 'mojom_additional_args%': [
+ ],
},
'inputs': [
'<(mojom_bindings_generator)',
@@ -85,6 +87,7 @@
'--use_chromium_bundled_pylibs',
'-d', '<(DEPTH)',
'<@(mojom_import_args)',
+ '<@(mojom_additional_args)',
'-o', '<(SHARED_INTERMEDIATE_DIR)/<(mojom_base_output_dir)/<(RULE_INPUT_DIRNAME)',
'--java_output_directory=<(java_out_dir)',
],

Powered by Google App Engine
This is Rietveld 408576698