| Index: chrome/installer/util/BUILD.gn
|
| diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
|
| index a73f9207eab74716ce7990adc647fee9b0b60064..8dca7ce3d5a8c07e5a6e9c3ecb18cd6d3a126a1b 100644
|
| --- a/chrome/installer/util/BUILD.gn
|
| +++ b/chrome/installer/util/BUILD.gn
|
| @@ -66,7 +66,7 @@ static_library("util") {
|
| include_dirs = [ "$root_gen_dir/installer_util_strings" ]
|
|
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| - cflags = [ "/wd4267" ]
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|
| # TODO(GYP) hook up corresponding version of installer_util_nacl_win64 in GN
|
| sources += [
|
|
|