commit | a7e3afcba02722c0176e8d47dfdf100787239e3d | [log] [tgz] |
---|---|---|
author | sugoi <[email protected]> | Wed Nov 23 22:05:24 2016 |
committer | Commit bot <[email protected]> | Wed Nov 23 22:07:01 2016 |
tree | 23d7c4812b8cf4c503ab3855892ce986e6faec2b | |
parent | 07a7037737a96effe5a08f56458246c45a7c1283 [diff] [blame] |
Revert of Adding SwiftShader compilation to Linux (patchset #1 id:1 of https://codereview.chromium.org/2528483002/ ) Reason for revert: broke ClangToTLinuxUBSanVptr bot Original issue's description: > Adding SwiftShader compilation to Linux > > [email protected] > BUG=630728 > > Committed: https://crrev.com/265c779f246369ee005a817f201907a16c25290a > Cr-Commit-Position: refs/heads/master@{#434179} [email protected] # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=630728 Review-Url: https://codereview.chromium.org/2526043003 Cr-Commit-Position: refs/heads/master@{#434264}
diff --git a/BUILD.gn b/BUILD.gn index efd8a295..b453d53f 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -525,7 +525,7 @@ ] } - if (is_win || is_mac || is_linux) { + if (is_win || is_mac) { deps += [ "//third_party/swiftshader" ] }