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

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: Fix gn build. 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 1cbad216da503e6951bdb0ee5f16fc55fe11c5b1..1d7228d59a6ee4f6dc0bc00f7882c49ea3308988 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': [
'mojo_base.gyp:mojo_cpp_bindings',
],

Powered by Google App Engine
This is Rietveld 408576698