Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index b86d41656783fb95dbc0818e32a48c5afcd7fbb7..f8fe3b286c468c9c19cbe3f0dd4c7f263de5e11e 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -500,6 +500,10 @@ group("both_gn_and_gyp") { |
| ] |
| } |
| + if (is_win) { |
| + deps += [ "//third_party/swiftshader" ] |
| + } |
| + |
| # TODO(GYP): Figure out which of these should (and can) build |
| # for chromeos/ios. |
| if (!is_chromeos && !is_ios) { |