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

Unified Diff: mojo/mojo_services.gypi

Issue 611633002: mojom: Add associative arrays to the mojom language. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT; fixes clang-format bustage. 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/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index eb9b0db822ad88cfa41fc553652c1f25dd8d1f59..1135aef64f42f4e2215d7917dc459cb262cc9649 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -31,6 +31,10 @@
'services/public/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