Chromium Code Reviews| Index: extensions/shell/BUILD.gn |
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn |
| index 0f7b1cb8c1b7abeece720137b5c2702b9d71b434..084d3caf596e90542322b2680d10dff4ef782daa 100644 |
| --- a/extensions/shell/BUILD.gn |
| +++ b/extensions/shell/BUILD.gn |
| @@ -163,6 +163,11 @@ if (!(is_chromeos && !use_ozone)) { |
| ":app_shell_lib", |
| "//extensions:shell_and_test_pak", |
| ] |
| + |
| + if (is_win) { |
| + configs += [ "//build/config/win:windowed" ] |
| + configs -= [ "//build/config/win:console" ] |
| + } |
| } |
| } |