commit | 4897a61fd022efb0b43033846fe878a351c55b35 | [log] [tgz] |
---|---|---|
author | brettw <[email protected]> | Mon Mar 02 23:13:15 2015 |
committer | Commit bot <[email protected]> | Mon Mar 02 23:13:43 2015 |
tree | eed715fb2228d213fba3c5ed4af541f23e3e23d6 | |
parent | 7b6ab410b0665dcb84c2818f4453b36f2c5a1e36 [diff] [blame] |
Remove link_chrome_on_windows GN flag. This flag was used to disable linking when the bots were too behind. It's not needed any more. Review URL: https://codereview.chromium.org/974543002 Cr-Commit-Position: refs/heads/master@{#318795}
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn index 70aef27..2e12978 100644 --- a/extensions/shell/BUILD.gn +++ b/extensions/shell/BUILD.gn
@@ -127,7 +127,7 @@ } } -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