| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 674be318e35cb345a659162bf2a6315672ecaffb..733a3d446b0518727d492b0c3ed2f8ee214d061e 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -235,9 +235,6 @@ static_library("content_shell_lib") {
|
| ]
|
|
|
| if (is_win) {
|
| - configs -= [ "//build/config/win:console" ]
|
| - configs += [ "//build/config/win:windowed" ]
|
| - deps += [ "//webkit/resources" ]
|
| #'LinkIncremental': '<(msvs_large_module_debug_link_mode)', TODO(GYP)
|
|
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
|
|