Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index acc203c143b692ca031da0b66153847e653a366a..21ea67b32b591ef57e5c0b42e11daf441cf07ede 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -494,6 +494,11 @@ group("both_gn_and_gyp") { |
| ] |
| } |
| + # FIXME: Remove the '!is_clang' condition once __nop is supported by clang-cl |
|
Ken Russell (switch to Gerrit)
2016/09/07 00:19:07
Change FIXME to TODO(sugoi), and file a follow-on
sugoi1
2016/09/07 14:44:25
Done.
|
| + 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) { |