| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index 03e194c67ce0f0bd86a0ef8770f3466881168e45..c76d9b1bbcafa48d62c74a1a7db0379857269632 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -34,8 +34,12 @@ if (enable_extensions) {
|
| ".",
|
| "//extensions")
|
|
|
| - # 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",
|
| + ]
|
|
|
| deps = [
|
| ":common_constants",
|
|
|