| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index c76d9b1bbcafa48d62c74a1a7db0379857269632..03e194c67ce0f0bd86a0ef8770f3466881168e45 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -34,12 +34,8 @@ if (enable_extensions) {
|
| ".",
|
| "//extensions")
|
|
|
| - 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(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|
| deps = [
|
| ":common_constants",
|
|
|