Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index bf9083b98606458a60a5e68b02ddc51b71cac202..d5494e093086cf97d265d56311c4438ddc781fe7 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -500,7 +500,7 @@ group("both_gn_and_gyp") { |
| ] |
| } |
| - if (is_win) { |
| + if (is_win || is_linux) { |
|
Corentin Wallez
2016/09/21 15:48:26
This is Linux and not Mac like the commit message
sugoi
2016/09/21 15:52:39
Oh, this doesn't matter for now. I committed this
|
| deps += [ "//third_party/swiftshader" ] |
| } |