| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index d5b4c1e8a692579a899ed23bc5968dcfa11f8761..661b33b73119cafa064de34af1047606dc6d5ea7 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -173,12 +173,8 @@ static_library("content_shell_lib") {
|
| "utility/shell_content_utility_client.h",
|
| ]
|
|
|
| - 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" ]
|
|
|
| defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
|
|
|
|
|