 Chromium Code Reviews
 Chromium Code Reviews Issue 2715563002:
  Moving SwiftShader from component to bundled library  (Closed)
    
  
    Issue 2715563002:
  Moving SwiftShader from component to bundled library  (Closed) 
  | Index: BUILD.gn | 
| diff --git a/BUILD.gn b/BUILD.gn | 
| index 1c9bb954acc172fdc2c56d5fd2b2375273cbb6ae..39c1916a34f7a974b2c7dcfe269131b274fd7d92 100644 | 
| --- a/BUILD.gn | 
| +++ b/BUILD.gn | 
| @@ -515,11 +515,6 @@ group("both_gn_and_gyp") { | 
| ] | 
| } | 
| - if ((is_win || is_mac || is_linux) && | 
| - (target_cpu == "x86" || target_cpu == "x64")) { | 
| - deps += [ "//third_party/swiftshader" ] | 
| - } | 
| - | 
| # TODO(GYP): Figure out which of these should (and can) build | 
| # for chromeos/ios. | 
| if (!is_chromeos && !is_ios) { |