Index: build/json_schema_bundle_compile.gypi |
diff --git a/build/json_schema_bundle_compile.gypi b/build/json_schema_bundle_compile.gypi |
index 11a6a28759c27f7f8a61c9c44a51788994777f29..e91f9d2771a8e4112a8bfc73066ecf0d71fed811 100644 |
--- a/build/json_schema_bundle_compile.gypi |
+++ b/build/json_schema_bundle_compile.gypi |
@@ -19,13 +19,13 @@ |
'<(api_gen_dir)/cc_generator.py', |
'<(api_gen_dir)/code.py', |
'<(api_gen_dir)/compiler.py', |
+ '<(api_gen_dir)/cpp_bundle_generator.py', |
'<(api_gen_dir)/cpp_type_generator.py', |
'<(api_gen_dir)/cpp_util.py', |
'<(api_gen_dir)/h_generator.py', |
'<(api_gen_dir)/idl_schema.py', |
'<(api_gen_dir)/json_schema.py', |
'<(api_gen_dir)/model.py', |
- '<(api_gen_dir)/schema_bundle_generator.py', |
'<(api_gen_dir)/util_cc_helper.py', |
'<@(schema_files)', |
], |
@@ -40,7 +40,7 @@ |
'--root=<(DEPTH)', |
'--destdir=<(SHARED_INTERMEDIATE_DIR)', |
'--namespace=<(root_namespace)', |
- '--bundle', |
+ '--generator=cpp-bundle', |
'<@(schema_files)', |
], |
'message': 'Generating C++ API bundle code', |