| Index: content/shell/BUILD.gn
 | 
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
 | 
| index 2bbac9b22ea13a8178ae1c448ad9c38231d740d3..56723e8aeb98ace0e8f683b11fdf11921ae72780 100644
 | 
| --- a/content/shell/BUILD.gn
 | 
| +++ b/content/shell/BUILD.gn
 | 
| @@ -482,7 +482,7 @@ repack("pak") {
 | 
|  
 | 
|  # TODO(GYP): Figure out what this should be on android
 | 
|  # and make linking this work on the Mac.
 | 
| -if (!is_android && !is_mac && (!is_win || link_chrome_on_windows)) {
 | 
| +if (!is_android && !is_mac) {
 | 
|    executable("content_shell") {
 | 
|      testonly = true
 | 
|  
 | 
| 
 |