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

Unified Diff: mojo/services/public/mojo_services_public.gyp

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/services/public/mojo_services_public.gyp
diff --git a/mojo/services/public/mojo_services_public.gyp b/mojo/services/public/mojo_services_public.gyp
index e5de1afc925938ae1ada7af31144cfbde7e64469..78a35295b6a2f1c14cd946689d2d80717d24883a 100644
--- a/mojo/services/public/mojo_services_public.gyp
+++ b/mojo/services/public/mojo_services_public.gyp
@@ -34,6 +34,10 @@
'interfaces/clipboard/clipboard.mojom',
],
'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
+ 'variables': {
+ # TODO(erg): Expand this as we add map support to other bindings.
+ 'mojom_additional_args': ['-g=c++'],
+ },
'dependencies': [
'../../public/mojo_public.gyp:mojo_cpp_bindings',
],

Powered by Google App Engine
This is Rietveld 408576698