| Index: chrome/installer/util/BUILD.gn
|
| diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
|
| index e21ff8cfda1eaabdfe2218623fcd518ee14a28b9..ceedefd1ac017675d5e80c1d5fd2a9e3b90f3ef2 100644
|
| --- a/chrome/installer/util/BUILD.gn
|
| +++ b/chrome/installer/util/BUILD.gn
|
| @@ -68,8 +68,12 @@ static_library("util") {
|
| "//third_party/lzma_sdk",
|
| ]
|
|
|
| - # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| - configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| + configs += [
|
| + "//build/config:precompiled_headers",
|
| +
|
| + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| + "//build/config/compiler:no_size_t_to_int_warning",
|
| + ]
|
|
|
| # TODO(GYP) hook up corresponding version of installer_util_nacl_win64 in GN
|
| sources += [
|
|
|