Index: build/json_schema_compile.gypi |
diff --git a/build/json_schema_compile.gypi b/build/json_schema_compile.gypi |
index 218b1bd0186776f7fb7d4107e0b2fdeda5c8fff6..d480d29fe8847039c8f7964449b13e0869a437a9 100644 |
--- a/build/json_schema_compile.gypi |
+++ b/build/json_schema_compile.gypi |
@@ -45,6 +45,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, |
@@ -81,6 +82,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, |