| Index: extensions/browser/BUILD.gn
|
| diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
|
| index 29791b49cdac68cfe854467aec59e10f6b7b01e6..d9c62bbd2e2c6726c0c585425ec07f73bfb6d67b 100644
|
| --- a/extensions/browser/BUILD.gn
|
| +++ b/extensions/browser/BUILD.gn
|
| @@ -31,12 +31,8 @@ source_set("browser") {
|
| "//third_party/re2",
|
| ]
|
|
|
| - 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" ]
|
|
|
| if (enable_extensions) {
|
| # Includes all API implementations and the ExtensionsApiClient
|
|
|