Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 6aad39944ad3ff9fd5f5cc553c5ac03eccc8aa3d..6dab6bce8d8351b480e6084a6b2ba88b66ec33be 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -500,6 +500,10 @@ group("both_gn_and_gyp") { |
] |
} |
+ if (is_linux || 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) { |