| Index: tools/json_schema_compiler/json_schema_api.gni
|
| diff --git a/tools/json_schema_compiler/json_schema_api.gni b/tools/json_schema_compiler/json_schema_api.gni
|
| index 6f4620e861672348f8f6a46eb4e2dfd178beb44f..46cb996f1bcb96cbfd2c12eda19cb2447c247eab 100644
|
| --- a/tools/json_schema_compiler/json_schema_api.gni
|
| +++ b/tools/json_schema_compiler/json_schema_api.gni
|
| @@ -152,7 +152,8 @@ template("json_schema_api") {
|
| bundle_generator_schema_name = target_name + "_bundle_generator_schema"
|
| action(bundle_generator_schema_name) {
|
| script = compiler_script
|
| - inputs = compiler_sources + invoker.sources + uncompiled_sources
|
| + inputs = compiler_sources + invoker.sources + uncompiled_sources +
|
| + uncompiled_bundle_schema_sources
|
| outputs = [
|
| "$target_gen_dir/generated_schemas.cc",
|
| "$target_gen_dir/generated_schemas.h",
|
|
|