Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index acc203c143b692ca031da0b66153847e653a366a..ef03db228830918393a0821ee15b9fd9daf938f3 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -494,6 +494,11 @@ group("both_gn_and_gyp") { |
] |
} |
+ # TODO(sugoi) bug 644737: Remove the '!is_clang' condition once __nop is supported by clang-cl |
+ if (is_linux || (is_win && !is_clang)) { |
+ deps += [ "//third_party/swiftshader" ] |
+ } |
+ |
# TODO(GYP): Figure out which of these should (and can) build |
# for chromeos/ios. |
if (!is_chromeos && !is_ios) { |