| 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',
|
| ],
|
|
|