| Index: build/json_schema_compile.gypi
|
| diff --git a/build/json_schema_compile.gypi b/build/json_schema_compile.gypi
|
| index 218b1bd0186776f7fb7d4107e0b2fdeda5c8fff6..4f1c295e1f803365ba5aac7248c53e5214a35190 100644
|
| --- a/build/json_schema_compile.gypi
|
| +++ b/build/json_schema_compile.gypi
|
| @@ -21,6 +21,7 @@
|
| '<(api_gen_dir)/cc_generator.py',
|
| '<(api_gen_dir)/code.py',
|
| '<(api_gen_dir)/compiler.py',
|
| + '<(api_gen_dir)/cpp_generator.py',
|
| '<(api_gen_dir)/cpp_type_generator.py',
|
| '<(api_gen_dir)/cpp_util.py',
|
| '<(api_gen_dir)/h_generator.py',
|
| @@ -45,6 +46,7 @@
|
| '--root=<(DEPTH)',
|
| '--destdir=<(SHARED_INTERMEDIATE_DIR)',
|
| '--namespace=<(root_namespace)',
|
| + '--generator=cpp',
|
| ],
|
| 'message': 'Generating C++ code from <(RULE_INPUT_PATH) json files',
|
| 'process_outputs_as_sources': 1,
|
| @@ -57,6 +59,7 @@
|
| '<(api_gen_dir)/cc_generator.py',
|
| '<(api_gen_dir)/code.py',
|
| '<(api_gen_dir)/compiler.py',
|
| + '<(api_gen_dir)/cpp_generator.py',
|
| '<(api_gen_dir)/cpp_type_generator.py',
|
| '<(api_gen_dir)/cpp_util.py',
|
| '<(api_gen_dir)/h_generator.py',
|
| @@ -81,6 +84,7 @@
|
| '--root=<(DEPTH)',
|
| '--destdir=<(SHARED_INTERMEDIATE_DIR)',
|
| '--namespace=<(root_namespace)',
|
| + '--generator=cpp',
|
| ],
|
| 'message': 'Generating C++ code from <(RULE_INPUT_PATH) IDL files',
|
| 'process_outputs_as_sources': 1,
|
|
|