Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: BUILD.gn

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Fixed some comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a325e9fa58ae53ea8fad8a94b96db64857cb9b56..aba156183a423ab92ff0874ea0877d1db8a67145 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -517,11 +517,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) {
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698