Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 53e23724942529b479b33fd50ed97b35cc833dca..39441d4bb63f6363ed5e8ee78a1a5434fabb800b 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -527,7 +527,8 @@ group("both_gn_and_gyp") { |
| ] |
| } |
| - if (is_win || is_mac || is_linux) { |
| + if ((is_win || is_mac || is_linux) && |
| + (target_cpu == "x86" || target_cpu == "x64")) { |
| deps += [ "//third_party/swiftshader" ] |
| } |