Chromium Code Reviews| Index: content/shell/BUILD.gn |
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
| index fea86c38028582fd66a81758ebf5d257f20fb6ef..8fda7e961a881e7694915e13861fc3ed1772764c 100644 |
| --- a/content/shell/BUILD.gn |
| +++ b/content/shell/BUILD.gn |
| @@ -459,7 +459,8 @@ repack("pak") { |
| } |
| # TODO(GYP): Figure out what this should be on android |
| -if (!is_android) { |
| +# and make linking this work on the Mac. |
| +if (!is_android && !is_mac) { |
| executable("content_shell") { |
| testonly = true |