commit | 8ec93a3ac28c857ae106a2c1929cc935ab76ec03 | [log] [tgz] |
---|---|---|
author | dpranke <[email protected]> | Fri Feb 20 23:36:08 2015 |
committer | Commit bot <[email protected]> | Fri Feb 20 23:36:45 2015 |
tree | c6d8c0858205085750f95528be23b5929b9b2e36 | |
parent | 910b20ffea23a9fc06052a7ed3bcc4086f5159b5 [diff] [blame] |
Add more size_t -> int warning fixes for the win x64 GN build. [email protected] BUG=354261 Review URL: https://codereview.chromium.org/941863002 Cr-Commit-Position: refs/heads/master@{#317439}
diff --git a/build/json_schema_api.gni b/build/json_schema_api.gni index 83846a2..68a9fdd 100644 --- a/build/json_schema_api.gni +++ b/build/json_schema_api.gni
@@ -183,6 +183,7 @@ 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) {