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

Unified Diff: BUILD.gn

Issue 2528483002: Adding SwiftShader compilation to Linux (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b453d53febcd3a32b92e0d99ff3e4dd70adc5939..efd8a2957d4839851420a379e9c3aec5199692c4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -525,7 +525,7 @@ group("both_gn_and_gyp") {
]
}
- if (is_win || is_mac) {
+ if (is_win || is_mac || is_linux) {
deps += [ "//third_party/swiftshader" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698