Index: extensions/shell/BUILD.gn |
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn |
index 70aef276f4e3653e7d3bb79d45e52f83ebefdfbc..2e1297833e6d9ea59176a1411b718f128aea990c 100644 |
--- a/extensions/shell/BUILD.gn |
+++ b/extensions/shell/BUILD.gn |
@@ -127,7 +127,7 @@ source_set("app_shell_lib") { |
} |
} |
-if (!(is_chromeos && !use_ozone) && (!is_win || link_chrome_on_windows)) { |
+if (!(is_chromeos && !use_ozone)) { |
executable("app_shell") { |
# testonly because :app_shell_lib is testonly. See :app_shell_lib comment. |
testonly = true |