| Index: build/json_schema_api.gni
|
| diff --git a/build/json_schema_api.gni b/build/json_schema_api.gni
|
| index 83846a2aacbc7d511ff3bd70b6712569f1987979..68a9fdd57ab4bd116ff39c7255c994c64250e213 100644
|
| --- a/build/json_schema_api.gni
|
| +++ b/build/json_schema_api.gni
|
| @@ -183,6 +183,7 @@ template("json_schema_api") {
|
| sources += get_target_outputs(":$schema_generator_name")
|
| public_deps += [ ":$schema_generator_name" ]
|
| deps += [ "//tools/json_schema_compiler:generated_api_util" ]
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| }
|
|
|
| if (bundle) {
|
|
|